From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tak Kunihiro Newsgroups: gmane.emacs.devel Subject: Re: Finding packages to enable by default Date: Sun, 22 Jun 2014 16:50:46 +0900 Message-ID: <53A68AD6.70203@gmail.com> NNTP-Posting-Host: plane.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 1403423481 6026 80.91.229.3 (22 Jun 2014 07:51:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2014 07:51:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: juri@jurta.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 09:51:14 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 1WycYT-0000l6-Ns for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2014 09:51:13 +0200 Original-Received: from localhost ([::1]:47950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WycYT-00014D-7Y for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2014 03:51:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WycYH-000132-El for emacs-devel@gnu.org; Sun, 22 Jun 2014 03:51:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WycY8-0002fh-Dc for emacs-devel@gnu.org; Sun, 22 Jun 2014 03:51:01 -0400 Original-Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:55917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WycY8-0002fZ-5e for emacs-devel@gnu.org; Sun, 22 Jun 2014 03:50:52 -0400 Original-Received: by mail-pa0-f47.google.com with SMTP id kq14so4598195pab.6 for ; Sun, 22 Jun 2014 00:50:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:content-type:content-transfer-encoding; bh=pACCvw19je4FyBJ5N1tHFcYUueZ+KXB2UH62KuOtzUI=; b=tn42BjVX4t2BmivaRWowICUwkqLDOIP35DaqmacqMih8qGIHwIsUuLfQjuZaDUQa76 nsWLhPVyc0+6mtsEQfweNcTtn2kqN6U2nVp88zsxa9yBpsy3gCNfzg1F9AYRZxHeTlcx vPjMIbSYxxxQ18yOztBzYIQPOAo9IsWen5wXBImKaJmvlFunGMWkc+WWHmn+fZo9an3f hk+Ap0NZ4M+vftIj54k9ZjXZMhFIDtfnB47AKmxEGupX/oxTV69V8UDzzahmR0sJdszs nBssZN1U4auWXN7I93pWNJwhMIw3hNkQLtk69hqzYfaVjZuuYUWQNYCuo25QEP24Y+HQ W2gA== X-Received: by 10.66.185.4 with SMTP id ey4mr19146649pac.126.1403423450771; Sun, 22 Jun 2014 00:50:50 -0700 (PDT) Original-Received: from [192.168.11.114] (p8163-ipbfp402tottori.tottori.ocn.ne.jp. [118.13.46.163]) by mx.google.com with ESMTPSA id ek2sm21121472pbd.30.2014.06.22.00.50.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Jun 2014 00:50:50 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 Original-References: 87d2e2bod1.fsf@mail.jurta.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22f 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:172626 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.