From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9230 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Red Gnus 0.74: Undo menu in *Group* buffer Date: 17 Dec 1996 11:00:21 +0100 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035149285 17193 80.91.224.250 (20 Oct 2002 21:28:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:28:05 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id CAA25238 for ; Tue, 17 Dec 1996 02:27:12 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 17 Dec 1996 11:09:14 +0100 Original-Received: from babbage.dina.kvl.dk (babbage.dina.kvl.dk [130.225.40.217]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id LAA01097; Tue, 17 Dec 1996 11:00:58 +0100 Original-Received: (abraham@localhost) by babbage.dina.kvl.dk (8.6.12/8.6.4) id LAA19895; Tue, 17 Dec 1996 11:00:21 +0100 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Lars Magne Ingebrigtsen's message of 16 Dec 1996 21:46:18 +0100 Original-Lines: 16 X-Mailer: Red Gnus v0.74/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9230 Lars Magne Ingebrigtsen writes: > Because it's something that can (theoretically) be switched on in all > buffers. Why would you want to switch it off? Is it something that the user is likely to switch on and off through a session? I.e. if it takes resources, wouldn't a `gnus-use-undo' meta variable be more appropriate. > That would be possible, but it would be nicer not to "hard-code" this. > What's the magic incantation to insert a menu bar entry into some > menu? I seem to be having some problems groking the menu code... It is `define-key-after' in Emacs and `add-menu-button' in XEmacs.