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: [prettify-symbols-mode] Two consecutive matches don't work?
Date: Wed, 18 May 2022 14:56:53 +0300	[thread overview]
Message-ID: <83h75nf3zu.fsf@gnu.org> (raw)
In-Reply-To: <8f817c96-9a19-45a6-9eef-2e598755970d@www.fastmail.com> (message from Joost on Wed, 18 May 2022 11:32:07 +0200)

> Feedback-ID: ie15541ac:Fastmail
> Date: Wed, 18 May 2022 11:32:07 +0200
> From: Joost <joostkremers@fastmail.fm>
> 
> I'm dealing with some `.xml` files that contain data which uses the sequence `<<!` as some sort of operator. Because it's XML, the LESS-THAN sign needs to be encoded as `&lt;`, yielding `&lt;&lt;!`.
> 
> So I thought this would be the ideal use case for `prettify-symbols-mode`. I added `("&lt;" . ?<)` to `prettify-symbols-alist` and activated the mode.
> 
> Unfortunately, only the first `&lt;` in each sequence is prettified. This seems to be due to the fact that the second `&lt;` is followed by the exclamation mark: if I insert a space in between, prettification works.
> 
> Is there any way to remedy this?

prettify-symbols-mode is not general-purpose enough, its defaults are
tailored to prettifying keywords of programming languages, not just
any arbitrary strings of characters.

I think you will need to tailor prettify-symbols-default-compose-p or
roll your own predicate and bind prettify-symbols-compose-predicate to
that predicate, if you want to support such sequences.



  parent reply	other threads:[~2022-05-18 11:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-18  9:32 [prettify-symbols-mode] Two consecutive matches don't work? Joost
2022-05-18 10:07 ` Robert Pluim
2022-05-18 10:54   ` Tassilo Horn
2022-05-19 17:46     ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-05-19 19:09       ` Tassilo Horn
2022-05-18 11:56 ` Eli Zaretskii [this message]
2022-05-18 12:28   ` Robert Pluim
2022-05-18 20:01     ` Joost Kremers

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=83h75nf3zu.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.