From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: reverting non-file buffers in earlier Emacs versions.
Date: Mon, 24 Jan 2005 19:26:04 -0600 (CST) [thread overview]
Message-ID: <200501250126.j0P1Q4907054@raven.dms.auburn.edu> (raw)
I suggest the following documentation changes to autorevert.el and
emacs-xtra.texi. The reason for the changes is that in Emacs versions
21.3 and earlier, autoreverting of non-file buffers seems to cause
serious problems. In Emacs-21.3, Dired buffers autorevert every five
seconds, print a message every five seconds, constantly overshouting
what I am trying to type in the echo area, and point in a Dired buffer
shoots back to the beginning of the buffer every five seconds.
So I want to give the reader at least some indication that
autoreverting of non-file buffers worked quite differently in earlier
Emacs versions.
I will install if there are no objections.
===File ~/autorevert-diff===================================
*** autorevert.el 29 Dec 2004 21:08:55 -0600 1.42
--- autorevert.el 23 Jan 2005 21:57:14 -0600
***************
*** 208,213 ****
--- 208,216 ----
of files. You may still sometimes want to revert them manually.
Use this option with care since it could lead to excessive auto-reverts.
+ This is especially true in versions 21.3 and earlier of Emacs,
+ but should be much less of a problem in 21.4 or later.
+
For more information, see Info node `(emacs-xtra)Autorevert'."
:group 'auto-revert
:type 'boolean
============================================================
===File ~/emacs-xtra-diff===================================
*** emacs-xtra.texi 18 Jul 2004 11:01:23 -0500 1.7
--- emacs-xtra.texi 23 Jan 2005 21:50:29 -0600
***************
*** 10,16 ****
@copying
This manual describes specialized features of Emacs.
! Copyright (C) 2004
Free Software Foundation, Inc.
@quotation
--- 10,16 ----
@copying
This manual describes specialized features of Emacs.
! Copyright (C) 2004, 2005
Free Software Foundation, Inc.
@quotation
***************
*** 96,101 ****
--- 96,106 ----
implemented, that is, for the types of buffers listed in the menu
below.
+ This chapter describes the behavior in Emacs versions 21.4 or later.
+ In earlier versions, auto-reverting of non-file buffers, while
+ possible, could cause several problems such as excessive reverts,
+ excessive noisiness, inappropriate point movement and the like.
+
Like file buffers, non-file buffers should normally not revert while
you are working on them, or while they contain information that might
get lost after reverting. Therefore, they do not revert if they are
============================================================
next reply other threads:[~2005-01-25 1:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-25 1:26 Luc Teirlinck [this message]
2005-01-25 4:40 ` reverting non-file buffers in earlier Emacs versions Eli Zaretskii
2005-01-26 0:03 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200501250126.j0P1Q4907054@raven.dms.auburn.edu \
--to=teirllm@dms.auburn.edu \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.