help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Elisp string function question


From: Eli Zaretskii
Subject: Re: Elisp string function question
Date: Fri, 18 Jun 2021 16:48:18 +0300

> From: Robert Pluim <rpluim@gmail.com>
> Cc: help-gnu-emacs@gnu.org
> Gmane-Reply-To-List: yes
> Date: Fri, 18 Jun 2021 15:32:19 +0200
> 
>     Eli> Not clear.  string-empty-p follows the examples of string=, which
>     Eli> allows symbols as arguments (and uses their name).
> 
> Then itʼs buggy:
> 
> (let ((s (make-symbol "")))
>   (string-empty-p s))
>   => t

Is it?  What is the name of the symbol created there?



reply via email to

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