emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26258: closed (26.0.50; recentf and tramp)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26258: closed (26.0.50; recentf and tramp)
Date: Mon, 27 Mar 2017 08:47:01 +0000

Your message dated Mon, 27 Mar 2017 10:46:00 +0200
with message-id <address@hidden>
and subject line Re: bug#26258: 26.0.50; recentf and tramp
has caused the debbugs.gnu.org bug report #26258,
regarding 26.0.50; recentf and tramp
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26258: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26258
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.50; recentf and tramp Date: Sat, 25 Mar 2017 23:13:08 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
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:address@hidden:/etc/"
        ))

(setq recentf-filter-changer-current 'nil)


;; 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:address@hidden:/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: backtrace
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#26258: 26.0.50; recentf and tramp Date: Mon, 27 Mar 2017 10:46:00 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
Stephen Berman <address@hidden> writes:

Hi Stephen,

> Just did, and now it works as it should: remote files remain in
> recent-save-file and recentf-mode is enabled without error.  Thanks!

Thanks for the feedback. I'm closing the bug.

> Steve Berman

Best regards, Michael.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]