Re: [PATCH] [BUG] Bad fontification in full displayed links

2021-07-27 Thread Nicolas Goaziou
Hello, Juan Manuel Macías writes: > You are right, I think that solution is much simpler. I attach a > new patch and I have included your name in the commit message, for the > suggestion. Thanks! Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [PATCH] [BUG] Bad fontification in full displayed links

2021-07-10 Thread Juan Manuel Macías
Hi Ihor, Ihor Radchenko writes: > Why not just (add-face-text-property start end face-property)? You are right, I think that solution is much simpler. I attach a new patch and I have included your name in the commit message, for the suggestion. Thanks! Best regards, Juan Manuel >From 0e31ba4

Re: [PATCH] [BUG] Bad fontification in full displayed links

2021-07-09 Thread Ihor Radchenko
Juan Manuel Macías writes: > As a possible fix I'm attaching this patch. > + (add-face-text-property start visible-start face-property) > + (add-face-text-property visible-start visible-end face-property) > + (add-face-text-property visible-end end face-proper

[PATCH] [BUG] Bad fontification in full displayed links

2021-07-09 Thread Juan Manuel Macías
Hi, To reproduce the bug: 1. Put some link: [[target][description]] 2. Run `org-toggle-link-display' As a possible fix I'm attaching this patch. Best regards, Juan Manuel >From caf32a7e1fb1b4bddfa011520f5403d5b6b19ddd Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Date: Tue, 8 Jun 2021 0