updated patch:







At 2017-04-19 16:15:05, "Arun Isaac" <arunisaac@systemreboot.net> wrote: > >> 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! > > >