[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74110: [PATCH] Add folding support for TeX dashes
From: |
Arash Esbati |
Subject: |
bug#74110: [PATCH] Add folding support for TeX dashes |
Date: |
Fri, 01 Nov 2024 09:20:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Paul Nelson <ultrono@gmail.com> writes:
>> How does this differ from the built-in prettify-symbols-mode which
>> appears to do this already?
>
> Thanks for pointing this out. I guess this patch can be discarded,
> then.
>
> I guess that the same point also applies to my previous patch
> concerning quotes, i.e., one can largely replace that patch with
>
> (add-to-list 'prettify-symbols-alist '("``" . ?“))
> (add-to-list 'prettify-symbols-alist '("''" . ?”))
>
> The only issue is that I had wanted to avoid folding double primes in
> math regions, such as $x''$, but perhaps that's a sufficiently minor
> issue, and the TeX-fold-quotes stuff isn't really necessary either?
Hi Paul,
what about users who use folding only and not symbol-prettification?
There is a feature overlap here, but I'm not sure if we should drop your
changes from folding. Maybe we should guard these overlaps so they
don't kick in when `prettify-symbols-mode' is non-nil? WDYT?
Best, Arash
- bug#74110: [PATCH] Add folding support for TeX dashes,
Arash Esbati <=
- bug#74110: [PATCH] Add folding support for TeX dashes, Paul Nelson, 2024/11/02
- bug#74110: [PATCH] Add folding support for TeX dashes, Arash Esbati, 2024/11/03
- bug#74110: [PATCH] Add folding support for TeX dashes, Ikumi Keita, 2024/11/03
- bug#74110: [PATCH] Add folding support for TeX dashes, Paul Nelson, 2024/11/05
- bug#74110: [PATCH] Add folding support for TeX dashes, Arash Esbati, 2024/11/06
- bug#74110: [PATCH] Add folding support for TeX dashes, Paul Nelson, 2024/11/17
- bug#74110: [PATCH] Add folding support for TeX dashes, Arash Esbati, 2024/11/18
- bug#74110: [PATCH] Add folding support for TeX dashes, Ikumi Keita, 2024/11/06