From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Documenting buffer display Date: Tue, 23 Oct 2018 13:40:38 -0400 Message-ID: References: <5BCB1D82.3020108@gmx.at> <834ldgvjmj.fsf@gnu.org> <5BCB6DAE.30209@gmx.at> <83mur7tq4f.fsf@gnu.org> <5BCD92FF.8070905@gmx.at> <838t2qt79v.fsf@gnu.org> <5BCE21AC.6030904@gmx.at> <831s8hu6i8.fsf@gnu.org> <5BCEE2B5.9090205@gmx.at> <9d49eb351c5c1fa93cfde20bcffb116c@luyten.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1540316334 4270 195.159.176.226 (23 Oct 2018 17:38:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2018 17:38:54 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 19:38:50 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF0dl-00010q-Ju for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2018 19:38:49 +0200 Original-Received: from localhost ([::1]:43589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF0fs-0000Kz-6e for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2018 13:41:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF0fi-0000K3-LZ for emacs-devel@gnu.org; Tue, 23 Oct 2018 13:40:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF0fd-0006bz-FW for emacs-devel@gnu.org; Tue, 23 Oct 2018 13:40:49 -0400 Original-Received: from [195.159.176.226] (port=44663 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gF0fd-0006bH-5r for emacs-devel@gnu.org; Tue, 23 Oct 2018 13:40:45 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gF0dU-0000jG-QY for emacs-devel@gnu.org; Tue, 23 Oct 2018 19:38:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:eRlovxhNjr62winjkSIYI8LlWis= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:230598 Archived-At: > While i rather assume user wants to invoke specific action based on the > context. for example while working on email i would invoke other-frame ; > while working on markdown i would most often call other-window, both for the > same bookmark or the same file. Which is why I like the other-frame-window package. I *really* think Emacs would be improved by incorporating and replacing its C-x 4 and C-x 5 keymaps with the corresponding bindings in other-frame-window. Stefan