all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: New line and trailing whitespaces
Date: Tue, 23 Apr 2024 19:19:02 +0300	[thread overview]
Message-ID: <86h6fs3vd5.fsf@gnu.org> (raw)
In-Reply-To: <vid6rttxg4l3piuqozcyqk2flw7kqoojssygm7lckmfazqkptp@hpy64mtw3fpu> (message from Ergus on Tue, 23 Apr 2024 17:38:15 +0200)

> Date: Tue, 23 Apr 2024 17:38:15 +0200
> From: Ergus <spacibba@aol.com>
> Cc: help-gnu-emacs@gnu.org
> 
> >You need to customize whitespace-display-mappings.  Specifically, the
> >tab-mark element of the value is by default the vector '[?� ?\t], and
> >you need to replace each of these two characters with a glyph that has
> >the face you want, using make-glyph-code.  Caveat: a comment in
> >whitespace.el explains why only newlines are given a face:
> >
> >	      ;; Only insert face bits on NEWLINE char mapping to avoid
> >	      ;; obstruction of other faces like TABs and (HARD) SPACEs
> >	      ;; faces, font-lock faces, etc.
> >
> 
> Ahh this is exactly what I want..
> 
> Do you think it worth adding your paragraph as a comment somewhere in
> whitespace or reference that in its manual section?

IMO, if we want users to be able to do this, we need a more
user-friendly way of doing that.  Like define a special face, and make
whitespace.el use make-glyph-code with that face, given some user
option setting.

Patches welcome.



  reply	other threads:[~2024-04-23 16:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <kcaicxrup2f3usy37v4aupgu7uvmifnxkeyc2hx5n5qpqnuj7b.ref@okar6momrmhs>
2024-04-20 12:10 ` New line and trailing whitespaces Ergus
2024-04-20 13:50   ` Eli Zaretskii
2024-04-20 14:16     ` Eli Zaretskii
2024-04-21  1:12       ` Ergus
2024-04-21  5:23         ` Eli Zaretskii
2024-04-21 21:05           ` Ergus
2024-04-22  5:39             ` Eli Zaretskii
2024-04-22 12:22               ` Ergus
2024-04-23  8:06                 ` Eli Zaretskii
2024-04-23 15:38                   ` Ergus
2024-04-23 16:19                     ` Eli Zaretskii [this message]
2024-04-24  2:41                       ` Ergus
2024-04-24  7:05                         ` Eli Zaretskii
2024-04-24 14:48                           ` Ergus
2024-04-24 15:45                             ` Eli Zaretskii
2024-04-22 12:34               ` Ergus

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

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

  git send-email \
    --in-reply-to=86h6fs3vd5.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.