Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-10 Thread Kyle Meyer
Kévin Le Gouguec writes: > Kyle Meyer writes: > >> Okay, let's go with >> >> `((t :inherit shadow ,@(and (>= emacs-major-version 27) '(:extend t >> >> as the org-block spec then. > > Done; patch attached. Applied (81e294847).

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-10 Thread Kévin Le Gouguec
Kyle Meyer writes: > Okay, let's go with > > `((t :inherit shadow ,@(and (>= emacs-major-version 27) '(:extend t > > as the org-block spec then. Done; patch attached. >From 41ab9f8f0c2f02f1951a412265b01a9ac5fa5a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Le=

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-09 Thread Kyle Meyer
Kévin Le Gouguec writes: > Huh. Based on the discussion for bug#37774[1][2][3][4], I had assumed > this kind of kludge would be necessary, but both Emacs 25.3 and 26.3 > seem to evaluate and byte-compile the following snippet with no errors: > > #+begin_src elisp > (defface foobar '((t (:extend t

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-09 Thread Kévin Le Gouguec
Kyle Meyer writes: >> +(defmacro org--extended-face (attributes) >> + "Make face that extends beyond end of line. >> + >> +Up to Emacs 26, all faces extended beyond end of line; getting >> +the same behaviour starting with Emacs 27 requires :extend t." >> + `(nconc ,attributes (when (>= emacs-m

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-08 Thread Kyle Meyer
Kévin Le Gouguec writes: > I made patches for both maint and master because > > - the patch for maint has a small conflict in org-compat when applied > against master, > > - I'm not sure which branch will eventually be synchronized with > emacs-27 (assuming we'll include this fix in 27.2). Th

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-07 Thread Kévin Le Gouguec
Kyle Meyer writes: > Kévin Le Gouguec writes: > >> Since 27.1-rc1 is out, I'd like to bump this; it'd be a shame if 27.1 >> shipped with this bug, which seems to be getting some attention (I just >> spotted a Reddit thread[1] about it, in addition to the original report >> on Debbugs). > > In the

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-06 Thread Kyle Meyer
Kévin Le Gouguec writes: > Since 27.1-rc1 is out, I'd like to bump this; it'd be a shame if 27.1 > shipped with this bug, which seems to be getting some attention (I just > spotted a Reddit thread[1] about it, in addition to the original report > on Debbugs). In the associated emacs-bug thread, E

Re: Bug#42184: org-fontify-whole-*-line in emacs 27

2020-08-02 Thread Kévin Le Gouguec
Since 27.1-rc1 is out, I'd like to bump this; it'd be a shame if 27.1 shipped with this bug, which seems to be getting some attention (I just spotted a Reddit thread[1] about it, in addition to the original report on Debbugs). [1]: https://old.reddit.com/r/emacs/comments/i26n46/why_does_my_orgmod