From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18455 Path: news.gmane.org!.POSTED!not-for-mail From: "N. Raghavendra" Newsgroups: gmane.emacs.gnus.user Subject: Re: Define "Group" of mail recipients in Gnus? Date: Wed, 09 Nov 2016 19:09:06 +0530 Message-ID: References: <87h97ixlgf.fsf@gmx.us> <86y40s25xr.fsf@iitk.ac.in> Reply-To: "N. Raghavendra" NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1478698831 22051 195.159.176.226 (9 Nov 2016 13:40:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2016 13:40:31 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) Cc: info-gnus-english@gnu.org To: Alan Schmitt Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Nov 09 14:40:20 2016 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4T6E-0007rx-22 for gegu-info-gnus-english@m.gmane.org; Wed, 09 Nov 2016 14:39:34 +0100 Original-Received: from localhost ([::1]:39944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4T6H-0006H6-49 for gegu-info-gnus-english@m.gmane.org; Wed, 09 Nov 2016 08:39:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4T6A-0006H0-Kv for info-gnus-english@gnu.org; Wed, 09 Nov 2016 08:39:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4T66-0001CG-5k for info-gnus-english@gnu.org; Wed, 09 Nov 2016 08:39:30 -0500 Original-Received: from sub5.mail.dreamhost.com ([208.113.200.129]:49491 helo=homiemail-a124.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4T66-0001By-0K for info-gnus-english@gnu.org; Wed, 09 Nov 2016 08:39:26 -0500 Original-Received: from homiemail-a124.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a124.g.dreamhost.com (Postfix) with ESMTP id 4BA4560000D01; Wed, 9 Nov 2016 05:39:21 -0800 (PST) Original-Received: from retrotexts.net (hrins2.hri.res.in [220.227.103.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: raghu@retrotexts.net) by homiemail-a124.g.dreamhost.com (Postfix) with ESMTPSA id DFCCD60001B0A; Wed, 9 Nov 2016 05:39:20 -0800 (PST) Original-Received: by retrotexts.net (Postfix, from userid 501) id DBACA19AC071; Wed, 9 Nov 2016 19:09:06 +0530 (IST) In-Reply-To: (Alan Schmitt's message of "Wed, 09 Nov 2016 13:42:15 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 208.113.200.129 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18455 Archived-At: At 2016-11-09T13:42:15+01:00, Alan Schmitt wrote: > I'm also giving it a try, and as I found very little documentation, here > is what I did to make it work (I had to read the code to find the > gnus-insinuate part): > > (require 'org-contacts) > (setq org-contacts-files (list "~/Documents/Org/contacts.org")) > (add-to-list 'org-capture-templates > '("c" "Contacts" entry (file "~/Documents/Org/contacts.org") > "* %(org-contacts-template-name) > :PROPERTIES: > :EMAIL: %(org-contacts-template-email) > :END:")) > (org-contacts-gnus-insinuate) > > I have found a bug in tags completion, and contacted the author, who > told me he is no longer maintaining this. I asked the org list about > this bug > (https://lists.gnu.org/archive/html/emacs-orgmode/2016-11/msg00172.html), > hopefully they will know what is going on. Perhaps the function org-contacts-gnus-insinuate is not being evaluated when you start Gnus? I use (add-hook 'gnus-startup-hook 'org-contacts-gnus-insinuate) and tag completion (+foo TAB) is working with my configuration. Cheers, Raghu. -- N. Raghavendra , http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/