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: Artur Malabarba
Subject: Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p.
Date: Thu, 1 Oct 2015 02:19:30 +0100

>> 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!



reply via email to

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