From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Patch for user-emacs-directory Date: Sun, 03 Jun 2007 06:09:41 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1180840185 18380 80.91.229.12 (3 Jun 2007 03:09:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jun 2007 03:09:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 03 05:09:44 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HugTQ-0003ZS-2T for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2007 05:09:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HugTP-0005qf-LF for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2007 23:09:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HugTM-0005pr-Vf for emacs-devel@gnu.org; Sat, 02 Jun 2007 23:09:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HugTL-0005pf-B9 for emacs-devel@gnu.org; Sat, 02 Jun 2007 23:09:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HugTL-0005pc-59 for emacs-devel@gnu.org; Sat, 02 Jun 2007 23:09:39 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HugTK-0006Ga-Nm for emacs-devel@gnu.org; Sat, 02 Jun 2007 23:09:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-74-52.inter.net.il [80.230.74.52]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GWL89908 (AUTH halo1); Sun, 3 Jun 2007 06:09:41 +0300 (IDT) In-reply-to: (message from Tom Tromey on Sat, 02 Jun 2007 15:53:58 -0600) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72094 Archived-At: > From: Tom Tromey > Date: Sat, 02 Jun 2007 15:53:58 -0600 > Cc: emacs-devel@gnu.org > > Here's a new patch that does document the new constant in the > reference manual. It also omits the ERC part of the patch since > Michael has that in hand. > > Comments? You've removed quite a few of the calls to convert-standard-filename, which I think is wrong. Perhaps you thought that it exists only for the MS-DOS port, but that assumption is false. I suggest to leave convert-standard-filename where it was before your change, to avoid inadvertent damage.