unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Davor Rotim <rotim.davor@gmail.com>
To: 28889@debbugs.gnu.org
Subject: bug#28889: 26.0.90; TRAMP and custom file location
Date: Wed, 18 Oct 2017 12:45:00 +0200	[thread overview]
Message-ID: <CAMWA6AM-AmsdQ+YbD7_5_8T8YwGodwcmfh34XK=2k4HQg6VQtg@mail.gmail.com> (raw)
In-Reply-To: <CAMWA6ANNjEqJrbALbM=URH5Adtx7t-bPA9kN_7_oekW8vaNGGg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 936 bytes --]

  reply	other threads:[~2017-10-18 10:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-18 10:32 bug#28889: 26.0.90; TRAMP and custom file location Davor Rotim
2017-10-18 10:45 ` Davor Rotim [this message]
2017-10-21 16:57 ` Michael Albinus
2017-10-22 12:27   ` Davor Rotim
2017-10-23  8:53     ` Michael Albinus
2017-10-23 14:08       ` Davor Rotim
2017-10-23 14:19         ` Michael Albinus
2017-10-23 14:27           ` Davor Rotim
2017-10-23 14:36             ` Michael Albinus
2017-10-23 14:54               ` Davor Rotim
2017-10-23 15:31                 ` Michael Albinus
2017-10-23 16:03                   ` Michael Albinus
2017-10-23 17:01                     ` Davor Rotim
2017-10-23 17:35                       ` Michael Albinus

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='CAMWA6AM-AmsdQ+YbD7_5_8T8YwGodwcmfh34XK=2k4HQg6VQtg@mail.gmail.com' \
    --to=rotim.davor@gmail.com \
    --cc=28889@debbugs.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).