emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104858: Replace runtime CL funct


From: Glenn Morris
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104858: Replace runtime CL function, as flagged by the compiler.
Date: Fri, 1 Jul 2011 14:41:25 -0400

Lars Magne Ingebrigtsen wrote (on Fri, 1 Jul 2011 at 20:38 +0200):

> Sorry; I keep forgetting that equalp is a cl function.

That's why we have compiler warnings.

> But this isn't correct -- the point is that equalp is case-insensitive.
> string-equal isn't. 

Huh?

(string-equal (downcase a) (downcase b))

isn't case insensitive?

> Is there an equivalent non-cl function?

Not AFAIK.



reply via email to

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