From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; doc string of minibuffer-completing-file-name Date: Sat, 19 Apr 2008 22:32:55 -0400 Message-ID: References: <000a01c8a22b$5bdaf9b0$0200a8c0@us.oracle.com> <001d01c8a269$133d7640$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208658795 5801 80.91.229.12 (20 Apr 2008 02:33:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 02:33:15 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 20 04:33:49 2008 connect(): Connection refused 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 1JnPNF-0000Ro-2q for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 04:33:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnPMZ-0002RH-RH for ged-emacs-devel@m.gmane.org; Sat, 19 Apr 2008 22:33:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnPMW-0002RC-C9 for emacs-devel@gnu.org; Sat, 19 Apr 2008 22:33:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnPMT-0002R0-V3 for emacs-devel@gnu.org; Sat, 19 Apr 2008 22:33:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnPMT-0002Qx-Qf for emacs-devel@gnu.org; Sat, 19 Apr 2008 22:33:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnPMT-0007ha-OM for emacs-devel@gnu.org; Sat, 19 Apr 2008 22:33:01 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JnPMT-0008WA-6j for emacs-pretest-bug@gnu.org; Sat, 19 Apr 2008 22:33:01 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JnPMQ-0007h4-F1 for emacs-pretest-bug@gnu.org; Sat, 19 Apr 2008 22:33:01 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnPMQ-0007h0-7N for emacs-pretest-bug@gnu.org; Sat, 19 Apr 2008 22:32:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmcFAP5HCkhMCqsI/2dsb2JhbACBUKg1 X-IronPort-AV: E=Sophos;i="4.25,684,1199682000"; d="scan'208";a="18782620" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 19 Apr 2008 22:32:55 -0400 Original-Received: from pastel.home ([76.10.171.8]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id AGA36455; Sat, 19 Apr 2008 22:32:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1A7E98DDE; Sat, 19 Apr 2008 22:32:55 -0400 (EDT) In-Reply-To: <001d01c8a269$133d7640$0200a8c0@us.oracle.com> (Drew Adams's message of "Sat, 19 Apr 2008 15:02:35 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:95502 gmane.emacs.pretest.bugs:22074 Archived-At: >> > Is that correct? It doesn't seem so, by looking at the C >> > code (but I'm no expert on that). >> >> Indeed, thank you. Fixed. > Thanks for fixing it. What about this other part? I don't think it's necessary. Stefan