From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66153 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.gnus.general Subject: Re: Quoting the active region when doing `S W' ? Date: Wed, 16 Jan 2008 22:34:26 +0000 Message-ID: <87y7apqu19.fsf@bzg.ath.cx> References: <87hcje31x0.fsf@bzg.ath.cx> <87lk8m80vw.fsf@bzg.ath.cx> <87tzmr8ja4.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1200522936 22859 80.91.229.12 (16 Jan 2008 22:35:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jan 2008 22:35:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14644@lists.math.uh.edu Wed Jan 16 23:35:46 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFGr4-0005Rz-Gv for ding-account@gmane.org; Wed, 16 Jan 2008 23:35:30 +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 1JFGqQ-0001pD-Ex; Wed, 16 Jan 2008 16:34:50 -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 1JFGqO-0001op-FY for ding@lists.math.uh.edu; Wed, 16 Jan 2008 16:34:48 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JFGqG-0002lK-MU for ding@lists.math.uh.edu; Wed, 16 Jan 2008 16:34:48 -0600 Original-Received: from hu-out-0506.google.com ([72.14.214.229]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JFGqI-0004L4-00 for ; Wed, 16 Jan 2008 23:34:42 +0100 Original-Received: by hu-out-0506.google.com with SMTP id 20so1176300huc.12 for ; Wed, 16 Jan 2008 14:34:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=JBOTb9n+eM3tCsr6sagZ+robklrWVZLWca1NNk3UiJE=; b=SLPpW1snalRCEEGXB7Mx2LQYtI5JdVtS21R16Nr7nKYvajx4uHb4bs/LNXMIgo6UFhQPPXmrlgGbIyVQ7UA9P9IG+2VsAcOwumf9aBcvSWCsiIjIROlHD/rbuPeI1e8xfNmakCWYaSDMonCWIuC2aO1JhaoOmATXisaP/+gpfGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=IWX8tLM0A5vTIHR4/MLx0493rHy+KOpcxoR3ZxRM1+Z3oSydX/sRoxCXtUZnM95QBsN3Ifmp32DItfkDaSw7p9266L8Br6tFWYfEy4W+ANWMZN5bUBLqJura83zsSQDOh+yDCuq3mvy8eOh/21ZX/4JF8mZIh/8MoZHOH9P7/Pc= Original-Received: by 10.82.112.3 with SMTP id k3mr2398939buc.15.1200522878610; Wed, 16 Jan 2008 14:34:38 -0800 (PST) Original-Received: from bzg.ath.cx ( [81.153.225.210]) by mx.google.com with ESMTPS id k7sm2832167nfh.0.2008.01.16.14.34.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Jan 2008 14:34:37 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 236CA1575A3; Wed, 16 Jan 2008 22:34:25 +0000 (GMT) In-Reply-To: (Katsumi Yamaoka's message of "Tue, 08 Jan 2008 20:55:46 +0900") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66153 Archived-At: --=-=-= Hi Katsumi, Katsumi Yamaoka writes: >>>>>> Leo wrote: >> On 2007-12-10 00:50 +0000, Bastien wrote: >>> Does this have been taken care of? > >> This feature is very useful; hope someone get around to do it. > > `C-u R' in the article buffer runs wide reply (you can also use > a numeric prefix like `1' instead of `C-u'): Thanks for this. But for me (No Gnus v0.7) `C-u R' didn't make a wide reply. I had to apply this patch: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=gnus-msg.el.patch diff -u /home/guerry/install/cvs/gnus/lisp/ /home/guerry/elisp/testing/bzg/gnus-msg.el --- /home/guerry/install/cvs/gnus/lisp/gnus-msg.el 2007-11-26 00:04:09.000000000 +0000 +++ /home/guerry/elisp/testing/bzg/gnus-msg.el 2008-01-16 18:43:13.000000000 +0000 @@ -1160,7 +1160,8 @@ "Start composing a reply mail to the current message. The original article will be yanked." (interactive "P") - (gnus-summary-reply (gnus-summary-work-articles n) wide)) + (gnus-summary-reply (gnus-summary-work-articles n) + (or current-prefix-arg wide))) (defun gnus-summary-reply-broken-reply-to (&optional yank wide very-wide) "Like `gnus-summary-reply' except removing reply-to field. Diff finished. Wed Jan 16 18:43:24 2008 --=-=-= > (info "(gnus)Article Keymap") > ,---- > | `R' > | Send a reply to the current article and yank the current article > | (`gnus-article-reply-with-original'). If given a prefix, make a > | wide reply. If the region is active, only yank the text in the > | region. > `---- Maybe I didn't digg enough into this, but what is the difference between `C-u R' and `S W' ? -- Bastien --=-=-=--