unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: force auto compile .el files
Date: 25 Mar 2006 20:23:33 -0500	[thread overview]
Message-ID: <jkslp69ey2.fsf@glug.org> (raw)
In-Reply-To: <87u09mrpff.fsf@gnu.org>

Giuseppe Scrivano <gscrivano@gnu.org> writes:

> Probably some users (me, for instance) will like the possibility to
> have .elc files always updated without recompile them manually.

recompile on load becomes difficult when there are dependencies outside
the file (when it is not purely standalone), since there are many tricky
cases to consider when recursing.  to see what i mean, try (w/ your
patched emacs) munging some autoloaded gnus/*.el files while using gnus.
bonus points for surviving nontrivial changes to emacs-lisp/bytecomp.el.

instead, you can move the compile to `write-contents-hooks' or similar.
this can be arranged to be done automatically, as well.  it might even
already be a feature (if not in emacs proper, try emacswiki)...

thi

  reply	other threads:[~2006-03-26  1:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-25 12:25 force auto compile .el files Giuseppe Scrivano
2006-03-26  0:20 ` Richard Stallman
2006-03-26  0:59   ` Giuseppe Scrivano
2006-03-26  1:23     ` Thien-Thi Nguyen [this message]
2006-03-27  8:35     ` Richard Stallman

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=jkslp69ey2.fsf@glug.org \
    --to=ttn@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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).