unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "make autoloads" asks a question
@ 2011-02-19 21:40 Eli Zaretskii
  2011-02-19 22:15 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2011-02-19 21:40 UTC (permalink / raw)
  To: emacs-devel

If you have several dired.el~N~ files in your lisp/ directory, and
dired-x.el or dired-aux.el were modified, then "make autoloads" will
will update dired.el, and Emacs will ask a question about deleting
excess backup versions of dired.el, when it is about to save dired.el.

At least on MS-Windows, the question is not shown, but Emacs still
waits for a single character.

Is it appropriate for Emacs to ask this question in this context?
Should batch-update-autoloads bind version-control to `never', to
avoid this?



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

* Re: "make autoloads" asks a question
  2011-02-19 21:40 "make autoloads" asks a question Eli Zaretskii
@ 2011-02-19 22:15 ` Glenn Morris
  2011-02-22  3:01   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2011-02-19 22:15 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii wrote:

> Should batch-update-autoloads bind version-control to `never', to
> avoid this?

I think so. It only changes sections of the file that are
auto-generated, so there is no need to keep the previous version.
Stand-alone loaddefs files have version-control: never cookies.



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

* Re: "make autoloads" asks a question
  2011-02-19 22:15 ` Glenn Morris
@ 2011-02-22  3:01   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2011-02-22  3:01 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Eli Zaretskii, emacs-devel

>> Should batch-update-autoloads bind version-control to `never', to
>> avoid this?

> I think so. It only changes sections of the file that are
> auto-generated, so there is no need to keep the previous version.
> Stand-alone loaddefs files have version-control: never cookies.

Sounds right,


        Stefan



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

end of thread, other threads:[~2011-02-22  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-19 21:40 "make autoloads" asks a question Eli Zaretskii
2011-02-19 22:15 ` Glenn Morris
2011-02-22  3:01   ` 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).