[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 53ca0002d1 3/4: Add more coding-system commands to he
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/helm 53ca0002d1 3/4: Add more coding-system commands to helm-completing-read-command-categories |
|
Date: |
Mon, 29 Jan 2024 13:00:26 -0500 (EST) |
branch: elpa/helm
commit 53ca0002d134b9e63aa9074671d12cf845157eb0
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Add more coding-system commands to helm-completing-read-command-categories
---
helm-mode.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/helm-mode.el b/helm-mode.el
index d88bcafdac..f8fa6d1b37 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1079,6 +1079,16 @@ behavior as emacs vanilla.")
("load-theme" . theme)
("describe-theme" . theme)
("describe-coding-system" . coding-system)
+ ("set-file-name-coding-system" . coding-system)
+ ("set-keyboard-coding-system" . coding-system)
+ ("set-terminal-coding-system" . coding-system)
+ ("set-process-coding-system" . coding-system)
+ ("set-buffer-process-coding-system" . coding-system)
+ ("set-buffer-file-coding-system" . coding-system)
+ ("set-selection-coding-system" . coding-system)
+ ("set-next-selection-coding-system" . coding-system)
+ ("set-clipboard-coding-system" . coding-system)
+ ("universal-coding-system-argument" . coding-system)
("read-color" . color))
"An alist to specify metadata category by command.