RE: An elisp question
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

 Up
RE: An elisp question         

Group: gnu.emacs.help · Group Profile
Author: Drew Adams
Date: Sep 16, 2008 13:51

>> (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').
1 Comment
diggit! del.icio.us! reddit!