From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: doc elisp intro cross reference fixes Date: Thu, 27 Nov 2003 12:03:57 +0100 Organization: The Church of Emacs 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> <200311192238.hAJMcTM06424@raven.dms.auburn.edu> <3FBD2533.6090503@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069932043 31778 80.91.224.253 (27 Nov 2003 11:20:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 11:20:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Nov 27 12:20:41 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 1APKCP-000079-00 for ; Thu, 27 Nov 2003 12:20:41 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1APKCO-0006B1-00 for ; Thu, 27 Nov 2003 12:20:41 +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 1APL9N-0004DW-Bu for emacs-devel@quimby.gnus.org; Thu, 27 Nov 2003 07:21:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1APKzq-00017x-N1 for emacs-devel@gnu.org; Thu, 27 Nov 2003 07:11:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1APKuK-0000Fl-9s for emacs-devel@gnu.org; Thu, 27 Nov 2003 07:06:35 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APKti-00009h-6I for emacs-devel@gnu.org; Thu, 27 Nov 2003 07:05:26 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1APJwG-0002Gg-00 for ; Thu, 27 Nov 2003 12:04:00 +0100 Mail-Followup-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APJwE-0002GP-00 for ; Thu, 27 Nov 2003 12:03:58 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1APJwE-0007ma-00 for ; Thu, 27 Nov 2003 12:03:58 +0100 Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Mail-Copies-To: nobody User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:8yjGZe+37jhTeOhh0JFGo1//0a4= 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:18160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18160 Stefan Monnier writes: > Indeed. We'd just need to make (defvar a b "*c") equivalent > to (defcustom a b "c"). I'd prefer to add a warning to the compiler for (defvar a b "*c"), with a suggestion to use (defcustom a b "c") instead. And then fix the warnings.