From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: recentf improvement Date: Sun, 21 Sep 2003 15:40:34 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030921.154034.242981003.jet@gyve.org> References: <3F6CD917.5070502@wanadoo.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064126621 375 80.91.224.253 (21 Sep 2003 06:43:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2003 06:43:41 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Sep 21 08:43:39 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0xwZ-0004iK-00 for ; Sun, 21 Sep 2003 08:43:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0y1o-0002Za-00 for ; Sun, 21 Sep 2003 08:49:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0xu4-000704-W9 for emacs-devel@quimby.gnus.org; Sun, 21 Sep 2003 02:41:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0xu0-0006y0-1E for emacs-devel@gnu.org; Sun, 21 Sep 2003 02:41:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0xtx-0006xo-AM for emacs-devel@gnu.org; Sun, 21 Sep 2003 02:40:57 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A0xtw-0006xH-Ks; Sun, 21 Sep 2003 02:40:56 -0400 Original-Received: from localhost (h219-110-074-009.catv01.itscom.jp [219.110.74.9]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id h8L6eiE07401; Sun, 21 Sep 2003 15:40:44 +0900 (JST) Original-To: david.ponce@wanadoo.fr In-Reply-To: <3F6CD917.5070502@wanadoo.fr> X-Mailer: Mew version 3.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16523 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16523 David Ponce : > Finally, I don't see the point of calling `abbreviate-file-name' on > every recent file before copying them to file-name-history? I have no strong opinion about this. I added it because it is easier for me to read an abosolute path than a relative path against home directory. Masatake YAMATO