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: set-variable could use some of defcustom's typing to provide completion Date: Mon, 20 Feb 2006 17:05:34 -0500 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 1140499729 2188 80.91.229.2 (21 Feb 2006 05:28:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2006 05:28:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 21 06:28:47 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 1FBQ4h-00055o-0r for ged-emacs-devel@m.gmane.org; Tue, 21 Feb 2006 06:28:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBQ39-000450-As for ged-emacs-devel@m.gmane.org; Tue, 21 Feb 2006 00:26:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBJNv-0007J4-GJ for emacs-devel@gnu.org; Mon, 20 Feb 2006 17:20:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBJCd-0001UI-AM for emacs-devel@gnu.org; Mon, 20 Feb 2006 17:08:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBJ9z-0007Wr-3c for emacs-devel@gnu.org; Mon, 20 Feb 2006 17:05:37 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBJG6-0006bD-Ma for emacs-devel@gnu.org; Mon, 20 Feb 2006 17:11:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FBJ9y-0001d3-Dt; Mon, 20 Feb 2006 17:05:34 -0500 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:50841 Archived-At: I don't propose we try to take this too far, but in the case of some simple defcustom :type specs, `set-variable' could use the type info to provide completion. Let's please not consider this now. We have some bugs to fix, and then we can start pretesting.