unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Romain Francoise <romain@orebokech.com>
Subject: Recent symbol-file changes vs. help functions
Date: Sun, 23 Oct 2005 16:08:11 +0200	[thread overview]
Message-ID: <873bmss4vo.fsf@pacem.orebokech.com> (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.

             reply	other threads:[~2005-10-23 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-23 14:08 Romain Francoise [this message]
2005-10-24  1:00 ` Recent symbol-file changes vs. help functions Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873bmss4vo.fsf@pacem.orebokech.com \
    --to=romain@orebokech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).