emacs-devel
[Top][All Lists]
Advanced

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

Re: proposal to make null string handling more emacs-y


From: Andreas Röhler
Subject: Re: proposal to make null string handling more emacs-y
Date: Sun, 29 Apr 2012 19:00:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.28) Gecko/20120306 SUSE/3.1.20 Thunderbird/3.1.20

Am 25.04.2012 02:24, schrieb Steve Yegge:
(string= nil "")

what's strange for me in context:


(if ""
    (message "%s" "empty string proved true")
      (message "%s" "empty string proved false"))

==> "empty string proved true"

Andreas



reply via email to

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