From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: recentf new feature proposal Date: Fri, 06 Jun 2003 14:48:48 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030606144625.7245.JMBARRANQUERO@laley.wke.es> References: <29060153.1054897883578.JavaMail.www@wwinf0402> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054905074 26443 80.91.224.249 (6 Jun 2003 13:11:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2003 13:11:14 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 06 15:11:11 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19OGzv-0006sL-00 for ; Fri, 06 Jun 2003 15:11:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19OHIU-0007v5-00 for ; Fri, 06 Jun 2003 15:30:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19OGx5-0003CC-Sy for emacs-devel@quimby.gnus.org; Fri, 06 Jun 2003 09:08:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19OGg1-0006Fh-NZ for emacs-devel@gnu.org; Fri, 06 Jun 2003 08:50:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19OGdc-0005LY-Rg for emacs-devel@gnu.org; Fri, 06 Jun 2003 08:48:09 -0400 Original-Received: from laley-actualidad.es ([195.53.61.17] helo=haya.laley.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19OGdH-0005Hg-EF for emacs-devel@gnu.org; Fri, 06 Jun 2003 08:47:47 -0400 Original-Received: from idefix.laley.net (correo.wke.es [172.17.220.16]) by haya.laley.net (8.9.3/8.9.3) with ESMTP id OAA09021; Fri, 6 Jun 2003 14:45:35 +0200 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by Version 5.5.2655.55) id LP7A4CT4; Fri, 6 Jun 2003 14:48:47 +0200 Original-To: david.ponce@wanadoo.fr In-Reply-To: <29060153.1054897883578.JavaMail.www@wwinf0402> X-Mailer: Becky! ver. 2.06.02 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14826 On Fri, 6 Jun 2003 13:11:23 +0200 (CEST) David PONCE wrote: > I submit you the following patch for recentf.el that introduces a new > feature to restore the last visited position of recently opened files. AFAIK, saveplace and recentf already do interact correctly... Why should it be necessary to add saveplace-like functionality to recentf? Juanma