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.el Date: Thu, 4 Mar 2004 23:55:15 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200403050555.i255tFa21900@raven.dms.auburn.edu> References: <200403022319.i22NJbG01259@raven.dms.auburn.edu> <200403040508.i2458W811551@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1078768653 25949 80.91.224.253 (8 Mar 2004 17:57:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2004 17:57:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 08 18:57:22 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 1B0P0E-0007wD-00 for ; Mon, 08 Mar 2004 18:57:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0P0E-0003W4-00 for ; Mon, 08 Mar 2004 18:57:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B0Ozn-0003OS-Sf for emacs-devel@quimby.gnus.org; Mon, 08 Mar 2004 12:56:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Az8KZ-0005vQ-5G for emacs-devel@gnu.org; Fri, 05 Mar 2004 00:57:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Az8K2-0005iZ-Fy for emacs-devel@gnu.org; Fri, 05 Mar 2004 00:57:05 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Az8K1-0005fF-OB for emacs-devel@gnu.org; Fri, 05 Mar 2004 00:56:33 -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 i255uKKt014103; Thu, 4 Mar 2004 23:56:20 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i255tFa21900; Thu, 4 Mar 2004 23:55:15 -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 04 Mar 2004 15:43:40 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 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:20272 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20272 >>From my previous message: So I guess we have to keep set-variable separate. However, when it operates on a variable that is customizable, and when the binding it sets is a global binding, then it could work through the Custom mechanism. This does not seem to have been implemented. Is anybody currently working or planning to work on this? I could take a look at it otherwise. Sincerely, Luc.