GNU bug report logs -
#2520
Read configuration file on SIGUSR1
Previous Next
Full log
Message #12 received at 2520 <at> emacsbugs.donarmstrong.com (full text, mbox):
severity 2520 wishlist
thanks
> 1) emacs -Q. Emacs process starts.
> 2) pkill -s 1 emacs. Emacs process dies.
> The more appropriate behavior would be to reload the configuration
> without restarting (i.e. reread X resource values). This behavior
> would be especially useful for the daemon mode.
It could make sense, indeed. It can be pretty problematic as well,
since most config files read by Emacs (i.e. site-start.el, default.el,
.emacs) are normally only read a single time per session, and in
a particular order, at a particular time, so rereading them later on can
very easily give you unexpected results.
It is a good practice to keep your .emacs file "idempotent", but I think
such files are the exceptions rather than the rule. So, yes, it could
be handy, but it would have to come with big warnings "may not do what
you expect".
> I'm pretty sure previous snapshot versions used to work that way.
Maybe in some other world.
Stefan
This bug report was last modified 3 years and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.