From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hans Larsen Newsgroups: gmane.emacs.help Subject: Re: recentf.el and listing recently visited files Date: Sun, 16 Mar 2003 13:43:47 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200303161343.47709.larsen587@firemail.de> Reply-To: larsen587@firemail.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1047818875 23432 80.91.224.249 (16 Mar 2003 12:47:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2003 12:47:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 16 13:47:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18uXYQ-00065o-00 for ; Sun, 16 Mar 2003 13:47:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18uXYF-0003Qh-06 for gnu-help-gnu-emacs@m.gmane.org; Sun, 16 Mar 2003 07:47:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18uXXa-0002k9-00 for help-gnu-emacs@gnu.org; Sun, 16 Mar 2003 07:47:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18uXVb-0001s5-00 for help-gnu-emacs@gnu.org; Sun, 16 Mar 2003 07:45:02 -0500 Original-Received: from lmsmtp04.st1.spray.net ([212.78.202.114]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18uXVZ-0001lS-00 for help-gnu-emacs@gnu.org; Sun, 16 Mar 2003 07:44:57 -0500 Original-Received: from linux (p50812167.dip0.t-ipconnect.de [80.129.33.103]) by lmsmtp04.st1.spray.net (Postfix) with ESMTP id 3815D47E8D for ; Sun, 16 Mar 2003 13:44:55 +0100 (MET) Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.4.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7640 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7640 Hi, I replaced recentf.el by session.el long time ago.=20 Cheers -Hans Date: Fri, 14 Mar 2003 14:21:20 -0500 From: "Javier Oviedo" To: help-gnu-emacs@gnu.org Subject: recentf.el and listing recently visited files Message-ID: Precedence: list Message: 8 Hello all: I really like recentf.el and use it quite frequently. I do however have a few questions: 1. Would it be possible to make entries timeout after some period of time= ? After a few days or something like that, the list would drop files=20 2. How does the recentf-list update? Is it possible to have recentf-list update whenever a new file is opened regardless of which emacs window it = is opened in? Example: I have one emacs window open. I then open a second emacs window = for some temporary work. I would like the recentf-list to update and show the file(from second window) in the original window list. Is this possible? Thanks In Advance=20