From: Jesper Harder <harder@myrealbox.com>
Subject: Re: How to delete/unbind a name defined in Emacs Lisp?
Date: Tue, 06 Jan 2004 15:34:19 +0100 [thread overview]
Message-ID: <m3y8sl5eok.fsf@defun.localdomain> (raw)
In-Reply-To: u4qv9pamu.fsf@sina.com
WANG Wei <wangwei_org@sina.com> writes:
> When we say (defun xxx () ...), we introduce a new name "xxx" in
> Emacs. A lot of such names will dirty the global name space. So I
> wonder how to delete names that I don't need any more.
Use `fmakunbound' to remove a function and `makunbound' to remove a
variable.
prev parent reply other threads:[~2004-01-06 14:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-06 11:41 How to delete/unbind a name defined in Emacs Lisp? WANG Wei
2004-01-06 12:08 ` David Kastrup
2004-01-06 13:57 ` WANG Wei
2004-01-06 14:46 ` Martin Rydstr|m
2004-01-07 1:41 ` WANG Wei
2004-01-07 10:09 ` Stefan Monnier
2004-01-16 11:52 ` advice needed for font-lock-syntactic-face-function Gian Uberto Lauri
[not found] ` <mailman.780.1074279472.928.help-gnu-emacs@gnu.org>
2004-01-19 22:54 ` Stefan Monnier
2004-01-07 3:28 ` How to delete/unbind a name defined in Emacs Lisp? WANG Wei
2004-01-06 14:34 ` Jesper Harder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3y8sl5eok.fsf@defun.localdomain \
--to=harder@myrealbox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).