From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: comint-accumulate-marker Date: Thu, 20 Apr 2006 09:25:20 +0200 Message-ID: <85r73sd7z3.fsf@lola.goethe.zz> References: <17477.22692.214810.459362@farnswood.snap.net.nz> <1145396335.27500.36.camel@turtle.as.arizona.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145517994 28827 80.91.229.2 (20 Apr 2006 07:26:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 07:26:34 +0000 (UTC) Cc: Nick Roberts , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 20 09:26:31 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 1FWTYX-0007SP-F4 for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 09:26:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWTYW-0005HQ-Cy for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 03:26:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWTXs-0004t3-Dh for emacs-devel@gnu.org; Thu, 20 Apr 2006 03:25:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWTXr-0004sf-KN for emacs-devel@gnu.org; Thu, 20 Apr 2006 03:25:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWTXr-0004sI-5H for emacs-devel@gnu.org; Thu, 20 Apr 2006 03:25:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWTZ8-0006WM-Hj for emacs-devel@gnu.org; Thu, 20 Apr 2006 03:27:02 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FWTXg-0004lD-H7; Thu, 20 Apr 2006 03:25:32 -0400 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id C3EC31C408B9; Thu, 20 Apr 2006 09:25:20 +0200 (CEST) Original-To: JD Smith In-Reply-To: <1145396335.27500.36.camel@turtle.as.arizona.edu> (JD Smith's message of "Tue, 18 Apr 2006 14:38:55 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:53121 Archived-At: JD Smith writes: > On Wed, 2006-04-19 at 09:22 +1200, Nick Roberts wrote: >> >> I'm not sure that I would use/remember it. It can't be on "C-c >> C-g" anyway because "C-g" is used to quit a command. If it is >> installed, I guess it should be described in the node "Shell Ring". > > C-c C-j, then? Can you see any harm in having such a binding? In > the terminal shell, since input is not a ring but a stack, you can > just hold down the arrow and get all the way back to your stranded > input in a hurry. This doesn't work for a ring of history like > comint's. C-c C-j would be "jump", not particularly to the end. Other options would be C-c C-l (recenter/normalize) or C-c > (to end of input). For what it's worth, in AUCTeX you get to the end of the _corresponding_ process buffer's _output_ (displaying it if not already) with C-c C-l. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum