unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* `C-h f' doesn't show file where function comes from
@ 2008-09-05  0:57 Katsumi Yamaoka
  2008-09-05  1:04 ` Francis Litterio
  2008-09-05  7:23 ` martin rudalics
  0 siblings, 2 replies; 12+ messages in thread
From: Katsumi Yamaoka @ 2008-09-05  0:57 UTC (permalink / raw)
  To: emacs-devel

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---------------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.

Regards,




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-09-08  8:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-05  0:57 `C-h f' doesn't show file where function comes from Katsumi Yamaoka
2008-09-05  1:04 ` Francis Litterio
2008-09-05  7:23 ` martin rudalics
2008-09-05  8:02   ` Katsumi Yamaoka
2008-09-05  8:17     ` martin rudalics
2008-09-05 12:25       ` Katsumi Yamaoka
2008-09-06 12:22         ` martin rudalics
2008-09-08  0:13           ` Katsumi Yamaoka
2008-09-08  0:31             ` Katsumi Yamaoka
2008-09-08  6:55               ` martin rudalics
2008-09-08  6:55             ` martin rudalics
2008-09-08  8:39               ` Katsumi Yamaoka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).