[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26557: [PATCH] gnu: let exwm command work with arguments
From: |
Arun Isaac |
Subject: |
bug#26557: [PATCH] gnu: let exwm command work with arguments |
Date: |
Wed, 19 Apr 2017 13:45:05 +0530 |
> The most useful case is adding "--debug-init" to debug the emacs
> problem, "-q" may useful too.
Ok.
> - exec ~a --exit-with-session ~a --eval '~s' ~%"
> + exec ~a --exit-with-session ~a $* --eval '~s' ~%"
To account for arguments with spaces in them, could you make this "$@"
instead of $* ?
https://stackoverflow.com/questions/12314451/accessing-bash-command-line-args-vs
Also, the first line of the commit message should be
gnu: emacs-exwm: Let exwm ...
Note the addition of "emacs-exwm" and title case of "Let".
Thanks!