all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* autoloads load file is wrong in Emacs 28 when using symlink
@ 2021-11-06 13:40 Jiacai Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Jiacai Liu @ 2021-11-06 13:40 UTC (permalink / raw)
  To: emacs-devel

Hi,

I build emacs-28 branch with commit 3f998a3fc8 on macOS, it seems 
autoloads load-file is different from emacs 27 when 
package-install. Take undo-tree as an example:

;; 27
(autoload 'undo-tree-mode "undo-tree" "some docstring" t nil)

;; 28
(autoload 'undo-tree-mode 
"../../../../../../.config/emacs/elpa/undo-tree-0.7.5/undo-tree" 
"some docstring" t nil)


After some debugging, I found this issue is related with symlink.

I usually put all my dotfiles in a git repo(emacs included), and 
soft link to ~/.config/emacs, then load file is wrong as above.
If I put config directly at ~/.config/emacs, load file is the same 
as Emacs 27.



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

end of thread, other threads:[~2021-12-10  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <m1zgqhbgnb.fsf@liujiacai.net>
2021-12-08 13:36 ` autoloads load file is wrong in Emacs 28 when using symlink Jiacai Liu
     [not found] ` <m1ilvzdxqt.fsf@liujiacai.net>
2021-12-09  1:16   ` Lars Ingebrigtsen
2021-12-09  2:41     ` Jiacai Liu
     [not found]     ` <m1sfv2lcms.fsf@liujiacai.net>
2021-12-10  0:35       ` bug#52292: " Lars Ingebrigtsen
2021-11-06 13:40 Jiacai Liu

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.