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: Thu, 07 Jul 2005 17:30:38 -0400 Message-ID: References: <87slz6nr3h.fsf@jurta.org> <200506271609.j5RG9i020638@raven.dms.auburn.edu> <200506271845.j5RIj3W22159@raven.dms.auburn.edu> <200507040118.j641ImO12290@raven.dms.auburn.edu> <200507050142.j651ghI15860@raven.dms.auburn.edu> <200507070154.j671sbH26389@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120773839 22405 80.91.229.2 (7 Jul 2005 22:03:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 22:03:59 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 00:03:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqeSZ-0003fD-0G for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 00:03:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqeTw-0001rj-P6 for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 18:04:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqeRY-0000pQ-NE for emacs-devel@gnu.org; Thu, 07 Jul 2005 18:02:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqeLd-0007dz-W2 for emacs-devel@gnu.org; Thu, 07 Jul 2005 17:55:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqeLb-0007Ww-R6 for emacs-devel@gnu.org; Thu, 07 Jul 2005 17:55:55 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dqe67-0001pz-FM for emacs-devel@gnu.org; Thu, 07 Jul 2005 17:39:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dqdx8-0004VC-22; Thu, 07 Jul 2005 17:30:38 -0400 Original-To: Luc Teirlinck In-reply-to: <200507070154.j671sbH26389@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 6 Jul 2005 20:54:37 -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:40597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40597 If you just leave this function unchanged and install the rest, it should work. However, it would be good to make one additional change: the same commands should display a message of the form `%s' is an alias for `%s' in the echo area. What about the following new patch? It looks good. Thanks.