From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65678 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: New Emacs facilities from Gnus Date: Thu, 15 Nov 2007 16:31:15 +0100 Message-ID: <87lk8zr0e4.fsf@mocca.josefsson.org> References: <87zly3y4ru.fsf@catnip.gol.com> <87odejy30k.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195140706 30444 80.91.229.12 (15 Nov 2007 15:31:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2007 15:31:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14175@lists.math.uh.edu Thu Nov 15 16:31:52 2007 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.50) id 1Isgh5-0005MM-MP for ding-account@gmane.org; Thu, 15 Nov 2007 16:31:52 +0100 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 1Isggm-000102-Mn; Thu, 15 Nov 2007 09:31:32 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Isggl-0000zf-7G for ding@lists.math.uh.edu; Thu, 15 Nov 2007 09:31:31 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Isggf-0007ZL-BA for ding@lists.math.uh.edu; Thu, 15 Nov 2007 09:31:31 -0600 Original-Received: from yxa.extundo.com ([83.241.177.38]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Isggb-0004a0-00 for ; Thu, 15 Nov 2007 16:31:21 +0100 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id lAFFVFcQ011492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 15 Nov 2007 16:31:16 +0100 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:071115:ding@gnus.org::INiUnicdN6xRG4oH:QG8K In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 15 Nov 2007 00:42:51 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Spam-Status: No, score=-0.0 required=4.0 tests=SPF_PASS autolearn=disabled version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65678 Archived-At: Lars Magne Ingebrigtsen writes: > Richard Stallman writes: > >> ;;; ecomplete.el --- electric completion of addresses and the like >> ;; Author: Lars Magne Ingebrigtsen > >> What does this mean? How does this feature differ from, or relate to, >> the various other Emacs completion facilities? > > It's very different. It does completion in a manner similar to Firefox. > That is, it displays all the possible matches for the text you've > entered in the minibuffer (ranked based on what you've used most and > most recently), and allows you to choose between these. How do I use it? I've seen that ecomplete has been used by message mode to auto-complete e-mail addresses for some time now, but I have no idea how to select one of the matches, or cycle through them. There doesn't seem to be any documentation, and the source didn't do it for me. /Simon