GNU bug report logs -
#28889
26.0.90; TRAMP and custom file location
Previous Next
Reported by: Davor Rotim <rotim.davor <at> gmail.com>
Date: Wed, 18 Oct 2017 10:34:02 UTC
Severity: minor
Found in version 26.0.90
Fixed in version 26.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 28889 <at> debbugs.gnu.org (full text, mbox):
Davor Rotim <rotim.davor <at> gmail.com> writes:
Hi Davor,
> This will produce a following custom.el file:
>
> (custom-set-variables
> ;; custom-set-variables was added by Custom.
> ;; If you edit it by hand, you could mess it up, so be careful.
> ;; Your init file should contain only one such instance.
> ;; If there is more than one, they won't work right.
> '(package-selected-packages (quote (slime use-package)))
> '(tramp-syntax (quote default) nil (tramp)))
> (custom-set-faces
> ;; custom-set-faces was added by Custom.
> ;; If you edit it by hand, you could mess it up, so be careful.
> ;; Your init file should contain only one such instance.
> ;; If there is more than one, they won't work right.
> )
>
> For some reason the tramp-syntax line gets added which causes TRAMP to
> load at startup,
> this didn't happen with GNU Emacs 25.3 and it slows down startup while
> it gets loaded unnecessarily.
I've committed a patch to the emacs-26 branch, which ought to fix
this. Could you pls check?
Since autoloads are changed, it might be necessary to call 'make -C lisp
autoloads' prior to the usual 'make' call.
It would also be helpful if somebody could test whether Tramp still
works proper for MS Windows; I have no chance to test this myself.
Best regards, Michael.
This bug report was last modified 7 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.