all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: emacs-devel@gnu.org
Subject: A suggestion...
Date: Mon, 14 May 2007 12:16:18 +0200	[thread overview]
Message-ID: <86mz07yakt.fsf@lola.quinscape.zz> (raw)


When doing something like C-h f for a function, one gets displayed a
hyperlink to the corresponding source file.

Now there is not rarely the situation that one actually wants not to
go to the Elisp file in load-path, but rather the actual source file.

It happens that .elc files have a header similar to the following:

;ELC.
;;; Compiled by dak@lola.quinscape.zz on Mon May 14 12:09:35 2007
;;; from file /rep/emacs/lisp/gnus/mml2015.el
;;; in Emacs version 23.0.51
;;; with all optimizations.

The information is sufficient for determining whether the compilation
happened on the current machine by the current user, and if so, what
the actual source file has been.

So in this particular case, I'd prefer if, without further
configuration and ado, I'd be landed in the corresponding source file
if it is still present on the given machine.

Since I have several packages I build and install from the respective
CVS source archives, having this work automatically would be quite
nice.

-- 
David Kastrup

             reply	other threads:[~2007-05-14 10:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-14 10:16 David Kastrup [this message]
2007-05-17  4:31 ` A suggestion Herbert Euler
2007-05-17  7:14   ` David Kastrup
2007-05-17 14:28     ` Jan Djärv

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

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

  git send-email \
    --in-reply-to=86mz07yakt.fsf@lola.quinscape.zz \
    --to=dak@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.