From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Problems with the url package on w32? Date: Fri, 22 Dec 2006 16:48:51 -0500 Message-ID: References: <87wt5825wh.fsf@freemail.hu> <45887987.3040105@student.lu.se> <458B1514.4070902@student.lu.se> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166824211 8619 80.91.229.10 (22 Dec 2006 21:50:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Dec 2006 21:50:11 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 22 22:50:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GxsHG-0003cP-9f for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2006 22:50:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxsHE-0002lH-2x for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2006 16:50:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxsH2-0002kR-A4 for emacs-devel@gnu.org; Fri, 22 Dec 2006 16:49:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxsGq-0002ij-Mp for emacs-devel@gnu.org; Fri, 22 Dec 2006 16:49:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxsGq-0002ig-K0 for emacs-devel@gnu.org; Fri, 22 Dec 2006 16:49:40 -0500 Original-Received: from [81.201.199.67] (helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GxsGa-0003Eu-7t for emacs-devel@gnu.org; Fri, 22 Dec 2006 16:49:25 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 045541C628; Fri, 22 Dec 2006 16:48:52 -0500 (EST) Original-To: Lennart Borgman In-Reply-To: <458B1514.4070902@student.lu.se> (Lennart Borgman's message of "Fri\, 22 Dec 2006 00\:13\:24 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) 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:64133 Archived-At: >> I.e. C-c C-a fails to apply the hunk (i.e. doesn't change the buffer at >> all), and correctly tells the user about this failure? >> If so, it's a "minor" bug. > I think that on w32 several things can happen. The main problem is the line > endings and the ability of different patch.exe on w32 to handle them. I sent diff-mode's C-c C-a does not use any external tool, only elisp code. Stefan