From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15599: [PATCH] Inferior Lisp Mode Menu Date: Fri, 18 Oct 2013 22:48:11 -0400 Message-ID: References: <20131012170846.GA688@jo.hnanthony.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1382150947 17468 80.91.229.3 (19 Oct 2013 02:49:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2013 02:49:07 +0000 (UTC) Cc: 15599@debbugs.gnu.org To: John Anthony Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 19 04:49:10 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VXMbE-0000Ze-5d for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 04:49:08 +0200 Original-Received: from localhost ([::1]:60122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXMbD-000094-KM for geb-bug-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 22:49:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXMb9-00008z-QV for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2013 22:49:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXMb8-0006Eh-Ou for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2013 22:49:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXMb8-0006Eb-LT for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2013 22:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VXMb8-00028w-5c for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2013 22:49:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <20131012170846.GA688@jo.hnanthony.com> Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Oct 2013 02:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15599 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 15599-submit@debbugs.gnu.org id=B15599.13821508978167 (code B ref 15599); Sat, 19 Oct 2013 02:49:02 +0000 Original-Received: (at 15599) by debbugs.gnu.org; 19 Oct 2013 02:48:17 +0000 Original-Received: from localhost ([127.0.0.1]:57489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXMaO-00027e-En for submit@debbugs.gnu.org; Fri, 18 Oct 2013 22:48:16 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:39523 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXMaK-00027Q-Tb for 15599@debbugs.gnu.org; Fri, 18 Oct 2013 22:48:13 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VXMaJ-0005wi-He; Fri, 18 Oct 2013 22:48:11 -0400 X-Spook: SCUD missile national information infrastructure X-Ran: tX&+#e1ng)s,x0u[opKzr('\#":OK|Q-l8yetqci6]wakd8^o=+Xpzyf{^q!% X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79383 Archived-At: Thanks. Please send a reminder when you hear your copyright assignment is complete. > ["Eval Last Sexp" lisp-eval-last-sexp t] Is it useful to have that appearing in the inferior lisp buffer's menu? Surely it's normally used with stuff in a Lisp Mode buffer? > ["Load File" lisp-load-file t] Should be "Load File..." Similarly for "Compile File...", and indeed for most of these menu items I think. > ["Show Fucntion Doc" lisp-show-function-documentation t] ^^^^^^^^ I think "Show Documentation for Function..." would be better. But again, isn't this a command more likely to be useful in a Lisp Mode buffer? IMO this applies to many of those menu items. But I never use inferior-lisp-mode, so I don't know.