From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62927 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: New completion mode Date: Tue, 18 Apr 2006 23:07:41 +0200 Message-ID: <87psjezj6q.fsf@latte.josefsson.org> References: <86irpe1a4h.fsf@student.uni-magdeburg.de> <9e8xq98jru.fsf@gowron.rz-berlin.mpg.de> <87k69n2kve.fsf@latte.josefsson.org> <871wvv2dyr.fsf@latte.josefsson.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1145394514 16866 80.91.229.2 (18 Apr 2006 21:08:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Apr 2006 21:08:34 +0000 (UTC) Original-X-From: ding-owner+m11454@lists.math.uh.edu Tue Apr 18 23:08:33 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVxQn-0007Xy-O5 for ding-account@gmane.org; Tue, 18 Apr 2006 23:08:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FVxQb-0006Ra-00; Tue, 18 Apr 2006 16:08:06 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FVxQO-0006R3-00 for ding@lists.math.uh.edu; Tue, 18 Apr 2006 16:07:52 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FVxQK-0007yj-O2 for ding@lists.math.uh.edu; Tue, 18 Apr 2006 16:07:52 -0500 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FVxQH-0007Jr-00 for ; Tue, 18 Apr 2006 23:07:45 +0200 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k3IL7g4m029871 for ; Tue, 18 Apr 2006 23:07:42 +0200 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:22:060418:ding@gnus.org::GUCggfE/4iQRxyCA:IgM+ In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 18 Apr 2006 17:24:53 +0200") User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62927 Archived-At: Lars Magne Ingebrigtsen writes: > Simon Josefsson writes: > >> On second thought, it may be simpler to not do anything automatically, >> but simply provide a bbdb->ecomplete synching as a separate function, >> possibly even in a separate file (to avoid polluting ecomplete.el with >> bbdb stuff). > > I'm wondering whether that's necessary. ecomplete builds up its store > of addresses pretty quickly, so after having it switched on a while > (with or without bbdb switched on at the same time), you'll get the > desired effect... Is it possible to manually add some e-mail addresses? For example, I've replied to several of your e-mails, but you use M-F-T, so I still doesn't have you in the ecomplete database... Perhaps a command to digest an article for addresses to snarf, display them all in the minibuffer, and have a key binding (0..9a..z) to pick one of them or ! for all of them. Or something.