GNU bug report logs - #4829
holidays.el needs to put initial values for autoloaded vars in pure storage

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>

Date: Thu, 29 Oct 2009 22:20:04 UTC

Severity: minor

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

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 4829 in the body.
You can then email your comments to 4829 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#4829; Package emacs. (Thu, 29 Oct 2009 22:20:04 GMT) Full text and rfc822 format available.

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

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: bug-gnu-emacs <bug-gnu-emacs <at> gnu.org>
Subject: holidays.el needs to put initial values for autoloaded vars in pure storage
Date: Thu, 29 Oct 2009 15:10:59 -0700 (PDT)
For things like:
holiday-general-holidays
at least the strings need to be in pure storage (maybe the list elements too?)




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4829; Package emacs. (Sat, 31 Oct 2009 02:30:10 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 4829 <at> debbugs.gnu.org
Subject: Re: bug#4829: holidays.el needs to put initial values for autoloaded vars in pure storage
Date: Fri, 30 Oct 2009 22:24:55 -0400
Dan Nicolaescu wrote:

> For things like: holiday-general-holidays at least the strings need
> to be in pure storage (maybe the list elements too?)

If you think it's worthwhile, feel free.


(None of these variables really need to be autoloaded, but there is no
compatible way to change it now. I already tried once:

http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00956.html )



Severity set to 'minor' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 31 Oct 2009 02:30:18 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4829; Package emacs. (Sat, 31 Oct 2009 05:40:04 GMT) Full text and rfc822 format available.

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

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4829 <at> debbugs.gnu.org
Subject: Re: bug#4829: holidays.el needs to put initial values for autoloaded vars in pure storage
Date: Fri, 30 Oct 2009 22:34:32 -0700 (PDT)
Glenn Morris <rgm <at> gnu.org> writes:

  > Dan Nicolaescu wrote:
  > 
  > > For things like: holiday-general-holidays at least the strings need
  > > to be in pure storage (maybe the list elements too?)
  > 
  > If you think it's worthwhile, feel free.

Just the strings or each list element?



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4829; Package emacs. (Sat, 31 Oct 2009 19:55:06 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 4829 <at> debbugs.gnu.org
Subject: Re: bug#4829: holidays.el needs to put initial values for autoloaded vars in pure storage
Date: Sat, 31 Oct 2009 15:50:02 -0400
Dan Nicolaescu wrote:

> Just the strings or each list element?

I would suggest just the strings, so that it doesn't make it quite so
complicated if people want to customize things, but I haven't thought
about it much. With the obsolete ones (hebrew-holidays-#), might as
well do the list elements as well. Thanks.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4829; Package emacs. (Wed, 04 Nov 2009 03:40:04 GMT) Full text and rfc822 format available.

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

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 4829 <at> debbugs.gnu.org
Subject: Re: bug#4829: holidays.el needs to put initial values for autoloaded vars in pure storage
Date: Tue, 3 Nov 2009 19:33:53 -0800 (PST)
Glenn Morris <rgm <at> gnu.org> writes:

  > Dan Nicolaescu wrote:
  > 
  > > Just the strings or each list element?
  > 
  > I would suggest just the strings, so that it doesn't make it quite so
  > complicated if people want to customize things, but I haven't thought
  > about it much. With the obsolete ones (hebrew-holidays-#), might as
  > well do the list elements as well. Thanks.

Thanks.  I have a patch for this in my tree.  I'll check it in when I have a chance.



Reply sent to Dan Nicolaescu <dann <at> ics.uci.edu>:
You have taken responsibility. (Fri, 06 Nov 2009 17:10:05 GMT) Full text and rfc822 format available.

Notification sent to Dan Nicolaescu <dann <at> ics.uci.edu>:
bug acknowledged by developer. (Fri, 06 Nov 2009 17:10:05 GMT) Full text and rfc822 format available.

Message #22 received at 4829-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: 4829-done <at> debbugs.gnu.org
Subject: Re: bug#4829: holidays.el needs to put initial values for autoloaded vars in pure storage
Date: Fri, 6 Nov 2009 09:00:15 -0800 (PST)
This has been checked in.



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Sat, 05 Dec 2009 15:24:25 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 197 days ago.

Previous Next


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