From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: incorrect code in dired-insert-directory Date: Sun, 02 Mar 2008 00:20:36 -0500 Message-ID: References: <001f01c87aa1$f176d7c0$0600a8c0@us.oracle.com> <002f01c87ae3$dc416fe0$0600a8c0@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 1204435258 30914 80.91.229.12 (2 Mar 2008 05:20:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 05:20:58 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Mar 02 06:21:24 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JVgdX-0006wC-9Y for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Mar 2008 06:21:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVgd0-0000lM-E5 for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Mar 2008 00:20:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVgcv-0000it-F4 for bug-gnu-emacs@gnu.org; Sun, 02 Mar 2008 00:20:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVgcq-0000YC-Md for bug-gnu-emacs@gnu.org; Sun, 02 Mar 2008 00:20:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVgcq-0000Xx-E8 for bug-gnu-emacs@gnu.org; Sun, 02 Mar 2008 00:20:40 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVgcn-0004J8-4M; Sun, 02 Mar 2008 00:20:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAM7HyUdMCpz5Wmdsb2JhbACQZgEgmUGBAA X-IronPort-AV: E=Sophos;i="4.25,433,1199682000"; d="scan'208";a="15451199" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 02 Mar 2008 00:20:36 -0500 Original-Received: from pastel.home ([76.10.156.249]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id IIW72736; Sun, 02 Mar 2008 00:20:36 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0D3318279; Sun, 2 Mar 2008 00:20:36 -0500 (EST) In-Reply-To: <002f01c87ae3$dc416fe0$0600a8c0@us.oracle.com> (Drew Adams's message of "Fri, 29 Feb 2008 07:00:43 -0800") 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-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17635 Archived-At: > - Add a comment in files.el or dired.el (or both) saying something about the > fact that Windows redefines insert-directory in ls-lisp.el? Better yet: fix the code so that the same function is not defined at two places. Stefan