From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Fri, 28 May 2004 20:43:57 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405290143.i4T1hvV05758@raven.dms.auburn.edu> References: <20040526125439.GA10795@fencepost> <86u0y2dpgc.fsf@rumba.de.uu.net> <200405272353.i4RNrum03920@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085807335 30610 80.91.224.253 (29 May 2004 05:08:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 May 2004 05:08:55 +0000 (UTC) Cc: kai@emptydomain.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 29 07:08:44 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTw5L-0008BG-00 for ; Sat, 29 May 2004 07:08:43 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTw5L-0003UL-00 for ; Sat, 29 May 2004 07:08:43 +0200 Original-Received: from [127.0.0.1] (helo=mailman.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BTw5P-0000hG-NP for emacs-devel@quimby.gnus.org; Sat, 29 May 2004 01:08:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BTw5F-0000gP-6Q for emacs-devel@gnu.org; Sat, 29 May 2004 01:08:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BTw5D-0000fv-7h for emacs-devel@gnu.org; Sat, 29 May 2004 01:08:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BTw5C-0000fs-Tv for emacs-devel@gnu.org; Sat, 29 May 2004 01:08:35 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BTw3G-0001Il-Dr; Sat, 29 May 2004 01:06:34 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by mx20.gnu.org with esmtp (Exim 4.34) id 1BTt3E-0003ip-Uu; Fri, 28 May 2004 21:54:21 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i4T1ihuE003259; Fri, 28 May 2004 20:44:43 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4T1hvV05758; Fri, 28 May 2004 20:43:57 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Fri, 28 May 2004 10:21:25 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24130 Richard Stallman wrote: Could you please update the documentation of auto-revert at all levels? I am not sure whether the manual mentions it. I believe that the only places that need to be (slightly) updated are the ";;; Commentary" section of autorevert.el and man/files.texi. I can commit the following patches, if they look OK. ===File ~/files.texi-diff=================================== *** files.texi 02 Apr 2004 21:27:43 -0600 1.88 --- files.texi 28 May 2004 17:06:20 -0500 *************** *** 894,901 **** Auto-Revert mode, Emacs periodically checks all file buffers and reverts any when the corresponding file has changed. The local variant, Auto-Revert mode, applies only to buffers in which it was ! activated. Checking the files is done at intervals determined by the ! variable @code{auto-revert-interval}. @node Auto Save @section Auto-Saving: Protection Against Disasters --- 894,901 ---- Auto-Revert mode, Emacs periodically checks all file buffers and reverts any when the corresponding file has changed. The local variant, Auto-Revert mode, applies only to buffers in which it was ! activated. Neither mode reverts remote files. Checking the files is ! done at intervals determined by the variable @code{auto-revert-interval}. @node Auto Save @section Auto-Saving: Protection Against Disasters ============================================================ ===File ~/autorevert-diff=================================== *** autorevert.el 27 May 2004 17:44:05 -0500 1.30 --- autorevert.el 28 May 2004 17:07:57 -0500 *************** *** 36,43 **** ;; Auto-Revert Mode. Both modes automatically revert buffers ;; whenever the corresponding files have been changed on disk. ;; ! ;; Auto-Revert Mode can be activated for individual buffers. ! ;; Global Auto-Revert Mode applies to all file buffers. ;; ;; Both modes operate by checking the time stamp of all files at ;; intervals of `auto-revert-interval'. The default is every five --- 36,46 ---- ;; Auto-Revert Mode. Both modes automatically revert buffers ;; whenever the corresponding files have been changed on disk. ;; ! ;; Auto-Revert Mode can be activated for individual buffers. Global ! ;; Auto-Revert Mode applies to all file buffers. (If the user option ! ;; `global-auto-revert-non-file-buffers' is non-nil, it also applies ! ;; to some non-file buffers. This option is disabled by default.) ! ;; Neither mode reverts remote files. ;; ;; Both modes operate by checking the time stamp of all files at ;; intervals of `auto-revert-interval'. The default is every five ============================================================