From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: nil Date: Sun, 31 Mar 2002 09:40:39 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200203311640.g2VGedp10787@aztec.santafe.edu> References: <200203300438.g2U4cMr13620@george.floobin.cx> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017593037 24736 127.0.0.1 (31 Mar 2002 16:43:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 16:43:57 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16riQv-0006Qr-00 for ; Sun, 31 Mar 2002 18:43:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16riQq-0007qY-00; Sun, 31 Mar 2002 11:43:52 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16riNl-0007Nb-00; Sun, 31 Mar 2002 11:40:41 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2VGeda14350; Sun, 31 Mar 2002 09:40:39 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g2VGedp10787; Sun, 31 Mar 2002 09:40:39 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: ted@oconnor.cx In-Reply-To: <200203300438.g2U4cMr13620@george.floobin.cx> (ted@oconnor.cx) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:333 Perhaps this menu item should invoke a command which funcalls the value of some buffer-local variable which the major mode should initialize? For example, cperl-mode could set, say, gud-command-name to perldb, and java-mode could set it to jdb. Etc. It would be a reasonable idea. For now, I will change the menu item string since that is quick. If someone wants to do this more powerful feature, we can install that instead.