From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66159 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: Thu, 17 Jan 2008 13:33:02 +0000 Message-ID: <87fxwwziep.fsf@bzg.ath.cx> References: <87hcje31x0.fsf@bzg.ath.cx> <87lk8m80vw.fsf@bzg.ath.cx> <87tzmr8ja4.fsf@bzg.ath.cx> <87y7apqu19.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200576883 15259 80.91.229.12 (17 Jan 2008 13:34:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2008 13:34:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14650@lists.math.uh.edu Thu Jan 17 14:35:01 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 1JFUtY-0001p8-TI for ding-account@gmane.org; Thu, 17 Jan 2008 14:35:01 +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 1JFUrs-0006FQ-NQ; Thu, 17 Jan 2008 07:33:16 -0600 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 1JFUrr-0006F2-6D for ding@lists.math.uh.edu; Thu, 17 Jan 2008 07:33:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JFUrk-0007Wa-Uj for ding@lists.math.uh.edu; Thu, 17 Jan 2008 07:33:15 -0600 Original-Received: from mu-out-0910.google.com ([209.85.134.188]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JFUrk-0000Qp-00 for ; Thu, 17 Jan 2008 14:33:08 +0100 Original-Received: by mu-out-0910.google.com with SMTP id i10so563324mue.3 for ; Thu, 17 Jan 2008 05:33:06 -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=+kfTHCOfID+wH5b0JI796dJqLPVUfh6E4JLUeNCb0I8=; b=YMKLB/cKgBHaQMmpOaWTXCkWLRmKs+qCUQifIFz/78sfRfeOn3COeEUPAL2pcWvk2nSbgEotMk22oNj25nnEIb7Yi2O9GKkZc25RwA+212pIdhk/yWIfP342I4yuayBEtcfcMR+uM6KHV3/ozO14NvhJ/N1BpPqAMj/oaMxktbA= 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=DhjtzAbNkhhCCMQuovx8J0RVtdEZKzLBuszes65+W73v78mdvK5SKGqkAECRVvdyk7I03KZostFoM0mddwvorvu7Q0QELJ+n2ysIS5DyOa7OJpoBMhe5Fk65+4GAdWvC62BmmOB8EGYAwz7eVjDywdjJWRgRLSKMgLmG4tRZkcw= Original-Received: by 10.78.195.10 with SMTP id s10mr2711329huf.9.1200576785650; Thu, 17 Jan 2008 05:33:05 -0800 (PST) Original-Received: from bzg.ath.cx ( [86.141.121.39]) by mx.google.com with ESMTPS id i4sm3379191nfh.36.2008.01.17.05.33.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Jan 2008 05:33:04 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 5FA331575A3; Thu, 17 Jan 2008 13:33:02 +0000 (GMT) In-Reply-To: (Katsumi Yamaoka's message of "Thu, 17 Jan 2008 08:09:50 +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:66159 Archived-At: Katsumi Yamaoka writes: >>>>>> Bastien wrote: >> Katsumi Yamaoka writes: > >>> `C-u R' in the article buffer runs wide reply (you can also use >>> a numeric prefix like `1' instead of `C-u'): > >> But for me (No Gnus v0.7) `C-u R' didn't make a wide reply. > > [...] > > You meant `gnus-summary-reply-with-original' which is used in > the *SUMMARY* buffer. [snip] Thanks for the explanations. I've checked the last CVS HEAD and it's working as expected now. -- Bastien