emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-s


From: Tassilo Horn
Subject: Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p.
Date: Thu, 01 Oct 2015 13:45:00 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Artur Malabarba <address@hidden> writes:

>>> Alright. I tested the code now and it works well. My only suggestion
>>> would be to change this:
>>>   (< (point) (car prettify-symbols--current-symbol-bounds))
>>> to this:
>>>   (<= (point) (car prettify-symbols--current-symbol-bounds))
>>> But I guess that's more of a personal preference.
>>
>> Yes, I think so too.  But feel free to add that feature, e.g., by having
>> another possibile value for `prettify-symbols-unprettify-at-point'.
>
> Done!

After trying 'right-edge it turned out that I also prefer this
behavior. :-)

Thanks,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]