unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stephen Berman via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 72090@debbugs.gnu.org
Cc: the_wurfkreuz@proton.me
Subject: bug#72090: [Improvement] Option for disabling truncation symbols
Date: Sat, 13 Jul 2024 11:23:20 +0200	[thread overview]
Message-ID: <87wmlpmyrb.fsf@gmx.net> (raw)
In-Reply-To: <3RiHjFEqCjiJd8EJsUI4BZlY9VEM67i-xuaAUDrjT4qjn0qAyewXDOq67YR_MW6hD77byOQpGiygHQvvmZEccIlqVZGqNrMT38peiv0l_BU=@proton.me> (the wurfkreuz via's message of "Sat, 13 Jul 2024 08:51:58 +0000")

On Sat, 13 Jul 2024 08:51:58 +0000 the_wurfkreuz via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> wrote:

> I haven't found a way to disable truncation characters when I'm not using
> line wrapping.
> There is a way to make them appear as empty spaces:
>
> (set-display-table-slot standard-display-table 'truncation ?\ )
>
> However, this isn't a real solution because it still takes up buffer
> space for no benefit.
>
> In some cases, truncation symbols on the left side of the buffer seem
> completely pointless. There's no additional context to be derived from them,
> and they just clutter the buffer.

I don't know if truncation characters can be disabled, but maybe this is
good enough as a workaround:

(set-display-table-slot standard-display-table 'truncation ?\N{ZERO WIDTH SPACE})

Steve Berman





      parent reply	other threads:[~2024-07-13  9:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-13  8:51 bug#72090: [Improvement] Option for disabling truncation symbols the_wurfkreuz via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-13  9:22 ` Eli Zaretskii
     [not found]   ` <wrCsvK_30SavmeDBRkk02E0_jep_p9DWFfvhaqtVTUIHgpmNynMVk4hZrrkoDLcGvSBqfJINFZvW38LtUKFoqHOAy2V4nzyqU0QAGnZW_us=@proton.me>
2024-07-13 12:17     ` Eli Zaretskii
2024-07-13  9:23 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wmlpmyrb.fsf@gmx.net \
    --to=bug-gnu-emacs@gnu.org \
    --cc=72090@debbugs.gnu.org \
    --cc=stephen.berman@gmx.net \
    --cc=the_wurfkreuz@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).