Adrian.Aichner(a)t-online.de (Adrian Aichner) writes:
I think
From: Adrian Aichner <aichner(a)ecf.teradyne.com>
Subject: Re: [21.1.8, 21.2-b20] *Hyper Help* to find symbol to customize ...
X-archive-URL:
http://www.xemacs.org/list-archives/xemacs-patches/9911/msg00046.html
got reverted.
The bug seems to be back in 21.1.13.
This is the likely suspect:
2000-01-05 Yoshiki Hayashi <t90553(a)mail.ecc.u-tokyo.ac.jp>
* hyper-apropos.el (hyper-apropos-this-symbol): Don't always
get symbol at point-min.
Yoshiki, please comment.
My patch re-enabled hyper link feature of hyper-apropos.
When you type RET on a variable or function in *Hyper Help*
buffer, you can get documentation of it. For example, M-x
hyper-describe-function hyper-apropos RET (... move point to
`hyper-apropos-mode') RET describes hyper-apropos-mode.
Before my patch, it always get symbol at point-min which is
already described in current buffer. Now I looked your
patch and I find out that hyper-apropos-set-variable,
hyper-apropos-find-function and hyper-apropos-popup-menu are
broken now. Reverting your patch and adding special
handling in hyper-apropos-customize-variable will fix all
these problems. And I think it was what your original patch
did. :-)
--
Yoshiki Hayashi