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

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

RE: An elisp question


From: Drew Adams
Subject: RE: An elisp question
Date: Tue, 16 Sep 2008 13:51:24 -0700

> > (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').





reply via email to

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