From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Documentation not clear for the Lisp function set-variable Date: Tue, 28 Jun 2005 00:17:02 -0400 Message-ID: References: <87slz6nr3h.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119933570 21420 80.91.229.2 (28 Jun 2005 04:39:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 04:39:30 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 06:39:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dn7rt-0008EI-Px for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 06:38:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn7zf-0006KO-SO for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 00:46:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dn7sJ-0002hD-Vl for emacs-devel@gnu.org; Tue, 28 Jun 2005 00:39:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dn7pH-0001S4-OH for emacs-devel@gnu.org; Tue, 28 Jun 2005 00:36:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn7pF-0001DS-1P for emacs-devel@gnu.org; Tue, 28 Jun 2005 00:35:57 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dn7cj-0004WE-8v for emacs-devel@gnu.org; Tue, 28 Jun 2005 00:23:01 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dn7Ww-0000hV-R2; Tue, 28 Jun 2005 00:17:03 -0400 Original-To: Juanma Barranquero In-reply-to: (message from Juanma Barranquero on Mon, 27 Jun 2005 15:04:58 +0200) 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:39738 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39738 Try this patch, please. It doesn't modify `set-variable' but `user-variable-p', so it returns t for non-obsolete aliases of user variables. Please install your patch. (Anyway, is that a new feature or a bug fix?) It is a bug fix. Would you like to change set-variable to give a warning when the argument given is an alias?