From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Finding packages to enable by default Date: Mon, 23 Jun 2014 02:09:32 +0300 Organization: JURTA Message-ID: <8761js5y7v.fsf@mail.jurta.org> References: <53A68AD6.70203@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403479707 21702 80.91.229.3 (22 Jun 2014 23:28:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2014 23:28:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tak Kunihiro Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 23 01:28:20 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WyrBK-0002mO-Q9 for ged-emacs-devel@m.gmane.org; Mon, 23 Jun 2014 01:28:18 +0200 Original-Received: from localhost ([::1]:50479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyrBK-0000u6-5t for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2014 19:28:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyrB9-0000t2-9m for emacs-devel@gnu.org; Sun, 22 Jun 2014 19:28:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyrB1-0003ZF-QL for emacs-devel@gnu.org; Sun, 22 Jun 2014 19:28:07 -0400 Original-Received: from alc-vshost7.dreamhost.com ([69.163.216.107]:44515 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyrB1-0003Z1-KY for emacs-devel@gnu.org; Sun, 22 Jun 2014 19:27:59 -0400 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 5F5C436A89A6EC; Sun, 22 Jun 2014 16:27:58 -0700 (PDT) In-Reply-To: <53A68AD6.70203@gmail.com> (Tak Kunihiro's message of "Sun, 22 Jun 2014 16:50:46 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.216.107 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172638 Archived-At: >>>> | winner-mode | 35 | >>> >>> If we can come up with good keybindings, then we can indeed enable it >>> by default. >> >>`C-x C-left' switches to the previous buffer, so similarly >>`C-x M-left' could switch to the previous window configuration. >> >>Also in browser's UI `M-left' switches to the previous page >>(roughly corresponding to the window configuration). > > When point is on a window with buffer that cannot be edited, many > modes such like dired make `q' close the window. The winner-dwim does > similar regardless where the point is. Thus I propose `C-x q' or > `C-q' although they are taken. I suppose you mean using `C-x q' to quit window, and `C-u C-x q' to "un-quit", but with bindings to `winner-undo' and `winner-redo'. In bug#13167 we considered binding `C-x q' to `quit-window' itself because `winner-undo' is quite different from `quit-window' that doesn't not necessarily restore the previous window configuration, so `winner-undo' and `quit-window' require different key bindings.