From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Documentation not clear for the Lisp function set-variable Date: Wed, 29 Jun 2005 11:18:17 +0200 Message-ID: References: <87slz6nr3h.fsf@jurta.org> <874qbi8p49.fsf-monnier+emacs@gnu.org> <8764vx7ruk.fsf-monnier+emacs@gnu.org> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1120038165 27537 80.91.229.2 (29 Jun 2005 09:42:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 09:42:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 11:42:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnZ5Q-0001kw-1g for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 11:42:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnZDR-0003Uk-3y for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 05:50:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnYqW-00017A-W2 for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:27:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnYqU-00015f-3T for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:27:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnYqR-0000wc-Vv for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:27:00 -0400 Original-Received: from [64.233.182.201] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnYme-0004dY-Pt for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:23:05 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so256009nfe for ; Wed, 29 Jun 2005 02:18:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PeMJTiRhjorMqy64ra/aNy4bnGjJCJPWRnos7j/8C7/tlz+Tqth3bGZ9bNfz/YMY6m7JqbCRZs8iNp83cE/dJIAQMJXB9GtQ19dV5eNSjDYgD/56a9L6Tb5iTxna5a0kO76eczv7UI09yJzxf5nFZL7MkuWDWReSH2PZmNx6pgE= Original-Received: by 10.48.250.12 with SMTP id x12mr172987nfh; Wed, 29 Jun 2005 02:18:17 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Wed, 29 Jun 2005 02:18:17 -0700 (PDT) Original-To: Stefan Monnier In-Reply-To: <8764vx7ruk.fsf-monnier+emacs@gnu.org> Content-Disposition: inline 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:39881 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39881 > C-h f complete-in-turn RET Oops, sorry. As you casually said "the complete-in-turn thingy" I (erroneously) assumed you were describing something, not giving the precise name of the function :-) Anyway, I've implemented the change to `set-variable' without it. You seem to want the two-phase completion, and Richard seems not to (at least that's how I interpreted his comments). So let's first decide how we want `set-variable' to behave. --=20 /L/e/k/t/u