bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43664: 28.0.50; Crush of X after choosing F10 -> Tutorial


From: Andreas Schwab
Subject: bug#43664: 28.0.50; Crush of X after choosing F10 -> Tutorial
Date: Wed, 30 Sep 2020 17:25:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

On Sep 30 2020, Eli Zaretskii wrote:

>> Date: Wed, 30 Sep 2020 17:46:52 +0300
>> From: Jean Louis <bugs@gnu.support>
>> Cc: 43664@debbugs.gnu.org
>> 
>> #!/bin/bash
>> gdb -ex run emacs
>> 
>> But do you know how can I pass command line arguments like "$@"?
>
> "gdb --help" to the rescue:
>
>   gdb --args emacs $@

Don't forget the quotes.

    gdb --args emacs "$@"

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]