emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/denote 2c54461a9d 1/4: Tweak the regexp of denote-faces


From: ELPA Syncer
Subject: [elpa] externals/denote 2c54461a9d 1/4: Tweak the regexp of denote-faces-file-name-keywords
Date: Sun, 11 Jun 2023 12:57:38 -0400 (EDT)

branch: externals/denote
commit 2c54461a9dbf3e0a552ad1ccb7e7416b39a31225
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak the regexp of denote-faces-file-name-keywords
    
    Thanks to Niall Dooley for reporting a fontification issue when using
    denote-dired-mode in tandem with nerd-icons-dired-mode:
    
<https://lists.sr.ht/~protesilaos/denote/%3CCADS3Lq4KBnf4BPr5Zv_VmMPHMo0OCVsyhyNxMMSLMB7s%3DpMKVw%40mail.gmail.com%3E>.
---
 README.org | 8 ++++----
 denote.el  | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 96f033a48a..b656e8a87a 100644
--- a/README.org
+++ b/README.org
@@ -4378,10 +4378,10 @@ Denote is meant to be a collective effort.  Every bit 
of help matters.
   Cassou, Elias Storms, Federico Stilman, Florian, Frank Ehmsen, Guo
   Yong, Hanspeter Gisler, Jack Baty, Jeremy Friesen, Jonathan Sahar,
   Juanjo Presa, Johan Bolmsjö, Kai von Fintel, Kaushal Modi, M. Hadi
-  Timachi, Mirko Hernandez, Paul van Gelder, Peter Prevos, Shreyas
-  Ragavan, Stefan Thesing, Summer Emacs, Sven Seebeck, Taoufik, Viktor
-  Haag, Wade Mealing, Yi Liu, Ypot, atanasj, doolio, drcxd, hpgisler,
-  pRot0ta1p, rbenit68, relict007, sienic, sundar bp.
+  Timachi, Mirko Hernandez, Niall Dooley, Paul van Gelder, Peter
+  Prevos, Shreyas Ragavan, Stefan Thesing, Summer Emacs, Sven Seebeck,
+  Taoufik, Viktor Haag, Wade Mealing, Yi Liu, Ypot, atanasj, doolio,
+  drcxd, hpgisler, pRot0ta1p, rbenit68, relict007, sienic, sundar bp.
 
 Special thanks to Peter Povinec who helped refine the file-naming
 scheme, which is the cornerstone of this project.
diff --git a/denote.el b/denote.el
index 237e7df3b6..6ee0cf2337 100644
--- a/denote.el
+++ b/denote.el
@@ -2591,7 +2591,7 @@ and seconds."
   "Regexp of file names for fontification.")
 
 (defconst denote-faces-file-name-keywords
-  `((,(concat " " denote-faces--file-name-regexp)
+  `((,(concat "[\t\s]+" denote-faces--file-name-regexp)
      (1 'denote-faces-date)
      (2 'denote-faces-time)
      (3 'denote-faces-delimiter nil t)



reply via email to

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