From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark E. Shoulson" Subject: Re: Survey: changing a few default settings for Org 9.4 Date: Tue, 17 Mar 2020 22:20:17 -0400 Message-ID: <5a77c469-d661-983a-2c0c-f006f2253cc2@kli.org> References: <87pnebf2ku.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------4872788D193D2486E202AADB" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41844) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEOJh-0006HQ-75 for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 22:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEOJf-00075k-KC for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 22:20:20 -0400 Received: from pi.meson.org ([96.56.207.26]:47134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jEOJf-0006ym-FH for emacs-orgmode@gnu.org; Tue, 17 Mar 2020 22:20:19 -0400 Received: from nagas.meson.org (nagas [192.168.2.101]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by pi.meson.org (Postfix) with ESMTPS id 6E852220152 for ; Tue, 17 Mar 2020 22:20:17 -0400 (EDT) In-Reply-To: <87pnebf2ku.fsf@gnu.org> Content-Language: en-US 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------4872788D193D2486E202AADB Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable On 2/19/20 2:39 AM, Bastien wrote: > - org-hide-emphasis-markers =3D> t Just to note: I've been working on a minor-mode in which the emphasis=20 markers are "invisible" but not hidden (i.e. they still take up space,=20 they're just in 'org-hide face or something similar), except when the=20 point is closeby, at which point they become visible.=C2=A0 The extra spa= ce=20 is pretty ugly, I'll grant, but this does avoid the sudden jerks as text=20 shifts when characters become visible.=C2=A0 Also, in=20 org-variable-pitch-mode, the emphasis markers are also reduced in size,=20 so the extra space is not quite as obvious.=C2=A0 Does this sound interes= ting=20 to anyone?=C2=A0 Right now the code is kind of a mess, but it could be re= fined. ~mark --------------4872788D193D2486E202AADB Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
On 2/19/20 2:39 AM, Bastien wrote:
- org-hide-emphasis-markers =
=3D> t

Just to note: I've been working on a minor-mode in which the emphasis markers are "invisible" but not hidden (i.e. they still take up space, they're just in 'org-hide face or something similar), except when the point is closeby, at which point they become visible.=C2=A0 The extra space is pretty ugly, I'll grant, b= ut this does avoid the sudden jerks as text shifts when characters become visible.=C2=A0 Also, in org-variable-pitch-mode, the emphasi= s markers are also reduced in size, so the extra space is not quite as obvious.=C2=A0 Does this sound interesting to anyone?=C2=A0 Righ= t now the code is kind of a mess, but it could be refined.

~mark

--------------4872788D193D2486E202AADB--