From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: customize-rouge output with emacs -q --no-site-file Date: Sat, 05 Feb 2005 12:39:47 -0500 Message-ID: References: <00cb01c50ad3$5f978570$0200a8c0@sedrcw11488> <010101c50aed$d57b4640$0200a8c0@sedrcw11488> <004501c50b07$6690f620$0200a8c0@sedrcw11488> <200502042348.j14NmsN14084@raven.dms.auburn.edu> <200502050047.j150lFl14115@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107625772 8498 80.91.229.2 (5 Feb 2005 17:49:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2005 17:49:32 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 05 18:49:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxU3B-00082V-3I for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 18:48:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxUGw-0007zv-Jq for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 13:03:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxUEB-0006UI-KO for emacs-devel@gnu.org; Sat, 05 Feb 2005 13:00:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxUE6-0006RE-Vs for emacs-devel@gnu.org; Sat, 05 Feb 2005 13:00:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxUE6-0006QM-QL for emacs-devel@gnu.org; Sat, 05 Feb 2005 13:00:10 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxTxQ-0007v0-Nk for emacs-devel@gnu.org; Sat, 05 Feb 2005 12:42:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CxTuN-0001mX-GA; Sat, 05 Feb 2005 12:39:47 -0500 Original-To: Luc Teirlinck In-reply-to: <200502050047.j150lFl14115@raven.dms.auburn.edu> (message from Luc Teirlinck on Fri, 4 Feb 2005 18:47:15 -0600 (CST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32913 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32913 For instance, I have before-save-hook set through Custom. This is currently not a rogue variable, no problem. But whenever somebody would, say fix a bug or implement a new feature by adding a function to before-save-hook, my Emacs will not see it. My .emacs will override it. We could record customizations of such variables with instructions of elements to add. (And perhaps, also, elements to remove.)