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


Message #27 received at 1086 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "David Strozzi" <david.strozzi <at> gmail.com>
To: "Michael Albinus" <michael.albinus <at> gmx.de>
Cc: 1086 <at> debbugs.gnu.org
Subject: Re: bug#1086: ange-ftp and open recent files
Date: Sun, 19 Oct 2008 11:39:11 -0700
This indeed works!  Thanks for the help.  Dave

On Tue, Oct 14, 2008 at 1:44 AM, Michael Albinus <michael.albinus <at> gmx.de> wrote:
> "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.