From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Convert some files from outline-mode to org-mode Date: Sun, 24 May 2020 08:18:20 +0200 Organization: GNU Message-ID: <87lflhyhxv.fsf@gnu.org> References: <20200426172206.GC18629@ACM> <87y2qhnc9a.fsf@gmail.com> <20200427102311.GA4976@ACM> <87mu6xtano.fsf@gmail.com> <87k120ohsq.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="97828"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Alan Mackenzie , Emacs developers , Stefan Kangas , =?utf-8?Q?K=C3=A9vin?= Le Gouguec To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 24 08:19:02 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jcjyQ-000PMF-5j for ged-emacs-devel@m.gmane-mx.org; Sun, 24 May 2020 08:19:02 +0200 Original-Received: from localhost ([::1]:40844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcjyP-000500-7u for ged-emacs-devel@m.gmane-mx.org; Sun, 24 May 2020 02:19:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39364) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jcjxn-0004ZY-Df for emacs-devel@gnu.org; Sun, 24 May 2020 02:18:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56715) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcjxm-0006Gc-JG; Sun, 24 May 2020 02:18:22 -0400 Original-Received: from [2a01:e35:2fe1:f780:f51f:c177:3b23:439e] (port=36308 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jcjxm-0000Lu-3h; Sun, 24 May 2020 02:18:22 -0400 Original-Received: by guerry (Postfix, from userid 1000) id 9B8F31A604DE; Sun, 24 May 2020 08:18:20 +0200 (CEST) In-Reply-To: <87k120ohsq.fsf@mail.linkov.net> (Juri Linkov's message of "Mon, 27 Apr 2020 23:30:13 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:251305 Archived-At: Hi Juri, Juri Linkov writes: > I mean such artificial restrictions as for example preventing users > from customizing positions of Org popup windows: > > (defmacro org-no-popups (&rest body) > "Suppress popup windows and evaluate BODY." > `(let (pop-up-frames display-buffer-alist) > ,@body)) > > that ignores user customization in display-buffer-alist. This is indeed something we can work on. Please M-x report-emacs-bug or M-x org-submit-bug-report, this will greatly increase the odds that we spend time considering these issues. Thanks, -- Bastien