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

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

bug#1086: ange-ftp and open recent files


From: David Strozzi
Subject: 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@gmx.de> wrote:
> "David Strozzi" <david.strozzi@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@emacsbugs.donarmstrong.com> in Cc.
>






reply via email to

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