From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: defvaralias Date: Fri, 06 May 2005 14:51:47 -0400 Message-ID: References: <200505060142.j461gYF08458@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1115406224 31256 80.91.229.2 (6 May 2005 19:03:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 May 2005 19:03:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 06 21:03:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DU867-0003WJ-5B for ged-emacs-devel@m.gmane.org; Fri, 06 May 2005 21:02:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DU8Dn-0006AE-GL for ged-emacs-devel@m.gmane.org; Fri, 06 May 2005 15:10:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DU892-0003yY-2P for emacs-devel@gnu.org; Fri, 06 May 2005 15:05:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DU88z-0003xu-VT for emacs-devel@gnu.org; Fri, 06 May 2005 15:05:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DU86F-0002b8-Ta for emacs-devel@gnu.org; Fri, 06 May 2005 15:02:59 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DU81L-0002Ji-62 for emacs-devel@gnu.org; Fri, 06 May 2005 14:57:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DU7vP-0004yF-49; Fri, 06 May 2005 14:51:47 -0400 Original-To: Luc Teirlinck In-reply-to: <200505060142.j461gYF08458@raven.dms.auburn.edu> (message from Luc Teirlinck on Thu, 5 May 2005 20:42:34 -0500 (CDT)) 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 Xref: news.gmane.org gmane.emacs.devel:36771 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36771 There are two solutions for the variable case. Document the fact in the docstring and Elisp documentation of defvaralias, or make defvaralias behave exactly like defalias and get rid of the "unless" behavior. I prefer the latter. I think that is cleaner, but it is also an incompatible change. I'd rather warn people we will change this after version 22.