From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Bind `q' to `quit-window' or similar in *Messages* Date: Thu, 04 Feb 2010 09:15:01 +0100 Message-ID: <87ljf9ju2i.fsf@thinkpad.tsdh.de> References: <874olx8yz7.fsf@regnitz.physics.niu.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265271329 17441 80.91.229.12 (4 Feb 2010 08:15:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2010 08:15:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 04 09:15:27 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ncwry-0004es-Qc for ged-emacs-devel@m.gmane.org; Thu, 04 Feb 2010 09:15:23 +0100 Original-Received: from localhost ([127.0.0.1]:54251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncwry-0003QF-5a for ged-emacs-devel@m.gmane.org; Thu, 04 Feb 2010 03:15:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ncwri-0003Kc-Rc for emacs-devel@gnu.org; Thu, 04 Feb 2010 03:15:07 -0500 Original-Received: from [199.232.76.173] (port=53512 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncwrh-0003KO-Cc for emacs-devel@gnu.org; Thu, 04 Feb 2010 03:15:05 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncwrg-0007Yd-06 for emacs-devel@gnu.org; Thu, 04 Feb 2010 03:15:05 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:21858) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncwrf-0007YZ-Kx for emacs-devel@gnu.org; Thu, 04 Feb 2010 03:15:03 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id BB3DC78A3CE0 for ; Thu, 4 Feb 2010 09:15:02 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18529-05 for ; Thu, 4 Feb 2010 09:15:01 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp234.uni-koblenz.de [141.26.71.234]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B9AEA78A3CD5 for ; Thu, 4 Feb 2010 09:15:01 +0100 (CET) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Miles Bader's message of "Thu, 04 Feb 2010 13:27:33 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:120889 Archived-At: Miles Bader writes: > Roland Winkler writes: >> ...which brings us back to the original request: most often it is >> used for viewing what is happening, so that most people probably were >> happy if `q' had the same quit-window binding it has in other buffers >> that are not intended for editing. > > Indeed. 99% of the time, I use it that way, too. But when debugging some elisp code, I sometimes add markers there, like Drew pointed out. So how about this idea: - *Messages* is read-only - `q' buries the buffer - `m' is bound to a new command that provides an interface to