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: set-variable and customize-set-variable Date: Mon, 05 Jun 2006 11:37:38 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1149521910 9822 80.91.229.2 (5 Jun 2006 15:38:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 15:38:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 17:38:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnH9u-0003tG-PM for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 17:38:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnH9u-0004LI-5z for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 11:38:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnH9A-0003uy-Qy for emacs-devel@gnu.org; Mon, 05 Jun 2006 11:37:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnH9A-0003tz-51 for emacs-devel@gnu.org; Mon, 05 Jun 2006 11:37:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnH9A-0003tu-2J for emacs-devel@gnu.org; Mon, 05 Jun 2006 11:37:40 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnHGK-0006XG-Bc for emacs-devel@gnu.org; Mon, 05 Jun 2006 11:45:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FnH98-0001ty-La; Mon, 05 Jun 2006 11:37:38 -0400 Original-To: "Drew Adams" In-reply-to: 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:55711 Archived-At: The doc strings for these two commands are very similar. IIUC, the main difference is that s-v sets the current value only, and c-s-v sets the default value. I might not understand the difference 100% well - what is it? Also, customize-set-variable sets the customized value, so that the variable does not become "rogue". That is to say, it works completely with Custom. - Can we change the UI of s-v so that it too allows completion when appropriate (e.g. for a `choice' that includes `const's)? If completion can be used for c-s-v, then why not also for s-v? I see no harm in that. Whether it makes sense to have both commands, I am not sure, but I don't want to consider changing that now.