unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
Cc: 18556@debbugs.gnu.org
Subject: bug#18556: 24.4.50; update-file-autoloads never ends
Date: Fri, 26 Sep 2014 09:59:38 -0700	[thread overview]
Message-ID: <54259B7A.4090802@cs.ucla.edu> (raw)
In-Reply-To: <80wq8sbawq.fsf@gmail.com>

I could not reproduce the problem with Emacs trunk bzr 117958 built on 
Fedora 20 with GCC 4.9.1, in either 32- or 64-bit builds, and in either 
en_US.UTF-8 or fr_FR.iso885915@euro locales.  Here's the behavior I 
observed:

$ ls -l /tmp/d/balance.el
-rw-r--r--. 1 eggert eggert 110567 Sep 26 09:38 /tmp/d/balance.el
$ time src/emacs -Q --batch '--eval=(update-file-autoloads 
"/tmp/d/balance.el" nil "/tmp/d/my_autoloads.el")'
Generating autoloads for /tmp/d/balance.el...
Wrote /tmp/d/my_autoloads.el
Generating autoloads for /tmp/d/balance.el...done

real    0m0.041s
user    0m0.033s
sys    0m0.007s
$ ls -l /tmp/d/my_autoloads.el
-rw-r--r--. 1 eggert eggert 260 Sep 26 09:56 /tmp/d/my_autoloads.el
$ cat /tmp/d/my_autoloads.el
;;; my_autoloads.el --- automatically extracted autoloads
;;
;;; Code:

\f
(provide 'my_autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; my_autoloads.el ends here





  reply	other threads:[~2014-09-26 16:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25  4:07 bug#18556: 24.4.50; update-file-autoloads never ends Vincent Belaïche
2014-09-26 16:59 ` Paul Eggert [this message]
2014-09-26 17:21   ` Eli Zaretskii
2014-09-26 17:24     ` Eli Zaretskii
2014-09-28 10:36   ` Vincent Belaïche
2014-09-28 16:27     ` Eli Zaretskii
2017-05-05  5:37     ` Glenn Morris
2014-09-28  9:56 ` Vincent Belaïche
2014-09-28 16:24   ` Eli Zaretskii
2014-09-29  6:38 ` Vincent Belaïche
2014-09-29  6:53   ` Eli Zaretskii
2014-09-29  7:06 ` Vincent Belaïche
2014-10-25 22:03 ` Vincent Belaïche
2017-05-05  5:39   ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54259B7A.4090802@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=18556@debbugs.gnu.org \
    --cc=vincent.b.1@hotmail.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).