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 16:03:15 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030921.160315.138215457.jet@gyve.org> References: <3F6CD917.5070502@wanadoo.fr> <20030921.154034.242981003.jet@gyve.org> <3F6D4A37.20404@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 1064127971 1477 80.91.224.253 (21 Sep 2003 07:06:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2003 07:06:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Sep 21 09:06:10 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 1A0yIM-000579-00 for ; Sun, 21 Sep 2003 09:06:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A0yNb-0002eW-00 for ; Sun, 21 Sep 2003 09:11:35 +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 1A0yH1-00033Y-EM for emacs-devel@quimby.gnus.org; Sun, 21 Sep 2003 03:04:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A0yFt-0001hr-01 for emacs-devel@gnu.org; Sun, 21 Sep 2003 03:03:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A0yFq-0001c9-3k for emacs-devel@gnu.org; Sun, 21 Sep 2003 03:03:34 -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 1A0yFh-0001Gz-Jh for emacs-devel@gnu.org; Sun, 21 Sep 2003 03:03:25 -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 h8L73HE08019 for ; Sun, 21 Sep 2003 16:03:20 +0900 (JST) >To: david.ponce@wanadoo.fr In-Reply-To: <3F6D4A37.20404@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:16526 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16526 > >>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. > > `recentf-list' already contains absolute paths. Sorry, I made a mistake. What I'd like to say it is easier for me to read a relative path against home directory than an abosolute path.