From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0kmU-00072t-1O for guix-patches@gnu.org; Wed, 19 Apr 2017 04:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0kmQ-0006AQ-Tz for guix-patches@gnu.org; Wed, 19 Apr 2017 04:16:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0kmQ-00069k-JL for guix-patches@gnu.org; Wed, 19 Apr 2017 04:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0kmQ-0005MC-EE for guix-patches@gnu.org; Wed, 19 Apr 2017 04:16:02 -0400 Subject: bug#26557: [PATCH] gnu: let exwm command work with arguments Resent-Message-ID: Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Wed, 19 Apr 2017 13:45:05 +0530 In-reply-to: <20170418223348.936-1-tumashu@163.com> References: <20170418223348.936-1-tumashu@163.com> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26557@debbugs.gnu.org > 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-ar= gs-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! =