[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72118: Option -Q is ignored on PGTK when accompanied by --display
From: |
Eli Zaretskii |
Subject: |
bug#72118: Option -Q is ignored on PGTK when accompanied by --display |
Date: |
Sat, 20 Jul 2024 12:01:13 +0300 |
> Date: Sun, 14 Jul 2024 21:48:12 +0100 (BST)
> From: Peter Oliver <p.d.oliver@mavit.org.uk>
>
>
> When Emacs 29.4 is built with PGTK, I am surprised by the behaviour of the
> following shell command:
>
> emacs --display :1 -Q
>
> My ~/.emacs is loaded, not skipped! However, if I run the following, it is
> skipped as expected:
>
> emacs -d :1 -Q
>
> I have a patch, which I shall send in shortly…
Po Lu, any comments?