[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!
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., (continued)
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/05
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Artur Malabarba, 2015/10/07
- Message not available
- RE: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Artur Malabarba, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Artur Malabarba, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Artur Malabarba, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Artur Malabarba, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p.,
Artur Malabarba <=
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08
- Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Artur Malabarba, 2015/10/08
Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p., Tassilo Horn, 2015/10/08