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: apropos commands for commands, user options, all functions, all variables Date: Sat, 27 Oct 2007 09:58:11 -0400 Message-ID: References: <87ejfhy2cv.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193493828 26610 80.91.229.12 (27 Oct 2007 14:03:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 14:03:48 +0000 (UTC) Cc: monnier@iro.umontreal.ca, drew.adams@oracle.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 27 16:03:50 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IlmGQ-0007cZ-EG for ged-emacs-devel@m.gmane.org; Sat, 27 Oct 2007 16:03:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlmGH-0001WI-Rk for ged-emacs-devel@m.gmane.org; Sat, 27 Oct 2007 10:03:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlmB4-00046R-26 for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:58:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlmB2-00044v-9h for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:58:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlmB1-00044Y-UN for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:58:11 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlmB1-0002I0-OY for emacs-devel@gnu.org; Sat, 27 Oct 2007 09:58:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IlmB1-0000Ev-73; Sat, 27 Oct 2007 09:58:11 -0400 In-reply-to: <87ejfhy2cv.fsf@jurta.org> (message from Juri Linkov on Sat, 27 Oct 2007 01:43:00 +0300) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81849 Archived-At: Since `set-variable' was also intended to change the values of user options with the leading * in their docstrings, I think a new command `set-option' should be added with the body of current `set-variable', and `set-variable' should allow modifying any variable. I don't consider that a good reason for such a change. If I see some additional experienced users who want this as a convenience, then I will agree to the change.