From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84845 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.gnus.general Subject: Re: lost the ability to copy Date: Wed, 03 Sep 2014 09:21:36 +0200 Message-ID: <82ha0pf9tr.fsf@web.de> References: <87egvu1suq.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409757225 19900 80.91.229.3 (3 Sep 2014 15:13:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2014 15:13:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33088@lists.math.uh.edu Wed Sep 03 17:13:36 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 1XPCFb-0003pj-R3 for ding-account@gmane.org; Wed, 03 Sep 2014 17:13:36 +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 1XPCEd-0001qy-7j; Wed, 03 Sep 2014 10:12:35 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XP4tE-0008J3-VA for ding@lists.math.uh.edu; Wed, 03 Sep 2014 02:22:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XP4tD-0006dX-0D for ding@lists.math.uh.edu; Wed, 03 Sep 2014 02:22:00 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XP4tB-0003o8-0e for ding@gnus.org; Wed, 03 Sep 2014 09:21:57 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XP4tA-0001Xp-Ly for ding@gnus.org; Wed, 03 Sep 2014 09:21:56 +0200 Original-Received: from p5b2cab96.dip0.t-ipconnect.de ([91.44.171.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Sep 2014 09:21:56 +0200 Original-Received: from parozusa by p5b2cab96.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Sep 2014 09:21:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 50 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5b2cab96.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (windows-nt) Cancel-Lock: sha1:St9J0sE18TKkCUsu/L/l3QfROmM= X-Spam-Score: -4.6 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84845 Archived-At: Sharon Kimble writes: > When I am replying to a post now, be it email or newsgroup, if I use > 'Post -> Wide reply and yank', or just 'Post -> Wide reply', neither of > them give me a copy of the original post. > > How then can I regain this please? > > Thanks > Sharon. Hi, both commands work as specified here (see below). Martin Gnus v5.13 GNU Emacs 24.3.93.1 (i686-pc-mingw32) of 2014-08-15 on LEG570 ------- runs the command gnus-summary-wide-reply, which is an interactive autoloaded compiled Lisp function in `gnus-msg.el'. It is bound to S w, . (gnus-summary-wide-reply &optional YANK) Start composing a wide reply mail to the current message. If prefix argument YANK is non-nil, the original article is yanked automatically. ------- runs the command gnus-summary-wide-reply-with-original, which is an interactive autoloaded compiled Lisp function in `gnus-msg.el'. It is bound to S W, . (gnus-summary-wide-reply-with-original N) Start composing a wide reply mail to the current message. The original article will be yanked. Uses the process/prefix convention. [back]