From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: New keybinding suggestion: C-x _ for `shrink-window' Date: Wed, 14 Nov 2007 01:27:44 +0100 Message-ID: <473A4100.4040907@gmail.com> References: <87ejexwf4m.fsf@bzg.ath.cx> <87wssom9qy.fsf@bzg.ath.cx> <876406e0pk.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195000115 1455 80.91.229.12 (14 Nov 2007 00:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Nov 2007 00:28:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 14 01:28:39 2007 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.50) id 1Is67O-000117-4g for ged-emacs-devel@m.gmane.org; Wed, 14 Nov 2007 01:28:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is67B-0002bX-Ka for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2007 19:28:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Is66g-0002PN-84 for emacs-devel@gnu.org; Tue, 13 Nov 2007 19:27:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Is66b-0002NK-Ei for emacs-devel@gnu.org; Tue, 13 Nov 2007 19:27:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is66b-0002NC-70 for emacs-devel@gnu.org; Tue, 13 Nov 2007 19:27:45 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Is66a-00009U-Nv for emacs-devel@gnu.org; Tue, 13 Nov 2007 19:27:45 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:65105 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Is66Z-0006VQ-4G for emacs-devel@gnu.org; Wed, 14 Nov 2007 01:27:43 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 071113-1, 2007-11-13), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1Is66Z-0006VQ-4G. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Is66Z-0006VQ-4G 4ae5bba81de977dd3d0a22ce11a3784c X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:83150 Archived-At: Robert J. Chassell wrote: > when I tried to find out the name of the command that moved the border > of the upper window (i.e., the lower border of that window) with the > upper arrow key, `C-h k' (describe-key) failed and I continued to move > the border. > > I was not able to exit Emacs with `C-x C-c' > (save-buffers-kill-terminal) either, not until I quit editing the > windows with `q'. Then I was able to quit. > > Certainly, `window-edit' should not disable `C-h k' (describe-key) or > `C-x C-c' (save-buffers-kill-terminal). > > The other library, winsize.el, also does not let you discover what an > arrow key does when C-x + is active. Fixed in the new version of winsize.el: http://ourcomments.org/Emacs/DL/elisp/winsize.el