From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: trunk r113818: lisp/xml.el (xml-parse-tag-1): Use looking-at. Date: Mon, 12 Aug 2013 18:26:16 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1376324830 1575 80.91.229.3 (12 Aug 2013 16:27:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2013 16:27:10 +0000 (UTC) Cc: Emacs developers To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 12 18:27:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V8uxc-0007eU-Hh for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 18:27:12 +0200 Original-Received: from localhost ([::1]:41239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8uxc-0003m9-4u for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 12:27:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8uxT-0003lM-Mu for emacs-devel@gnu.org; Mon, 12 Aug 2013 12:27:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8uxN-0002BP-Nr for emacs-devel@gnu.org; Mon, 12 Aug 2013 12:27:03 -0400 Original-Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:65345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8uxN-0002B1-HY for emacs-devel@gnu.org; Mon, 12 Aug 2013 12:26:57 -0400 Original-Received: by mail-ee0-f47.google.com with SMTP id d49so3571660eek.6 for ; Mon, 12 Aug 2013 09:26:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=kpbwaTqIELW5g1upgX++B9t3SemsAeNYb7I+wJoTNTw=; b=w28IOCk9ZPLnC4NnPXLuspmWeyAf9clID0VQVsA+YHbOfA0cE6KTFUtnIkN9rg+DM3 UTmpduzbTt1LgM00LZcYljzBLICy9rsRaYaFEMTITmlxJmGNZwD3CX1Z8G/icP9up2s8 s5PjrAz+tJ3Gz7OIDHhh9HI2Vnfnhtyx0A5zGG78/KUjOpFsdQXkaPhQyqxIEhSHCcy/ hhbekBZyTpl5vm//WU9ApGYlreGD8mUVhusCJYY3FbK+ajnJGn/lVAj3dQeDrHIa3CEt 7sic6RYVaZsiDVdDYqKZ499yi9/4KWGmHUEfxQBhsA/3gyBn6A9iK1NkSp4uw4zwCV5Q 0nBQ== X-Received: by 10.14.102.72 with SMTP id c48mr14062109eeg.52.1376324816740; Mon, 12 Aug 2013 09:26:56 -0700 (PDT) Original-Received: by 10.14.133.15 with HTTP; Mon, 12 Aug 2013 09:26:16 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162628 Archived-At: On Mon, Aug 12, 2013 at 6:18 PM, Lars Magne Ingebrigtsen wrote: > Oh, the code really didn't work with `looking-at-p'? Then I guess I > misinterpreted the checkin message. :-) Well, I assumed that saying that it broke the test implied that it broke the code. Will try to be clearer next time. > Yeah, that doesn't look... good... No, it doesn't. J