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 14:47:52 -0400 Message-ID: References: <87slz6nr3h.fsf@jurta.org> <200506271609.j5RG9i020638@raven.dms.auburn.edu> <87vf3ztg62.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119985970 15106 80.91.229.2 (28 Jun 2005 19:12:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 19:12:50 +0000 (UTC) Cc: lekktu@gmail.com, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 21:12:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnLTZ-0000Ak-2C for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 21:10:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnLbS-0003K9-Pb for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 15:18:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnLM3-0006Es-Jd for emacs-devel@gnu.org; Tue, 28 Jun 2005 15:02:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnLLp-00064x-7N for emacs-devel@gnu.org; Tue, 28 Jun 2005 15:02:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnLLp-00061L-20 for emacs-devel@gnu.org; Tue, 28 Jun 2005 15:02:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnLDe-0005qz-LC for emacs-devel@gnu.org; Tue, 28 Jun 2005 14:54:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DnL7g-0004zK-38; Tue, 28 Jun 2005 14:47:52 -0400 Original-To: Juri Linkov In-reply-to: <87vf3ztg62.fsf@jurta.org> (message from Juri Linkov on Tue, 28 Jun 2005 03:07:44 +0300) 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:39817 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39817 Maybe set-variable should first try to complete non-obsolete aliases, and filter out obsolete aliases (but still accept them). I don't like that idea. The command should accept *all* names, whether obsolete or not. But it would be nice to inform the user in the echo area that the name is obsolete, and give the new name if any.