From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Skorzhinskiy Mikhail" Subject: Feature request: full-frame or not full-frame Date: Wed, 13 Jul 2016 17:36:22 +0300 Message-ID: <87twftfvvd.fsf@eml.cc> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNLHG-0000EK-1r for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 10:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNLHB-0004Jy-7E for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 10:36:40 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:39328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNLH8-0004Id-Mw for emacs-orgmode@gnu.org; Wed, 13 Jul 2016 10:36:37 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 23BB120331 for ; Wed, 13 Jul 2016 10:36:25 -0400 (EDT) Received: from localhost (85-114-5-42.obit.ru [85.114.5.42]) by mail.messagingengine.com (Postfix) with ESMTPA id 99C64CCDBD for ; Wed, 13 Jul 2016 10:36:24 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, I want to implement one small feature in the org-mode, but I don't know would anyone interested in such feature or not. There are fixes appears in org-mode not very long time ago. That fixes introduce new behavior of org-mode-related windows (agenda, capture and etc). Before that changes most of the org-mode windows takes full size of a frame (by deleting all other windows). Now org-mode windows are just created, so you can see other buffers when calling it. Such behaviour is preferable in most cases (user definitely wants to see buffer from where he call capture). But, there are exists some use-cases when *I* want the old behaviour. For example, when I call capture not from some emacs buffer, but from some other place. From the external browser, from a script or from windows manager for example. And in such cases, emacs frame dissected to pieces of different buffers is not that I want to see. Right now I have the bunch of hooks and spikes to call (delete-other-windows) after window with org-mode buffer appears. But I wonder, maybe it's better to implement this customization inside the org-mode? So I can add a new variable that will control the behaviour of org-mode windows, so the user can decide what is preferable. Just like in the Man package (Man-notify-method). So, what do you think? -- best regards, Skorzhinskiy Mikhail