From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: unable to edit indirect-buffer in fundamental mode without losing pretty printing in base buffer org mode Date: Sun, 27 May 2018 22:53:11 +0200 Message-ID: <87d0xg3jns.fsf@nicolasgoaziou.fr> References: <518DCC34-E435-42F7-A15E-FAE7727033F8@scratch.space> <87muwlt6c1.fsf@gmail.com> <87y3g43mjy.fsf@nicolasgoaziou.fr> <87h8msu96w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fN2fH-0002Dv-3a for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:53:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fN2fE-0000lI-0M for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:53:19 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:45287) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fN2fD-0000k2-Qh for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:53:15 -0400 In-Reply-To: <87h8msu96w.fsf@gmail.com> (Aaron Ecay's message of "Sun, 27 May 2018 21:37:11 +0100") 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: Van L Cc: org-mode-email Aaron Ecay writes: > Of course, done in c32938b7f. I did not realize how the freeze for 9.2 > was working. Thank you. BTW, I'm considering creating a "next" branch for pending patches that I'm refraining to push to master. It could help moving forward. >> However, your fix is not great at all. It was discussed on this ML, >> about square brackets in links: it causes "jumpings" during editing, >> which some users, including me, find annoying. Even if it was optional, >> it would need to be discussed beforehand. > > I must have missed that discussion. I would say that the =E2=80=9Cjump= =E2=80=9D in > this case is only three characters, Not at all. If you're fontifying sub/superscripts, it changes size of the whole script (e.g., a_{0123456789}), so it can be obnoxious. Besides, even if a single character changes its size, the whole line "jumps". This is distracting. > whereas for links it is much more (as the whole link becomes un- and > re-hidden). Actually, that was only square brackets around the link, not the link itself, so there was really 2 characters involved. But, see above. > I would not like links to work this way, but for foo-scripts I found > it to be quite natural in my testing. So I hope that we can discuss it > (as an optional feature, certainly) once 9.2 is out. We can of course discuss it on the ML, but it would be nice to make clear what is the problem to solve first.