Group: gnu.emacs.help · Group Profile
Author: Oleksandr GavenkoOleksandr Gavenko Date: Sep 17, 2008 11:29
Drew Adams пишет:
>>> (defun my-test ()
>>> (interactive)
>>> (if (equal (y-or-n-p "Yes or no? ") t)
>> (if (y-or-n-p "Yes or no? ")
>>
>> will do just fine.
>>
>>> (foo)
>>> (message "hallo")))
>
> Duh. (I didn't try to do more than answer his question.)
>
> Really, the right answer to the OP is to take a look at the manual "Emacs Lisp
> Introduction" (aka "An Introduction to Programming in Emacs Lisp") in Info (`C-h
> i').
>
Comment please!
In elisp intro (Created on March, 10 2004 by texi2html 1.64)
I not find match of "yes-or-no-p" func and so special example for you say.
In elisp.html (edition 2.8) on "20.6 Yes-or-No Queries" also there no
special warning about use of "Yes-or-No".
|