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: doc elisp intro cross reference fixes Date: Sun, 30 Nov 2003 20:45:38 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87wua28zux.fsf@zip.com.au> <87ad6vdsxi.fsf@mail.jurta.org> <200311190418.hAJ4ITC02466@raven.dms.auburn.edu> <200311190528.hAJ5SrK02553@raven.dms.auburn.edu> <3FBBD155.2050703@yahoo.com> <3FBD2081.2050000@yahoo.com> <873cc650kd.fsf@emptyhost.emptydomain.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070244240 23998 80.91.224.253 (1 Dec 2003 02:04:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Dec 2003 02:04:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Dec 01 03:03:58 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQdPq-0007lY-00 for ; Mon, 01 Dec 2003 03:03:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQdPp-0006bB-00 for ; Mon, 01 Dec 2003 03:03:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQeMB-0001qF-K5 for emacs-devel@quimby.gnus.org; Sun, 30 Nov 2003 22:04:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AQeLq-0001oe-2M for emacs-devel@gnu.org; Sun, 30 Nov 2003 22:03:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AQeLJ-0001WD-9p for emacs-devel@gnu.org; Sun, 30 Nov 2003 22:03:53 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQeEx-0008Fn-Rj for emacs-devel@gnu.org; Sun, 30 Nov 2003 21:56:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AQd86-0002Px-QS; Sun, 30 Nov 2003 20:45:38 -0500 Original-To: Kai Grossjohann In-reply-to: <873cc650kd.fsf@emptyhost.emptydomain.de> (message from Kai Grossjohann on Sat, 29 Nov 2003 21:25:54 +0000) 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:18237 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18237 Maybe one needs to think more radical thoughts: Where is the sense in allowing me to do (setq global-font-lock-mode t) even though it has no effect? Now, maybe changing setq to invoke the Custom setter would be too weird. But maybe it is possible to change Custom such that it doesn't need those variables? Setting the variable with setq may not be useful, but looking at its value is useful. It makes no sense to eliminate the variable.