From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70149 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Fancy completion Date: Tue, 31 Aug 2010 10:07:27 +0800 Message-ID: <871v9fv8kg.fsf@ericabrahamsen.net> References: <87lj7oedg9.fsf@topper.koldfront.dk> <871v9fooqz.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1283220479 23511 80.91.229.12 (31 Aug 2010 02:07:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2010 02:07:59 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18535@lists.math.uh.edu Tue Aug 31 04:07:56 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OqGGS-0007zb-F0 for ding-account@gmane.org; Tue, 31 Aug 2010 04:07:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OqGGD-00044u-BM; Mon, 30 Aug 2010 21:07:41 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OqGGA-00044b-Ib for ding@lists.math.uh.edu; Mon, 30 Aug 2010 21:07:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OqGG9-00023e-Ha for ding@lists.math.uh.edu; Mon, 30 Aug 2010 21:07:38 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OqGG8-0007sd-00 for ; Tue, 31 Aug 2010 04:07:36 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OqGG7-0007oq-VT for ding@gnus.org; Tue, 31 Aug 2010 04:07:35 +0200 Original-Received: from 123.121.200.121 ([123.121.200.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Aug 2010 04:07:35 +0200 Original-Received: from eric by 123.121.200.121 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Aug 2010 04:07:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.121.200.121 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:Lwe/rDjRN6iWoZrLubg+6dR1V4s= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70149 Archived-At: On Tue, Aug 31 2010, Andreas Schwab wrote: > asjo@koldfront.dk (Adam Sjøgren) writes: > >> On Mon, 30 Aug 2010 21:54:45 +0200, Andreas wrote: >> >>> Have you tried gnus-group-jump-to-group-prompt? >> >> No; I don't think it does what I want? (Completion on any substring). > > No, but you can pre-fill the minibuffer with a prefix, and > partial-completion can do the rest. > > Andreas. I've been using this happily for a while, makes use of ido-completing-read: http://paste.lisp.org/display/36095,1/raw hth, Eric