GNU bug report logs - #108
23.0.60; Feature request: Menu item "load init files" after -q/-Q

Previous Next

Package: emacs;

Reported by: Reiner Steib <Reiner.Steib <at> gmx.de>

Date: Fri, 4 Apr 2008 15:55:05 UTC

Severity: wishlist

Tags: wontfix

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Forwarded to http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00248.html

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 108 in the body.
You can then email your comments to 108 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#108; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Reiner Steib <Reiner.Steib <at> gmx.de>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Reiner Steib <reinersteib+gmane <at> imap.cc>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; Feature request: Menu item "load init files" after -q/-Q
Date: Fri, 04 Apr 2008 16:00:29 +0200
Hi,

when XEmacs is started with `--vanilla' or `-q', it displays an item
"Load init files" in the menu bar.  The name of the command in XEmacs
is `load-user-init-file'.

Maybe Emacs should do have something similar.  I'm not sure about
where to add it. Maybe a menu entry in the Options menu and a tool bar
button?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





Severity set to `wishlist' from `normal' Request was from Jason Rumney <jasonr <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sun, 13 Apr 2008 21:35:04 GMT) Full text and rfc822 format available.

Set bug forwarded-to-address to 'http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00248.html'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 27 Feb 2014 01:57:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#108; Package emacs. (Mon, 30 Sep 2019 05:55:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 108 <at> debbugs.gnu.org
Cc: Reiner Steib <Reiner.Steib <at> gmx.de>
Subject: Re: bug#108: 23.0.60; Feature request: Menu item "load init files"
 after -q/-Q
Date: Mon, 30 Sep 2019 07:54:14 +0200
Reiner Steib <reinersteib+gmane <at> imap.cc> writes:

> when XEmacs is started with `--vanilla' or `-q', it displays an item
> "Load init files" in the menu bar.  The name of the command in XEmacs
> is `load-user-init-file'.
>
> Maybe Emacs should do have something similar.  I'm not sure about
> where to add it. Maybe a menu entry in the Options menu and a tool bar
> button?

Hm...  I'm not quite sure what the use case here is.  I mean, if you say
"-q" or "-Q", it's because you want an Emacs without any
customisations.  So why would you then load ~/.emacs?

Hm...  OK...  I could see that it could help with debugging the init
file, for instance.  You'd (setq debug-on-error t) or whatever and then
hit the load button.  But...  if you're doing that, you're probably
better off just `M-x eval-buffer' in ~/.emacs.

So I'm not sure.  Anybody got an opinion?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#108; Package emacs. (Mon, 30 Sep 2019 07:24:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 108 <at> debbugs.gnu.org, Reiner.Steib <at> gmx.de
Subject: Re: bug#108: 23.0.60;
 Feature request: Menu item "load init files" after -q/-Q
Date: Mon, 30 Sep 2019 10:23:47 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Mon, 30 Sep 2019 07:54:14 +0200
> Cc: Reiner Steib <Reiner.Steib <at> gmx.de>
> 
> Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
> 
> > when XEmacs is started with `--vanilla' or `-q', it displays an item
> > "Load init files" in the menu bar.  The name of the command in XEmacs
> > is `load-user-init-file'.
> >
> > Maybe Emacs should do have something similar.  I'm not sure about
> > where to add it. Maybe a menu entry in the Options menu and a tool bar
> > button?
> 
> Hm...  I'm not quite sure what the use case here is.  I mean, if you say
> "-q" or "-Q", it's because you want an Emacs without any
> customisations.  So why would you then load ~/.emacs?
> 
> Hm...  OK...  I could see that it could help with debugging the init
> file, for instance.  You'd (setq debug-on-error t) or whatever and then
> hit the load button.  But...  if you're doing that, you're probably
> better off just `M-x eval-buffer' in ~/.emacs.
> 
> So I'm not sure.  Anybody got an opinion?

I can only contribute a caveat: loading (via 'load') of init files
from within a running Emacs session will not 100% reproduce what
happens when those init files are loaded during startup, so if the
purpose is to allow debugging those files, loading them from Emacs
might not recreate the problems one wants to debug.

OTOH, I thought we already have some means of debugging the init
files, no?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#108; Package emacs. (Mon, 30 Sep 2019 13:21:02 GMT) Full text and rfc822 format available.

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

From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 108 <at> debbugs.gnu.org, Lars Ingebrigtsen <larsi <at> gnus.org>,
 Reiner.Steib <at> gmx.de
Subject: Re: bug#108: 23.0.60; Feature request: Menu item "load init files"
 after -q/-Q
Date: Mon, 30 Sep 2019 14:20:14 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

> OTOH, I thought we already have some means of debugging the init
> files, no?

Such as --debug-init?

-- 
Basil




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#108; Package emacs. (Mon, 30 Sep 2019 13:51:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: "Basil L. Contovounesios" <contovob <at> tcd.ie>
Cc: 108 <at> debbugs.gnu.org, larsi <at> gnus.org, Reiner.Steib <at> gmx.de
Subject: Re: bug#108: 23.0.60; Feature request: Menu item "load init files"
 after -q/-Q
Date: Mon, 30 Sep 2019 16:50:45 +0300
> From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
> Cc: Lars Ingebrigtsen <larsi <at> gnus.org>,  108 <at> debbugs.gnu.org,
>   Reiner.Steib <at> gmx.de
> Date: Mon, 30 Sep 2019 14:20:14 +0100
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > OTOH, I thought we already have some means of debugging the init
> > files, no?
> 
> Such as --debug-init?

Among others, yes.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#108; Package emacs. (Mon, 30 Sep 2019 14:15:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "Basil L. Contovounesios" <contovob <at> tcd.ie>, 108 <at> debbugs.gnu.org,
 Reiner.Steib <at> gmx.de
Subject: Re: bug#108: 23.0.60; Feature request: Menu item "load init files"
 after -q/-Q
Date: Mon, 30 Sep 2019 16:14:45 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> > OTOH, I thought we already have some means of debugging the init
>> > files, no?
>> 
>> Such as --debug-init?
>
> Among others, yes.

I think the general consensus here is that this doesn't sound like a
very useful feature, so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 30 Sep 2019 14:15:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 108 <at> debbugs.gnu.org and Reiner Steib <Reiner.Steib <at> gmx.de> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 30 Sep 2019 14:15:03 GMT) Full text and rfc822 format available.

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

This bug report was last modified 4 years and 180 days ago.

Previous Next


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