From: Stephen Berman <stephen.berman@gmx.net>
To: 26258@debbugs.gnu.org
Subject: bug#26258: 26.0.50; recentf and tramp
Date: Sat, 25 Mar 2017 23:13:08 +0100 [thread overview]
Message-ID: <87efxlc8ej.fsf@rosalinde> (raw)
[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]
Let the file ~/.emacs.d/recentf contain a tramp-sensitive entry,
e.g. let it consist of the following:
--8<---------------cut here---------------start------------->8---
;;; Automatically generated by ‘recentf’ on Sat Mar 25 11:51:22 2017.
(setq recentf-list
'(
"/su:root@rosalinde:/etc/"
))
(setq recentf-filter-changer-current 'nil)
\f
;; Local Variables:
;; coding: utf-8-emacs
;; End:
--8<---------------cut here---------------end--------------->8---
and let ~/.emacs consist of this line:
(recentf-mode 1)
Alternatively, customize the variable recentf-mode to t and save this
setting.
Now starting emacs raises the error "Variable binding depth exceeds
max-specpdl-size" and recentf-mode is not enabled. Starting emacs with
--debug-init produces the attached backtrace.
(With the above recentf file, starting emacs with `-Q --eval
"(recentf-mode 1)"' or with `-Q --eval "(custom-set-variables
'(recentf-mode t))"' does not raise an error but prompts for the
password for the file "/su:root@rosalinde:/etc/".)
In GNU Emacs 26.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.20.10)
of 2017-03-24 built on rosalinde
Repository revision: 4fbd330fae54a9c45d4a717127aa86d75e9938d5
Windowing system distributor 'The X.Org Foundation', version 11.0.11803000
System Description: openSUSE Leap 42.2
[-- Attachment #2: backtrace --]
[-- Type: application/octet-stream, Size: 89293 bytes --]
next reply other threads:[~2017-03-25 22:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-25 22:13 Stephen Berman [this message]
2017-03-26 15:40 ` bug#26258: 26.0.50; recentf and tramp Michael Albinus
2017-03-26 21:48 ` Stephen Berman
2017-03-27 8:16 ` Michael Albinus
2017-03-27 8:32 ` Stephen Berman
2017-03-27 8:46 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87efxlc8ej.fsf@rosalinde \
--to=stephen.berman@gmx.net \
--cc=26258@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 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.