From: Jean Louis <bugs@gnu.support>
To: help-gnu-emacs@gnu.org
Subject: Re: Is there any difference between `equal' and `string=' for strings?
Date: Fri, 20 Aug 2021 08:35:33 +0300 [thread overview]
Message-ID: <YR8/JTQ2sxQ2EYJv@protected.localdomain> (raw)
In-Reply-To: <87r1epdo2q.fsf@zoho.eu>
* Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> [2021-08-20 02:16]:
> Jean Louis wrote:
>
> > (string-equal 123 "123") -- gives error, as string= is alias
> > for string-equal that is to handle exclusively strings.
>
> Nope, you can pass symbols as well:
>
> (string= "hi" "hi") ; t
> (string= 'hi "hi") ; t
> (string= 'hi 'hi ) ; t
>
> > (equalp 123 "123")
>
> `equalp'? Aren't you the one who doesn't like Elisp CL?
You eagle eye!
I really did not notice it. Maybe it is due to Common Lisp handy
habit. I have (almost) no "equalp" in my Emacs Lisp, just in comments.
> Anyway careful with `equalp' for strings, note that
>
> (cl-equalp "Hi" "hi") ; t
On the other hand that is handy when testing for file extensions like
.jpg and .JPG otherwise I downcase it all before the test.
> > Sometimes program outputs different types, could be `nil' or
> > `string' and those outputs maybe need to be expected as any
> > type or as exclusively strings. That is where the difference
> > comes handy, as sometimes I do want to get error report.
> > If I wish to test strings I better use `string='
>
> It is a jungle, the rule of thumb I think is
>
> `eq' to answer the question "is it the same Lisp object"?
>
> `=' to compare numbers in the math sense
>
> `string=' for strings only
>
> `equal' for everything else, except ...
>
> `cl-equalp' I give up ;)
Equalp is very handy.
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
next prev parent reply other threads:[~2021-08-20 5:35 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-19 4:56 Is there any difference between `equal' and `string=' for strings? Marcin Borkowski
2021-08-19 6:21 ` Jean Louis
2021-08-19 23:14 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 5:35 ` Jean Louis [this message]
2021-08-20 6:32 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 9:05 ` Jean Louis
2021-08-21 19:14 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-19 15:35 ` [External] : " Drew Adams
2021-08-21 3:43 ` this is United States calling (was: Re: [External] : Is there any difference between `equal' and `string=' for strings?) Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 3:49 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 4:20 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 5:39 ` FW: " Drew Adams
2021-08-21 19:41 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 6:50 ` tomas
2021-08-21 19:41 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-19 23:02 ` Is there any difference between `equal' and `string=' for strings? Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 5:25 ` Jean Louis
2021-08-20 6:24 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 6:41 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 23:12 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-20 23:42 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 0:08 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 0:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 9:08 ` Jean Louis
2021-08-21 19:17 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-21 9:04 ` Jean Louis
2021-08-21 19:09 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-08-24 14:55 ` Marcin Borkowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YR8/JTQ2sxQ2EYJv@protected.localdomain \
--to=bugs@gnu.support \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).