From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Re: Icicles [was: shell command completion gone] Date: Fri, 21 Jan 2011 13:18:02 +0800 Message-ID: References: <87pqs9cive.fsf@towardsfreedom.com> <87aajbxcz0.fsf@towardsfreedom.com> <9df7037c-e4d3-4a1b-9fcf-f130853de421@a10g2000vby.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e65b40f6d9747d049a545f79 X-Trace: dough.gmane.org 1295587121 11942 80.91.229.12 (21 Jan 2011 05:18:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 05:18:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: rusi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 21 06:18:37 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pg9OO-0005Fv-Et for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jan 2011 06:18:36 +0100 Original-Received: from localhost ([127.0.0.1]:60134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg9ON-0004Lg-Pz for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jan 2011 00:18:35 -0500 Original-Received: from [140.186.70.92] (port=55933 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg9Nt-0004La-VX for help-gnu-emacs@gnu.org; Fri, 21 Jan 2011 00:18:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg9Ns-0003pv-LZ for help-gnu-emacs@gnu.org; Fri, 21 Jan 2011 00:18:05 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:37274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg9Ns-0003pg-HD for help-gnu-emacs@gnu.org; Fri, 21 Jan 2011 00:18:04 -0500 Original-Received: by ewy27 with SMTP id 27so708103ewy.0 for ; Thu, 20 Jan 2011 21:18:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=8jePyWxOPFewCTJCOkU3+wRJttqvhs9hdNlhsxEzwHw=; b=mO50hEDoejlgk9apeV9az6AptPyezirg3MrBsChdUgWX51KmmYiWPZLOrfr8dKun/X Cqzx/8Ojm3D790BEbUtTZslLoZbLFzG4tMC1+LrliyDnAhXGok0Z2Pzg8p7wQsslxJ/7 BZvYTUtQgU5JN1B1ZyXXrmxGBKX/FwkAsNIas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=e456ScZr7YDSpxl0J5K3wQa25vMOXlwTtIvECqXmfyyYISa4ixOGkYmkdCNh3XwLiu kvh6ZyIxK8HyVpuCYdjKLOaOQOntIUW+42YOGw0qXs466225lHNfKLLSOk//P+5TUhw8 UPiT3uiZtKH05uE9Ul2mPO86ncSAJkdttPoWI= Original-Received: by 10.14.17.193 with SMTP id j41mr198246eej.38.1295587082859; Thu, 20 Jan 2011 21:18:02 -0800 (PST) Original-Received: by 10.14.119.11 with HTTP; Thu, 20 Jan 2011 21:18:02 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78622 Archived-At: --0016e65b40f6d9747d049a545f79 Content-Type: text/plain; charset=ISO-8859-1 The doc string on this variable explains it pretty well, no? Setting icicle-default-cycling-mode to t was my first icicles customization. On Fri, Jan 21, 2011 at 12:12 PM, rusi wrote: > On Jan 14, 12:30 pm, Rustom Mody wrote: > > Hi Drew. > > Well I find that uparrow and downarrow in vanilla (aided with > > savehist) gets me history > > But icicles gets me the 2C-associate-buffer > > (Seems to have recently changed from forward to reverse or some such > > so now gives > > zone-mode) > > In any case vanilla gives history icicles gives all possible completions > > Trying to answer my own question: > Does > (setq icicle-default-cycling-mode 'history) > do what I want? > > [Well it seems to as far as I can tell. Just dunno about odd/corner > cases] > -- Le --0016e65b40f6d9747d049a545f79 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The doc=A0string=A0on this variable explains it pretty well, no?

Setting icicle-default-cycling-mode to t was my first icicles cust= omization.

On Fri, Jan 21, 2011 at 12:12 = PM, rusi <rus= tompmody@gmail.com> wrote:
On Jan 14, 12:30=A0pm, Ru= stom Mody <rustompm...@gmail.co= m> wrote:
> Hi Drew.
> Well I find that uparrow and downarrow in vanilla (a= ided with
> savehist) gets me history
> But icicles gets me the 2C-associate-buffer
> (Seems to have recently changed from forward t= o reverse or some such
> so now gives
> zone-mode)
> In any case vanilla gives history icicles give= s all possible completions

Trying to answer my own question:
Does
(setq icicle-default-cycling-mode 'history)
do what I want?

[Well it seems to as far as I can tell. =A0Just dunno about odd/corner
cases]



--
Le
--0016e65b40f6d9747d049a545f79--