emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27675: closed ([PATCH] gnu: kbd: Recursively searc


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27675: closed ([PATCH] gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH.)
Date: Fri, 14 Jul 2017 08:39:02 +0000

Your message dated Fri, 14 Jul 2017 10:39:40 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH.
has caused the debbugs.gnu.org bug report #27675,
regarding [PATCH] gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27675: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27675
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH. Date: Thu, 13 Jul 2017 02:34:25 +0200
Fix a regression since commit fd7000fe33d3c4188c241cab97e2b891dd4e1268.

* gnu/packages/linux.scm (kbd)[native-search-path]: Add a double asterisk.
---
 gnu/packages/linux.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c5fed1a7c..700408cc8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1837,7 +1837,10 @@ system.")
     (native-search-paths
      (list (search-path-specification
             (variable "LOADKEYS_KEYMAP_PATH")
-            (files (list "share/keymaps")))))
+            ;; Append ‘/**’ to recursively search all directories.  One can 
then
+            ;; run (for example) ‘loadkeys en-latin9’ instead of having to find
+            ;; and type ‘i386/colemak/en-latin9’ on an unfamiliar keyboard.
+            (files (list "share/keymaps/**")))))
     (native-inputs `(("pkg-config" ,pkg-config)))
     (home-page "http://kbd-project.org/";)
     (synopsis "Linux keyboard utilities and keyboard maps")
-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH. Date: Fri, 14 Jul 2017 10:39:40 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
ng0 wrote:
> Oh noes. Thanks for discovering this!

With pleasure. Pushed as 674d4e1380a43d83e77f81cbc3a8da8969e70f11.

Odd that it took this long for someone to notice. I'd've hoped we had
more new users/machines than that. Or the poor souls all use qwerties.

Kind regards,

T G-R

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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