From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: ffap history Date: Fri, 01 Jun 2012 09:37:42 +0200 Message-ID: <87k3zr1nzt.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338536293 3067 80.91.229.3 (1 Jun 2012 07:38:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2012 07:38:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 01 09:38:12 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SaMR1-0001SL-Ev for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jun 2012 09:38:11 +0200 Original-Received: from localhost ([::1]:40141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaMR1-0005pm-8s for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jun 2012 03:38:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaMQv-0005pf-2W for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 03:38:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaMQp-0001XF-Al for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 03:38:04 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaMQp-0001Wf-3e for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 03:37:59 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SaMQk-0001BE-TX for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 09:37:54 +0200 Original-Received: from 91-67-9-216-dynip.superkabel.de ([91.67.9.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jun 2012 09:37:54 +0200 Original-Received: from tassilo by 91-67-9-216-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jun 2012 09:37:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91-67-9-216-dynip.superkabel.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:rHpNsfhzH/lw49QbU9dSIbaA5To= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85075 Archived-At: Gary writes: > Is there any way to configre or extend ffap so that a history of > opened files is maintained, even between emacs sessions? Use `recentf-mode', which will work no matter how you've found the files, be it dired, find-file, ffap, whatever. (recentf-mode 1) Bye, Tassilo