GNU bug report logs - #28889
26.0.90; TRAMP and custom file location

Previous Next

Package: emacs;

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


View this message in rfc822 format

From: Davor Rotim <rotim.davor <at> gmail.com>
To: 28889 <at> debbugs.gnu.org
Subject: bug#28889: 26.0.90; TRAMP and custom file location
Date: Wed, 18 Oct 2017 12:45:00 +0200
[Message part 1 (text/plain, inline)]
Forgot to mention that this problem occurs even without use-package usage.
The problem still persists even with the following init file:

;; Begin
(package-initialize)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/"))

(defun require-package (package)
  "Ensures that PACKAGE is installed."
  (unless (or (package-installed-p package)
              (require package nil 'noerror))
    (unless (assoc package package-archive-contents)
      (package-refresh-contents))
    (package-install package)))

(require-package 'slime)

(setq custom-file (locate-user-emacs-file "custom.el"))
(load custom-file 'noerror)
;; End
[Message part 2 (text/html, inline)]

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.