Gnus development mailing list
 help / color / mirror / Atom feed
From: Bastien <bzg@altern.org>
To: ding@gnus.org
Subject: Re: Quoting the active region when doing `S W' ?
Date: Wed, 16 Jan 2008 22:34:26 +0000	[thread overview]
Message-ID: <87y7apqu19.fsf@bzg.ath.cx> (raw)
In-Reply-To: <b4mhchobkfx.fsf@jpl.org> (Katsumi Yamaoka's message of "Tue, 08 Jan 2008 20:55:46 +0900")

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

Hi Katsumi,

Katsumi Yamaoka <yamaoka@jpl.org> 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:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-msg.el.patch --]
[-- Type: text/x-diff, Size: 733 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 402 bytes --]


> (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

  parent reply	other threads:[~2008-01-16 22:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-22 12:22 Bastien
2007-11-25 21:34 ` Bastien
2007-11-25 23:46   ` Leo
2007-11-26  0:36     ` Bastien
2007-11-26  8:12       ` Leo
2007-12-10  0:50     ` Bastien
2007-12-23 20:50       ` Leo
2008-01-08 11:55         ` Katsumi Yamaoka
2008-01-08 19:52           ` Leo
2008-01-08 22:51             ` Katsumi Yamaoka
2008-01-08 23:12               ` Leo
2008-01-09 22:30                 ` Katsumi Yamaoka
2008-01-14 23:40                   ` Leo
2008-01-15  0:12                     ` Katsumi Yamaoka
2008-01-15  0:23                       ` Leo
2008-01-15  1:15                         ` Katsumi Yamaoka
2008-01-15 18:50                           ` Leo
2008-01-20 14:59                           ` Leo
2008-01-09 23:05           ` Reiner Steib
2008-01-09 23:21             ` Katsumi Yamaoka
2008-01-10  8:08               ` Katsumi Yamaoka
2008-01-10 18:55               ` Reiner Steib
2008-01-11  6:48                 ` Katsumi Yamaoka
2008-01-11 17:43                   ` Reiner Steib
2008-01-15  0:14                     ` Katsumi Yamaoka
2008-01-31 11:56                       ` Katsumi Yamaoka
2008-01-16 22:34           ` Bastien [this message]
2008-01-16 23:09             ` Katsumi Yamaoka
2008-01-17 13:33               ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y7apqu19.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).