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

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

Re: How to delete/unbind a name defined in Emacs Lisp?


From: WANG Wei
Subject: Re: How to delete/unbind a name defined in Emacs Lisp?
Date: 06 Jan 2004 21:57:42 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Thank you :-)

Yeah, and by the way, we can even define a function like this:

(let* ((f1 (lambda (x) (1+ x))))
  (funcall f1 2))

but what I want to know is that, if we made some *mistake* and
introduce a function that I didn't need (maybe when debugging?), what
should I do.  then when we press C-h f, we'll find some rubbish there.

Now the only solution is shutting down the Emacs and restart again,
but of course it's not a good idea.


reply via email to

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