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: Wed, 20 Dec 2006 16:41:41 -0500 Message-ID: References: <87lkltztzy.fsf@freemail.hu> <871wniv89d.fsf@freemail.hu> <87wt5825wh.fsf@freemail.hu> <45887987.3040105@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 1166650927 27663 80.91.229.10 (20 Dec 2006 21:42:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Dec 2006 21:42:07 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 20 22:42:03 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 1Gx9CK-0002Hi-UX for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 22:42:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx9CK-0005sW-Cb for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 16:42:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gx9C8-0005rS-Ec for emacs-devel@gnu.org; Wed, 20 Dec 2006 16:41:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gx9C7-0005qn-3F for emacs-devel@gnu.org; Wed, 20 Dec 2006 16:41:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx9C6-0005qh-TF for emacs-devel@gnu.org; Wed, 20 Dec 2006 16:41:46 -0500 Original-Received: from [83.228.193.151] (helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gx9C4-0000Kz-2q; Wed, 20 Dec 2006 16:41:44 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 8F89D1C62B; Wed, 20 Dec 2006 16:41:41 -0500 (EST) Original-To: "Juanma Barranquero" In-Reply-To: (Juanma Barranquero's message of "Wed\, 20 Dec 2006 10\:07\:15 +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:64025 Archived-At: > original view), C-c C-a often mistakenly says that it's applying hunks > which it's not. This is the first time I hear of such a problem with C-c C-a. For the record I know of the following problems: - C-c C-a may apply the patch at the wrong placem if the context is not sufficiently discriminating. - C-c C-a may claim the patch was already applied when it's not (typically again because the context is not sufficiently discriminating). - C-c C-a may also occasionally fail to apply a patch even though it should succeed (e.g. because the hunk it too big which breaks the code that tries to ignore space-changes). If you know of any other problem, please report it, Stefan