5 Sep 02:53
`C-h f' doesn't show file where function comes from
From: Katsumi Yamaoka <yamaoka <at> jpl.org>
Subject: `C-h f' doesn't show file where function comes from
Newsgroups: gmane.emacs.devel
Date: 2008-09-05 00:57:27 GMT
Subject: `C-h f' doesn't show file where function comes from
Newsgroups: gmane.emacs.devel
Date: 2008-09-05 00:57:27 GMT
Hi, When I start Emacs with emacs -Q -l wid-edit and type C-h f widget-button-press RET Emacs 22.2.92 shows: --8<---------------cut here---------------(Continue reading)start------------->8--- widget-button-press is an interactive compiled Lisp function in `/local/share/emacs/22.2.92/lisp/wid-edit.elc'. (widget-button-press pos &optional event) Invoke button at pos. --8<---------------cut here---------------end--------------->8--- However, Emacs 23.0.60 shows: --8<---------------cut here---------------start------------->8--- widget-button-press is an interactive compiled Lisp function. (widget-button-press pos &optional event) Invoke button at pos. --8<---------------cut here---------------end--------------->8--- Why do those results differ? The way of Emacs 23.0.60 is inconvenient to me. I need to evaluate (symbol-file 'FN) when I want to know where the file providing the function definition is.






RSS Feed