From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83902 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Group Parameters: gcc-self . "string" Date: Sun, 24 Nov 2013 20:21:10 -0500 Organization: Still searching... Message-ID: <877gbxe0op.fsf@newsguy.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385342582 13738 80.91.229.3 (25 Nov 2013 01:23:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 01:23:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32157@lists.math.uh.edu Mon Nov 25 02:23:06 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VkktF-0007BS-JK for ding-account@gmane.org; Mon, 25 Nov 2013 02:23:05 +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 1Vkkrr-0005y8-Iu; Sun, 24 Nov 2013 19:21:39 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Vkkrp-0005xw-NE for ding@lists.math.uh.edu; Sun, 24 Nov 2013 19:21:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Vkkrn-0002me-Um for ding@lists.math.uh.edu; Sun, 24 Nov 2013 19:21:36 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Vkkrj-0008NJ-2p for ding@gnus.org; Mon, 25 Nov 2013 02:21:31 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vkkrh-0006mD-LT for ding@gnus.org; Mon, 25 Nov 2013 02:21:29 +0100 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 02:21:29 +0100 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 02:21:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:bmLmT+pi9oPRc+8mof8w3h2xCT4= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83902 Archived-At: Using the builtin group parameters item: (gcc-self . "string") Should I be able to do this: (gcc-self . "nnimap+hput3fm:INBOX.some group, nnimap+hput3fm:INBOX.other group") That is, Gcc multiple groups by inserting them as "string" with `G p'? When I try that I get a Gcc in the headers of new message with only the part before the comma. So, in the headers I get Gcc: "nnimap+hput3fm:INBOX.some group" I've also tried escaping the comma like so: (gcc-self . "nnimap+hput3fm:INBOX.some group\\, nnimap+hput3fm:INBOX.other group") And even went really crazy and tried this. ... "\\"nnimap+hput3fm:INBOX.some group\\"\\, \\"nnimap+hput3fm:INBOX.other group\\"") The last thing above fails with an error: byte-code: Invalid read syntax: ". in wrong context" Is there a syntax that will allow me to enter multiple groups to be Gcc'ed?