From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: disabling a function Date: Sat, 08 Nov 2003 04:59:37 +0100 Organization: Le Petomane Appreciation Society Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8765hv4ija.fsf@enberg.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068264964 19870 80.91.224.253 (8 Nov 2003 04:16:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2003 04:16:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 08 05:16:02 2003 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 1AIKW2-0008Rl-00 for ; Sat, 08 Nov 2003 05:16:02 +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 1AILS1-0006IX-1f for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Nov 2003 00:15:57 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-feed1.de1.concert.net!fu-berlin.de!uni-berlin.de!h114n2fls32o1112.telia.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: h114n2fls32o1112.telia.com (213.65.65.114) Original-X-Trace: news.uni-berlin.de 1068264468 47538772 213.65.65.114 (16 [125297]) X-Now-Playing: Elephant Man - Genie Dance User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:iYaDWr2MApgq6Mo8qwiHLox6gBA= Original-Xref: shelby.stanford.edu gnu.emacs.help:118002 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:13941 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13941 Joe Corneli writes: > ; I would like to know how to make an autoloaded lisp function > ; disabled! eg. I would like to be able to say something like > ; (put 'sh-maybe-here-document 'disabled t) (eval-after-load "sh-script" '(put 'sh-maybe-here-document 'disabled t))