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: autorevert and vc Date: Sun, 28 Mar 2004 22:43:46 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200403290443.i2T4hkK07357@raven.dms.auburn.edu> References: <200403290352.i2T3qTP07266@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080535614 31046 80.91.224.253 (29 Mar 2004 04:46:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 04:46:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 29 06:46: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 1B7ofc-0004BT-00 for ; Mon, 29 Mar 2004 06:46:44 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7ofb-00077O-00 for ; Mon, 29 Mar 2004 06:46:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7ofQ-0008Be-BZ for emacs-devel@quimby.gnus.org; Sun, 28 Mar 2004 23:46:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B7ofL-0008BY-8j for emacs-devel@gnu.org; Sun, 28 Mar 2004 23:46:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B7oeo-00082A-Tk for emacs-devel@gnu.org; Sun, 28 Mar 2004 23:46:26 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7oeo-0007zx-Gt for emacs-devel@gnu.org; Sun, 28 Mar 2004 23:45:54 -0500 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 i2T4jnKt020860; Sun, 28 Mar 2004 22:45:49 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i2T4hkK07357; Sun, 28 Mar 2004 22:43:46 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: (message from Stefan Monnier on 28 Mar 2004 23:24:03 -0500) 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:21044 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21044 Stefan Monnier wrote: > As I already said before, the one part of the recent changes to > autorevert.el (prior to the ones I made) which I did not check are > the vc-part of those changes. There seem to be bugs, or at the very > least nuisance features, associated with them. I'd suggest to completely take them out. I plan to do that. I guess that would also eliminate the need for the patch I included. Sincerely, Luc.