From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: comint-insert-input on non-command lines: Date: Sun, 14 May 2006 19:29:31 -0400 Message-ID: References: <17501.373.791079.156322@rgrjr.dyndns.org> <17502.37204.411491.461843@farnswood.snap.net.nz> <200605080408.k4848t65027552@jane.dms.auburn.edu> <17502.50834.303952.808659@farnswood.snap.net.nz> <200605090301.k4931NbZ010512@jane.dms.auburn.edu> <17504.2770.189282.768887@farnswood.snap.net.nz> <200605090359.k493xjVi010576@jane.dms.auburn.edu> <17504.13295.579987.394734@farnswood.snap.net.nz> <200605091458.k49EwOL8012994@jane.dms.auburn.edu> <20060510010929.723AA627ED@farnswood.snap.net.nz> <200605100441.k4A4f636019170@jane.dms.auburn.edu> <17505.31314.844449.970281@farnswood.snap.net.nz> <200605100606.k4A661Rs019271@jane.dms.auburn.edu> <17506.23893.746029.146542@farnswood.snap.net.nz> <200605110133.k4B1XupP029271@jane.dms.auburn.edu> <200605112240.k4BMelnT018936@jane.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1147670166 29491 80.91.229.2 (15 May 2006 05:16:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 05:16:06 +0000 (UTC) Cc: nickrob@snap.net.nz, rogers-emacs@rgrjr.dyndns.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 15 07:16:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FfVQy-0004WW-SQ for ged-emacs-devel@m.gmane.org; Mon, 15 May 2006 07:15:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfVQy-0000hD-Bo for ged-emacs-devel@m.gmane.org; Mon, 15 May 2006 01:15:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfVQn-0000h8-GZ for emacs-devel@gnu.org; Mon, 15 May 2006 01:15:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfVQn-0000gw-4M for emacs-devel@gnu.org; Mon, 15 May 2006 01:15:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfVQn-0000gr-2T for emacs-devel@gnu.org; Mon, 15 May 2006 01:15:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FfQ4F-0000CN-FP for emacs-devel@gnu.org; Sun, 14 May 2006 19:32:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FfQ1j-0002Nf-Kh; Sun, 14 May 2006 19:29:31 -0400 Original-To: Luc Teirlinck In-reply-to: <200605112240.k4BMelnT018936@jane.dms.auburn.edu> (message from Luc Teirlinck on Thu, 11 May 2006 17:40:47 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54485 Archived-At: The easiest way to deal with the above problems is to revert Nick's changes, which Nick already partly did. The work that remains to be done if we continue this way is to better document the behavior of `C-c RET', RET and mouse-2 in Comint buffers. Let's proceed down that road. Can you send a patch that would correct the documentation about this?