From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85008 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: mailing list reply with CC Date: Wed, 24 Sep 2014 11:13:09 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87bnq5m4qi.fsf@lifelogs.com> References: <8761gnmsr9.fsf@cougar.home.aneadesign.com> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1411571734 11442 80.91.229.3 (24 Sep 2014 15:15:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2014 15:15:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33252@lists.math.uh.edu Wed Sep 24 17:15:27 2014 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 1XWoHn-0001hR-14 for ding-account@gmane.org; Wed, 24 Sep 2014 17:15:19 +0200 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 1XWoHf-0005df-Jc; Wed, 24 Sep 2014 10:15:11 -0500 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 1XWoHe-0005dK-5P for ding@lists.math.uh.edu; Wed, 24 Sep 2014 10:15:10 -0500 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 1XWoHc-0002J1-CH for ding@lists.math.uh.edu; Wed, 24 Sep 2014 10:15:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XWoHb-0002EG-1y for ding@gnus.org; Wed, 24 Sep 2014 17:15:07 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWoHY-0001TN-IG for ding@gnus.org; Wed, 24 Sep 2014 17:15:04 +0200 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 17:15:04 +0200 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 17:15:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:92sGXfWpuGeTwvFa1ZtR1qdOsx8= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85008 Archived-At: On Tue, 16 Sep 2014 18:31:38 +0200 Clemens Schüller wrote: CS> How can I create a mailinglist reply with To to the list _and_ a CC to CS> the mail author? I have this bound to `r': r runs the command gnus-summary-very-wide-reply-with-original (found in gnus-summary-mode-map), which is an interactive compiled Lisp function in `gnus-msg.el'. It is bound to r, S V, . (gnus-summary-very-wide-reply-with-original N) Start composing a very wide reply mail to the current message. The original article will be yanked. If you decide to add the CC later, reply, then: C-c C-f C-c runs the command message-goto-cc (found in message-mode-map), which is an interactive compiled Lisp function in `message.el'. It is bound to C-c C-f C-c, . (message-goto-cc) Move point to the Cc header. The CC header will be auto-created if it doesn't exist. Conveniently, this also works if you're following up to a newsgroup (Gnus will send a separate e-mail). HTH Ted