emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r113818: lisp/xml.el (xml-parse-tag-1): Use looking-at.


From: Stefan Monnier
Subject: Re: trunk r113818: lisp/xml.el (xml-parse-tag-1): Use looking-at.
Date: Mon, 12 Aug 2013 21:46:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> What's that you say... "gee, my eyes have been opened as to the value of
>> test-suites, and I will start writing one for Gnus forthwith"? ;)
> That's what I've been doing the past half hour!

Not sure if that means you've been saying it reeeaalllly sslllooowww or
repeating it over and over, but in case it doesn't sound like a useful
use of your time.

BTW, another thing to learn for this is that we shouldn't bother to
replace looking-at with looking-at-p.

It can be handy to use looking-at-p if it saves us from using
save-match-data, but other than that it's not worth the trouble.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]