From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: WANG Wei Newsgroups: gmane.emacs.help Subject: Re: How to delete/unbind a name defined in Emacs Lisp? Date: 06 Jan 2004 21:57:42 +0800 Organization: thu Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073397658 14547 80.91.224.253 (6 Jan 2004 14:00:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 14:00:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 06 15:00:54 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdrlN-0003WC-01 for ; Tue, 06 Jan 2004 15:00:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdshI-00041u-38 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2004 10:00:44 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 166.111.82.126 Original-X-Trace: mail.cn99.com 1073397483 15647 166.111.82.126 (6 Jan 2004 13:58:03 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Tue, 6 Jan 2004 13:58:03 +0000 (UTC) Original-Sender: =?iso-8859-1?q?=CD=F5=CE=B0?=@WANGWEI User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:119774 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15717 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15717 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.