From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: migrating from ido to icicles Date: Thu, 20 Dec 2012 16:10:34 -0800 Message-ID: References: <87mwx8kiq0.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1356048646 15707 80.91.229.3 (21 Dec 2012 00:10:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2012 00:10:46 +0000 (UTC) Cc: jeffrey.m.weiss@gmail.com To: "'Michael Heerdegen'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 21 01:11:01 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TlqCa-0000EB-En for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Dec 2012 01:11:00 +0100 Original-Received: from localhost ([::1]:44531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlqCM-00007t-CY for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Dec 2012 19:10:46 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlqCG-00007b-Of for help-gnu-emacs@gnu.org; Thu, 20 Dec 2012 19:10:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlqCF-00040Q-Oe for help-gnu-emacs@gnu.org; Thu, 20 Dec 2012 19:10:40 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:24704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlqCF-00040M-IO for help-gnu-emacs@gnu.org; Thu, 20 Dec 2012 19:10:39 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qBL0AaVY002379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Dec 2012 00:10:37 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qBL0AZCQ010562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Dec 2012 00:10:36 GMT Original-Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qBL0AZ6K003374; Thu, 20 Dec 2012 18:10:35 -0600 Original-Received: from dradamslap1 (/130.35.178.8) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 20 Dec 2012 16:10:35 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <87mwx8kiq0.fsf@web.de> Thread-Index: Ac3evIKapYRT1fRNTyqvK9QBjPApUwAUq6dA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88267 Archived-At: > If it is that easy, why don't we do this in the code and make the > behavior optional? It was not quite that easy, but I've done that now - see option `icicle-TAB/S-TAB-only-completes-flag'. I have not yet documented it, beyond the doc string. If you encounter a problem, please use `M-x icicle-send-bug-report'. Thx.