GNU bug report logs - #1086
ange-ftp and open recent files

Previous Next

Package: emacs;

Reported by: "David Strozzi" <david.strozzi <at> gmail.com>

Date: Sat, 4 Oct 2008 23:35:03 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: "David Strozzi" <david.strozzi <at> gmail.com>
Cc: 1086 <at> debbugs.gnu.org
Subject: bug#1086: ange-ftp and open recent files
Date: Tue, 14 Oct 2008 10:44:16 +0200
"David Strozzi" <david.strozzi <at> gmail.com> writes:

> Doesn't seem to work.  I put the following in .emacs, and get prompted
> for an ange-ftp password.  If I comment it all out I don't, and of
> course don't get open-recent menu.  My goals is to *not* have ange-ftp
> files listed, or at least I don't want to be asked for a password.
>
> (require 'recentf)
> (recentf-mode 1)
> (add-to-list 'recentf-keep 'file-remote-p)

You must customize `recentf-keep' *before* enabling `recentf-mode'. Try
it this order:

(require 'recentf)
(add-to-list 'recentf-keep 'file-remote-p)
(recentf-mode 1)

> Thanks again,
> Dave

Best regards, Michael.

PS: Please keep <1086 <at> debbugs.gnu.org> in Cc.




This bug report was last modified 16 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.