unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master 5d1e62e: When autoload-timestamps is nil, use a dummy timestamp rather than "t".
       [not found] ` <E1au8OK-0007Mk-Nv@vcs.savannah.gnu.org>
@ 2016-04-24 14:56   ` Stefan Monnier
  2016-04-25 17:57     ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2016-04-24 14:56 UTC (permalink / raw)
  To: emacs-devel; +Cc: Glenn Morris

> +;; In some ways it would be nicer to use a value that is recognisably
> +;; not a time-value, eg t, but that can cause issues if an older Emacs
> +;; that does not expect non-time-values loads the file.

I can't think of any scenario where this would be a problem, other than
far-fetched ones.


        Stefan



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Emacs-diffs] master 5d1e62e: When autoload-timestamps is nil, use a dummy timestamp rather than "t".
  2016-04-24 14:56   ` [Emacs-diffs] master 5d1e62e: When autoload-timestamps is nil, use a dummy timestamp rather than "t" Stefan Monnier
@ 2016-04-25 17:57     ` Glenn Morris
  2016-04-25 20:49       ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2016-04-25 17:57 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier wrote:

>> +;; In some ways it would be nicer to use a value that is recognisably
>> +;; not a time-value, eg t, but that can cause issues if an older Emacs
>> +;; that does not expect non-time-values loads the file.
>
> I can't think of any scenario where this would be a problem, other than
> far-fetched ones.

No, it (generate a loaddefs file with Emacs > 25.1, then try to
incrementally update it with <= 25.1) isn't very likely.
(I vaguely wondered if it could happen with package.el?)

This was a probable over-reaction to
http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00654.html
and subsequent.

Frankly I'm not sure what my preference is any more.
Do you think it should go back to "t"?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Emacs-diffs] master 5d1e62e: When autoload-timestamps is nil, use a dummy timestamp rather than "t".
  2016-04-25 17:57     ` Glenn Morris
@ 2016-04-25 20:49       ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2016-04-25 20:49 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

> (I vaguely wondered if it could happen with package.el?)

No, package.el should only ever build new autoloads files from scratch
and never update them afterwards.  But I guess some future package.el
(or other package that extends package.el) could conceivably try to do
it, admittedly in a hypothetical case.


        Stefan



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-25 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20160424005916.28280.57625@vcs.savannah.gnu.org>
     [not found] ` <E1au8OK-0007Mk-Nv@vcs.savannah.gnu.org>
2016-04-24 14:56   ` [Emacs-diffs] master 5d1e62e: When autoload-timestamps is nil, use a dummy timestamp rather than "t" Stefan Monnier
2016-04-25 17:57     ` Glenn Morris
2016-04-25 20:49       ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).