unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Recent symbol-file changes vs. help functions
@ 2005-10-23 14:08 Romain Francoise
  2005-10-24  1:00 ` Richard M. Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Francoise @ 2005-10-23 14:08 UTC (permalink / raw)


A few days ago, load-history was changed to hold absolute file names
instead of library names.  `symbol-file' was subsequently changed to
return absolute file names, too.

Because of this, the output of `describe-function' differs depending on
whether the symbol is autoloaded or not because we use `symbol-file' in
the first case, and loaddefs.el in the other.

E.g.:

,----[ C-h f viper-mode RET ]
| viper-mode is an interactive autoloaded Lisp function in `viper'.
`----

,----[ C-h f ignore RET ]
| ignore is an interactive compiled Lisp function in `/home/romain/Work/Repos/Emacs/emacs/lisp/subr.elc'.
`----

There are probably other inconsistencies.  I think we should convert the
absolute file name back into a library name in help functions.

-- 
Romain Francoise <romain@orebokech.com> | I used to think there is no
it's a miracle -- http://orebokech.com/ | future left at all.

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

* Re: Recent symbol-file changes vs. help functions
  2005-10-23 14:08 Recent symbol-file changes vs. help functions Romain Francoise
@ 2005-10-24  1:00 ` Richard M. Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2005-10-24  1:00 UTC (permalink / raw)
  Cc: emacs-devel

I fixed this.  Thanks.

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

end of thread, other threads:[~2005-10-24  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-23 14:08 Recent symbol-file changes vs. help functions Romain Francoise
2005-10-24  1:00 ` Richard M. Stallman

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