From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Add :invisible face attribute Date: Sat, 21 Dec 2024 18:28:28 +0000 Message-ID: <87msgoao1f.fsf@localhost> References: <20241218160813.31108-1-mina86@mina86.com> <867c7xlyqp.fsf@gnu.org> <81970ad8-d2a4-eca6-d8cd-4092fbbac90d@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25266"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , Michal Nazarewicz , emacs-devel@gnu.org To: Jim Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 21 19:27:55 2024 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 1tP4Ch-0006Mq-Mn for ged-emacs-devel@m.gmane-mx.org; Sat, 21 Dec 2024 19:27:55 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tP4Bw-0000GC-Kp; Sat, 21 Dec 2024 13:27:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tP4Bq-0000Fk-Kf for emacs-devel@gnu.org; Sat, 21 Dec 2024 13:27:03 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tP4Bn-0001ym-U2 for emacs-devel@gnu.org; Sat, 21 Dec 2024 13:27:01 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 0057E240027 for ; Sat, 21 Dec 2024 19:26:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1734805617; bh=zETYhW1VU7A453CVWtEGLwl5RlwX91a0vwbM8xoXzTI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=eYUjK92NFdIjnFAI+Zjv6jZjD7uV/9R+75KBADjawv2WFyFMZgffQyZOEmuP24T6z 8/TaJchY9MgM9nLJcX7kwjsNKCKrwQuI6DbGb0bbHDTre6NJ5rSdBk5l7EMfW5Vd4E SgM303rnymitK69w/ls2xu8F71MU4W4DqXlbONJFleNDn5LstfNF9CRnzEAF/H2lgh +DPitMPw1TohkWuRausrOuDnJufdBkX6Um9Wstja8Cs5+EoAbIP9ci1FqqeEeD6HGU I3Qr872UZWBEpLMVly2l1Fm2jvSyA8qygknCs22sY2R3o5aWAwlFcHtgT2+qZKeLQK MRxK47D79l5PA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4YFt6R4jn6z6ty4; Sat, 21 Dec 2024 19:26:55 +0100 (CET) In-Reply-To: <81970ad8-d2a4-eca6-d8cd-4092fbbac90d@gmail.com> Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326827 Archived-At: Jim Porter writes: > I'm just brainstorming here, but could Org use a display spec with > specified spaces[1] to make Emacs render a space of the appropriate > width? That requires a bit of computation, but it's how > 'visual-wrap-prefix-mode' and SHR handle (roughly) similar sorts of things. If one uses display spec, editing the text underneath will become tricky. Org mode is first and foremost a text format and should remain editable using normal text editing commands. Of course, third-party packages are free to make such visual changes, if they believe that they constitute an improvement. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my work at