From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolay Kudryavtsev Newsgroups: gmane.emacs.help Subject: Icicles + icomplete apropos Date: Thu, 20 Nov 2014 07:58:46 +0300 Message-ID: <546D7506.5090202@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1416459571 27447 80.91.229.3 (20 Nov 2014 04:59:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2014 04:59:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 05:59:24 2014 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 1XrJpz-0000jW-TZ for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2014 05:59:24 +0100 Original-Received: from localhost ([::1]:33556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrJpx-0000k5-23 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2014 23:59:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrJpe-0000jx-Uw for help-gnu-emacs@gnu.org; Wed, 19 Nov 2014 23:59:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrJpV-0003Ji-QZ for help-gnu-emacs@gnu.org; Wed, 19 Nov 2014 23:59:02 -0500 Original-Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:59690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrJpV-0003JR-GT for help-gnu-emacs@gnu.org; Wed, 19 Nov 2014 23:58:53 -0500 Original-Received: by mail-lb0-f182.google.com with SMTP id f15so1817044lbj.13 for ; Wed, 19 Nov 2014 20:58:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=IuLd2oUnNdj4eULFT/iuNec/w+IieNPzYfmsUrc1578=; b=K0tpDcdvVJW3W/JqRvLlg7ktPuNZeVO7js4sslLrCAyNJ6bKYO+YWhFMrw7u2BYxMo Y81QledntXifQcJKiUi2nlgkgIIKq2WZxbJOxiwDaLdGYKPZfglyT2GzFAwmYCYBaesE GgnAUflDvMziR7+G8gPMjn+7PMpM6W8yBCT2STXhYtf7tc5WIqz0lda23gBBfv+yIdE0 p6o4TGYM/fTay7F4xe3U7ak3OPmSvqJsoQrlmlSPagvCVeU681XG/Ft+HTNqG9pD71rL j9qPGSlhUOxq4LLz4clR2RT8sYwDeNrxM2HmroEjiw/AJZARqbzDO06f6h/DkTumMwcG 6eqw== X-Received: by 10.152.45.1 with SMTP id i1mr46224005lam.7.1416459531308; Wed, 19 Nov 2014 20:58:51 -0800 (PST) Original-Received: from [127.0.0.1] (broadband-95-84-209-126.nationalcablenetworks.ru. [95.84.209.126]) by mx.google.com with ESMTPSA id dn6sm304656lbb.44.2014.11.19.20.58.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Nov 2014 20:58:50 -0800 (PST) X-Google-Original-From: Nikolay Kudryavtsev User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Antivirus: avast! (VPS 141119-1, 19.11.2014), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::236 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:101071 Archived-At: Hello. With the release of 24.4 iswitchb got marked as obsolete. So now I have to think about how to replace it in my setup. New icomplete is fine, but I was unable to make it work with icicles - when icy-mode is enabled, icomplete suddenly matches only on predicate, not on substring. Alternatively is there a way to specify apropos as the initial completion method in icicles? And only for buffers. So I would get the same iswitchb behavior without the need to press S-Tab. -- Best Regards, Nikolay Kudryavtsev