GNU bug report logs - #50855
28.0.50; option --name does not work as expected

Previous Next

Package: emacs;

Reported by: Peter Münster <pm <at> a16n.net>

Date: Mon, 27 Sep 2021 21:01:01 UTC

Severity: normal

Tags: notabug

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50855 in the body.
You can then email your comments to 50855 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Mon, 27 Sep 2021 21:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Münster <pm <at> a16n.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 27 Sep 2021 21:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Münster <pm <at> a16n.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; option --name does not work as expected
Date: Mon, 27 Sep 2021 23:00:17 +0200
Hello,

I would like to start Emacs without loading the X resources from
/usr/share/X11/app-defaults/Emacs. It seems that "--name myname" should
do that, but using this option, the X resources are still loaded.

What is the right way, to avoid loading these X resources please?

My workaround: "emacs -Q -user peter"

TIA for any hints,
-- 
           Peter




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Tue, 28 Sep 2021 05:23:02 GMT) Full text and rfc822 format available.

Message #8 received at 50855 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Peter Münster <pm <at> a16n.net>
Cc: 50855 <at> debbugs.gnu.org
Subject: Re: bug#50855: 28.0.50; option --name does not work as expected
Date: Tue, 28 Sep 2021 08:22:46 +0300
> From: Peter Münster <pm <at> a16n.net>
> Date: Mon, 27 Sep 2021 23:00:17 +0200
> 
> I would like to start Emacs without loading the X resources from
> /usr/share/X11/app-defaults/Emacs. It seems that "--name myname" should
> do that, but using this option, the X resources are still loaded.
> 
> What is the right way, to avoid loading these X resources please?

As "emacs --help" says, the right way is to use the --no-x-resources
command-line switch.  Did you try that?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Tue, 28 Sep 2021 06:13:02 GMT) Full text and rfc822 format available.

Message #11 received at 50855 <at> debbugs.gnu.org (full text, mbox):

From: Peter Münster <pm <at> a16n.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 50855 <at> debbugs.gnu.org
Subject: Re: bug#50855: 28.0.50; option --name does not work as expected
Date: Tue, 28 Sep 2021 08:12:48 +0200
[Message part 1 (text/plain, inline)]
On Tue, Sep 28 2021, Eli Zaretskii wrote:

> As "emacs --help" says, the right way is to use the --no-x-resources
> command-line switch.  Did you try that?

I've just tried: yes it works. Thanks!

This option is missing in doc/man/emacs.1

-- 
           Peter
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Tue, 28 Sep 2021 07:17:01 GMT) Full text and rfc822 format available.

Message #14 received at 50855 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Peter Münster <pm <at> a16n.net>
Cc: 50855 <at> debbugs.gnu.org
Subject: Re: bug#50855: 28.0.50; option --name does not work as expected
Date: Tue, 28 Sep 2021 10:16:51 +0300
> From: Peter Münster <pm <at> a16n.net>
> Cc: 50855 <at> debbugs.gnu.org
> Date: Tue, 28 Sep 2021 08:12:48 +0200
> 
> On Tue, Sep 28 2021, Eli Zaretskii wrote:
> 
> > As "emacs --help" says, the right way is to use the --no-x-resources
> > command-line switch.  Did you try that?
> 
> I've just tried: yes it works. Thanks!
> 
> This option is missing in doc/man/emacs.1

Why are you using the man page instead of the Info manual?  The former
is just a lip service, and doesn't pretend to be complete in any way.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Tue, 28 Sep 2021 07:52:02 GMT) Full text and rfc822 format available.

Message #17 received at 50855 <at> debbugs.gnu.org (full text, mbox):

From: Peter Münster <pm <at> a16n.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 50855 <at> debbugs.gnu.org
Subject: Re: bug#50855: 28.0.50; option --name does not work as expected
Date: Tue, 28 Sep 2021 09:51:36 +0200
[Message part 1 (text/plain, inline)]
On Tue, Sep 28 2021, Eli Zaretskii wrote:

> Why are you using the man page instead of the Info manual?

A habit...


> The former is just a lip service, and doesn't pretend to be complete
> in any way.

Sorry, I didn't know that. From now on, I'll use the Info manual.

-- 
           Peter
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Tue, 28 Sep 2021 08:01:02 GMT) Full text and rfc822 format available.

Message #20 received at 50855 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Peter Münster <pm <at> a16n.net>
Cc: 50855 <at> debbugs.gnu.org
Subject: Re: bug#50855: 28.0.50; option --name does not work as expected
Date: Tue, 28 Sep 2021 11:00:03 +0300
tags 50855 notabug
close 50855
thanks

> From: Peter Münster <pm <at> a16n.net>
> Cc: 50855 <at> debbugs.gnu.org
> Date: Tue, 28 Sep 2021 09:51:36 +0200
> 
> > The former is just a lip service, and doesn't pretend to be complete
> > in any way.
> 
> Sorry, I didn't know that. From now on, I'll use the Info manual.

No need to apologize.  In general, the GNU project considers man pages
an inferior documentation means, compared to Info manuals.

And with that, I'm closing this bug report.




Added tag(s) notabug. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 28 Sep 2021 08:01:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 50855 <at> debbugs.gnu.org and Peter Münster <pm <at> a16n.net> Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 28 Sep 2021 08:01:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#50855; Package emacs. (Tue, 28 Sep 2021 14:04:02 GMT) Full text and rfc822 format available.

Message #27 received at 50855 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Peter Münster <pm <at> a16n.net>, 50855 <at> debbugs.gnu.org
Subject: Re: bug#50855: 28.0.50; option --name does not work as expected
Date: Tue, 28 Sep 2021 07:03:39 -0700
Eli Zaretskii <eliz <at> gnu.org> writes:

> No need to apologize.  In general, the GNU project considers man pages
> an inferior documentation means, compared to Info manuals.

I've updated the man page to include the "--no-x-resources" flag.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 27 Oct 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.