From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Helm (and?) or Icicles (possibly using Evil) Date: Mon, 28 Apr 2014 16:05:05 +0200 Message-ID: <87lhupa6su.fsf@web.de> References: <4cd079bd-9978-422f-9449-51d8fbe76485@googlegroups.com> <0d24af8b-a235-4c4e-b946-408c74d849a0@googlegroups.com> <87ha5er0v1.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398693954 16558 80.91.229.3 (28 Apr 2014 14:05:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2014 14:05:54 +0000 (UTC) Cc: GNU Emacs List To: Le Wang Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 28 16:05:47 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 1WemBk-0002hy-Q6 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2014 16:05:44 +0200 Original-Received: from localhost ([::1]:44092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WemBk-0000iP-7E for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2014 10:05:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WemBK-0000h7-TI for help-gnu-emacs@gnu.org; Mon, 28 Apr 2014 10:05:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WemBD-0003T5-EG for help-gnu-emacs@gnu.org; Mon, 28 Apr 2014 10:05:18 -0400 Original-Received: from mout.web.de ([212.227.15.3]:61221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WemBD-0003Su-54 for help-gnu-emacs@gnu.org; Mon, 28 Apr 2014 10:05:11 -0400 Original-Received: from drachen.dragon ([90.187.186.137]) by smtp.web.de (mrweb103) with ESMTPSA (Nemesis) id 0MJCWU-1Wc2MJ1DWU-002s2p; Mon, 28 Apr 2014 16:05:09 +0200 In-Reply-To: (Le Wang's message of "Mon, 28 Apr 2014 09:45:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (gnu/linux) X-Provags-ID: V03:K0:OlqVaFkeTg86cpqGojOrPYLfEJu+Ghu63koGpcpo2bQ+UrnjGz1 vNSraYeRDiVnT/MA2eqaQ1TKZND4hhr8fccAbPrXefGsSRrAlmlNJcNqtwqtHSJbVTQ63jF 1YjzbdTKRUONfArqxU62G/M3ZPOPCbJi3k3P0mVPFWrOEb/iIsKHeAdfJS41OsdEdP5FDJ4 332fxFDyd+WAqkGWZRltQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.3 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:97415 Archived-At: Le Wang writes: > On Sun, Apr 27, 2014 at 4:09 PM, Michael Heerdegen > wrote: > > One mayor design difference is that Icicles does support multi-line > > candidates, Helm does not. > > I'm not sure what this means. `helm-show-kill-ring` allows me to > choose a multi-line candidate. Indeed, you're right! There is a multiline source attribute you can specify, and it is used in a few other sources. Thanks for the correction. Regards, Michael.