[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in save-some-buffers or diff.el?
From: |
Richard Stallman |
Subject: |
Re: bug in save-some-buffers or diff.el? |
Date: |
Thu, 23 Oct 2003 14:38:03 -0400 |
BTW, I'm sure that current behavior of `load' is wrong. It always
tries to load .elc file first, even if it's older than .el. But often
it causes too much trouble after updating .el files. There are many
reasons why this happens: user forgets to recompile updated .el files,
something goes wrong in the make process, etc. Yes, `load' reports
a warning, but usually this warning goes unnoticed, which results in
broken functionality. Instead, `load' should load the newest of .el
or .elc files, and report the same warning as a simple reminder to
recompile updated .el files to execute them faster.
the current behavior is necessary and will not be changed.
- Re: bug in save-some-buffers or diff.el?, (continued)
- Re: bug in save-some-buffers or diff.el?, Juri Linkov, 2003/10/22
- Re: bug in save-some-buffers or diff.el?, David Abrahams, 2003/10/22
- Re: bug in save-some-buffers or diff.el?, Kevin Rodgers, 2003/10/22
- Re: bug in save-some-buffers or diff.el?, Eli Zaretskii, 2003/10/22
- Re: bug in save-some-buffers or diff.el?, Juri Linkov, 2003/10/23
- Re: bug in save-some-buffers or diff.el?, Eli Zaretskii, 2003/10/23
- Re: bug in save-some-buffers or diff.el?, Juri Linkov, 2003/10/23
- Re: bug in save-some-buffers or diff.el?, Eli Zaretskii, 2003/10/24
- Re: bug in save-some-buffers or diff.el?,
Richard Stallman <=
- Re: bug in save-some-buffers or diff.el?, David Abrahams, 2003/10/23
- Re: bug in save-some-buffers or diff.el?, Richard Stallman, 2003/10/24
- emacshear (was: bug in save-some-buffers or diff.el?), Juri Linkov, 2003/10/27