all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#690: 23.0.60; Function origin file misremembered
@ 2008-08-11  0:43 Markus Triska
  2008-08-11  1:15 ` OFFICE ZERO
  2008-08-11  8:27 ` martin rudalics
  0 siblings, 2 replies; 10+ messages in thread
From: Markus Triska @ 2008-08-11  0:43 UTC (permalink / raw)
  To: emacs-pretest-bug


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







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

end of thread, other threads:[~2008-08-11 15:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11  0:43 bug#690: 23.0.60; Function origin file misremembered Markus Triska
2008-08-11  1:15 ` 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

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.