unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "David Strozzi" <david.strozzi@gmail.com>
To: "Michael Albinus" <michael.albinus@gmx.de>
Cc: 1086@emacsbugs.donarmstrong.com
Subject: bug#1086: ange-ftp and open recent files
Date: Sun, 19 Oct 2008 11:39:11 -0700	[thread overview]
Message-ID: <f21763420810191139n7bf734ebnbfd2b071b7b471cf@mail.gmail.com> (raw)
In-Reply-To: <87prm3muqm.fsf@alcatel-lucent.de>

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	other threads:[~2008-10-19 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-04 23:27 bug#1086: ange-ftp and open recent files David Strozzi
2008-10-05 17:56 ` Michael Albinus
     [not found]   ` <f21763420810121929y64e6d748i1736aa9cb1b4b329@mail.gmail.com>
2008-10-13  6:13     ` Michael Albinus
     [not found]       ` <f21763420810130900n20abffc9i8a634b53e169fcc8@mail.gmail.com>
2008-10-14  8:44         ` Michael Albinus
2008-10-19 18:39           ` David Strozzi [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f21763420810191139n7bf734ebnbfd2b071b7b471cf@mail.gmail.com \
    --to=david.strozzi@gmail.com \
    --cc=1086@emacsbugs.donarmstrong.com \
    --cc=michael.albinus@gmx.de \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).