-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tags, global, fix: types of user options specifing the executables
They should be "string" because they can also be the name (not the path) of the executable, if it's in the PATH. See #120 (comment).
- Loading branch information
1 parent
6274067
commit 939aca8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
939aca8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m afraid this is still not correct.
The value of type
(set types…)
is a list. Probably what you need ischoice
. See https://www.gnu.org/software/emacs/manual/html_node/elisp/Composite-Types.html939aca8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fuzy112 Thanks. Fixed in d0639a9.