From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Reuleaux Subject: tab completion for org-contacts not working for me in emacs 24 Date: Sun, 11 May 2014 12:07:59 +0100 Message-ID: <8761lcwp2o.fsf@a-rx.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjRir-0003cs-JJ for emacs-orgmode@gnu.org; Sun, 11 May 2014 07:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjRil-0003jY-Ss for emacs-orgmode@gnu.org; Sun, 11 May 2014 07:15:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:52327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjRil-0003j2-Mi for emacs-orgmode@gnu.org; Sun, 11 May 2014 07:15:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WjRih-0000Pv-Eo for emacs-orgmode@gnu.org; Sun, 11 May 2014 13:15:03 +0200 Received: from stu826b.kent.ac.uk ([129.12.130.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2014 13:15:03 +0200 Received: from andreas by stu826b.kent.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2014 13:15:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have just downloaded org-contacts.el load it in my .emacs/init.el like this (setq load-path (cons "~/cfg/emacs/el/org" load-path)) (require 'org-contacts) (setq org-contact-files (list "~/work/org/contacts.org" )) and have a minimal ~/work/org/contacts.org file as described in the manual https://julien.danjou.info/projects/emacs-packages#org-contacts Now in gnus, in a new message that I am creating if I type + in the To: field, something is happening: I get a message: Updating Org Contacts Database...done and my curser moves a tab, leaving me with To: + just no contacts / tags are found!? I *am* using emacs24, a recent one in fact: 24.4.50.1 (I saw some similar messages of people having difficultis of getting org-contacts to work nicely with gnus together, who were using using emacs 23, and that turned out to be the problem, not in my case). Thanks. -Andreas