unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Markus Triska <markus.triska@gmx.at>
To: emacs-pretest-bug@gnu.org
Subject: bug#690: 23.0.60; Function origin file misremembered
Date: Mon, 11 Aug 2008 02:43:45 +0200 (CEST)	[thread overview]
Message-ID: <20080811004345.11BDDA1B802@mt-computer.local> (raw)


Let ~/prolog.el consist of the forms:

   (defun prolog-mode ()
     (interactive)
     (message "hi"))

   (provide 'prolog)

When I do "$ emacs -Q" and evaluate:

   (progn
     (add-to-list 'load-path "~/")
     (autoload 'prolog-mode "prolog" "Prolog mode" t)
     (prolog-mode))

the message "hi" is displayed, like every further time I evaluate
(prolog-mode). "C-h f prolog-mode RET" shows:

   prolog-mode is a Lisp function in `prolog.el'.

When I follow the link (`prolog.el'), it leads me to the wrong file,
namely ~/emacs/lisp/progmodes/prolog.el, i.e., part of Emacs source.


In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, GTK+ Version 2.12.9)
 of 2008-08-08 on pnsgw1-client079.demo.tuwien.ac.at
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t







             reply	other threads:[~2008-08-11  0:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-11  0:43 Markus Triska [this message]
2008-08-11  1:15 ` bug#690: 23.0.60; Function origin file misremembered OFFICE ZERO
2008-08-11  8:27 ` martin rudalics
2008-08-11  8:46   ` Markus Triska
2008-08-11  9:42     ` martin rudalics
2008-08-11 10:23       ` Lennart Borgman (gmail)
2008-08-11 12:08         ` martin rudalics
2008-08-11 11:08       ` Markus Triska
2008-08-11 12:09         ` martin rudalics
2008-08-11 15:56         ` martin rudalics

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=20080811004345.11BDDA1B802@mt-computer.local \
    --to=markus.triska@gmx.at \
    --cc=690@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@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 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).