We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rime-emacs-module-header-root
1 parent d8c0a99 commit e5c5ffbCopy full SHA for e5c5ffb
rime.el
@@ -1017,7 +1017,8 @@ You can customize the color with `rime-indicator-face' and `rime-indicator-dim-f
1017
(if rime-librime-root
1018
(format "LIBRIME_ROOT=%s" (file-name-as-directory (expand-file-name rime-librime-root))))
1019
(if rime-emacs-module-header-root
1020
- (format "EMACS_MODULE_HEADER_ROOT=%s" (file-name-as-directory (expand-file-name rime-emacs-module-header-root))))
+ (format "EMACS_MODULE_HEADER_ROOT=%s" (shell-quote-argument
1021
+ (file-name-as-directory (expand-file-name rime-emacs-module-header-root)))))
1022
(format "MODULE_FILE_SUFFIX=%s" module-file-suffix))))
1023
1024
(defun rime-compile-module ()
0 commit comments