From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rydis (Martin Rydstr|m) @CD.Chalmers.SE Newsgroups: gmane.emacs.help Subject: Re: How to delete/unbind a name defined in Emacs Lisp? Date: 06 Jan 2004 15:46:18 +0100 Organization: Chalmers University of Technology, Sweden Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rydis+replies@cd.chalmers.se NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073401302 23042 80.91.224.253 (6 Jan 2004 15:01:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2004 15:01:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 06 16:01:40 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 1AdsiB-0008JP-00 for ; Tue, 06 Jan 2004 16:01:40 +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 1AdteP-0001ki-PQ for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2004 11:01:49 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!news-peer0-test!btnet-peer1!btnet!zen.net.uk!195.70.164.134.MISMATCH!news.tdcnorge.no!uninett.no!news.algonet.se!'newsfeed1.telenordia.se'!algonet!newsfeed.sunet.se!news01.sunet.se!dd.chalmers.se!cd.chalmers.se!rydis Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: boris.cd.chalmers.se X-Attribution: mr X-Url: http://www.cd.chalmers.se/~rydis/ Mail-Copies-To: rydis+copies@cd.chalmers.se User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:119775 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:15719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15719 WANG Wei writes: > 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. fmakunbound might help. unintern as well. Regards, 'mr -- [Emacs] is written in Lisp, which is the only computer language that is beautiful. -- Neal Stephenson, _In the Beginning was the Command Line_