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: Thu, 24 Oct 2013 03:25:29 -0400 Message-ID: References: <20131012170846.GA688@jo.hnanthony.com> <20131022005606.GA10573@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 1382599570 23633 80.91.229.3 (24 Oct 2013 07:26:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2013 07:26:10 +0000 (UTC) Cc: 15599@debbugs.gnu.org, John Anthony To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 24 09:26:12 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 1VZFJ5-0003rl-C8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Oct 2013 09:26:11 +0200 Original-Received: from localhost ([::1]:52928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZFJ4-0000ab-Rl for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Oct 2013 03:26:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZFJ1-0000aV-1D for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 03:26:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZFIw-0006qs-GB for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 03:26:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZFIw-0006qo-Cc for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 03:26:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VZFIv-00039C-LY for bug-gnu-emacs@gnu.org; Thu, 24 Oct 2013 03:26:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 24 Oct 2013 07:26:01 +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.138259953912064 (code B ref 15599); Thu, 24 Oct 2013 07:26:01 +0000 Original-Received: (at 15599) by debbugs.gnu.org; 24 Oct 2013 07:25:39 +0000 Original-Received: from localhost ([127.0.0.1]:40079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZFIY-00038V-Bb for submit@debbugs.gnu.org; Thu, 24 Oct 2013 03:25:38 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:46136 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VZFIQ-00038I-Dj for 15599@debbugs.gnu.org; Thu, 24 Oct 2013 03:25:32 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VZFIP-0007Ud-6M; Thu, 24 Oct 2013 03:25:29 -0400 X-Spook: 9/11 Israel Fortezza industrial intelligence CIDA X-Ran: ~5BYC4RER]?flq#aj-LFRu$uxGa0Bb!G;v9WvoiQ;y&K-lRwfU.jZ"B'KX,x3FxR/_5B'3 X-Hue: black X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Tue, 22 Oct 2013 10:23:21 -0400") 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:79577 Archived-At: Stefan Monnier wrote: > BTW, regarding inferior processes, it'd be really good to add > a library that provides the "standard" link between a programming mode > buffer and an inferior process, and then to adapt existing major modes > to use that library. Cloned as http://debbugs.gnu.org/15697