From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.orgmode,gmane.emacs.devel Subject: Re: Re: Announcing org-contacts, a bbdb-like contact manager for Org Date: Thu, 10 Feb 2011 13:20:22 -0500 Message-ID: References: <87r5bhysp6.fsf@keller.adm.naquadah.org> <878vxovsym.fsf@keller.adm.naquadah.org> <87k4h7ua23.fsf@member.fsf.org> <87vd0romky.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297362223 27580 80.91.229.12 (10 Feb 2011 18:23:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 18:23:43 +0000 (UTC) Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Thu Feb 10 19:23:39 2011 Return-path: Envelope-to: geo-emacs-orgmode@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 1PnbB4-0004Mx-Sx for geo-emacs-orgmode@m.gmane.org; Thu, 10 Feb 2011 19:23:39 +0100 Original-Received: from localhost ([127.0.0.1]:48447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnbB4-0000Ml-4W for geo-emacs-orgmode@m.gmane.org; Thu, 10 Feb 2011 13:23:38 -0500 Original-Received: from [140.186.70.92] (port=41758 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnb80-0006r5-SD for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 13:20:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnb7z-0000fS-Ti for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 13:20:28 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54200 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pnb7x-0000fD-JM; Thu, 10 Feb 2011 13:20:25 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAPG6U01FxIyy/2dsb2JhbAClanS6QYVcBIUBjzM X-IronPort-AV: E=Sophos;i="4.60,451,1291611600"; d="scan'208";a="91226194" Original-Received: from 69-196-140-178.dsl.teksavvy.com (HELO ceviche.home) ([69.196.140.178]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 10 Feb 2011 13:20:23 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5A733660C9; Thu, 10 Feb 2011 13:20:22 -0500 (EST) In-Reply-To: <87vd0romky.fsf@keller.adm.naquadah.org> (Julien Danjou's message of "Thu, 10 Feb 2011 17:56:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.orgmode:37386 gmane.emacs.devel:135854 Archived-At: >> I'm also using Emacs 24, and for me it doesn't work. > Ok. Anyway I've just double checked, and it worst than that. > Typing 'a' complete to 'aA' (instead of 'Anne ') and then > does nothing since aA is not valid. > I'm not sure completion-at-point-functions is correctly usable in this > same condition as message/bbdb completion was. The latter used to return > a function which is marked as decouraged in > `completion-at-point-functions' docstring. So org-contacts does not use > it. OTOH, returning a (START END COLLECTION) triplet is not very usable > since if you return a collection that start with a different character > set than (buffer-substring start end), it does not work. I don't fully understand what you're saying, probably for lack of context, but at least it's not true that "if you return a collection that start with a different character set than (buffer-substring start end), it doesn't work". That simply depends on completion-styles (and completion-ignore-case of course). Stefan _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode