Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* reformat messages without adding returns
@ 2013-06-13  7:41 Rainer M Krug
  2013-06-13  9:04 ` Alberto Luaces
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer M Krug @ 2013-06-13  7:41 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 367 bytes --]

Hi

I know I can reformat a paragraph by using M-Ret but tis also adds teo
empty lines and it only reformats the paragraph after the location of
the cursor.

Is there a way of reformating (mainly fixing long lines in replies) in
the *wholw* message *without* adding extra lines?

Thanks,

Rainer


-- 
Rainer M. Krug

email: RMKrug<at>gmail<dot>com

[-- Attachment #1.2: Type: application/pgp-signature, Size: 489 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: reformat messages without adding returns
  2013-06-13  7:41 reformat messages without adding returns Rainer M Krug
@ 2013-06-13  9:04 ` Alberto Luaces
  2013-06-13  9:28   ` Alberto Luaces
  0 siblings, 1 reply; 5+ messages in thread
From: Alberto Luaces @ 2013-06-13  9:04 UTC (permalink / raw)
  To: info-gnus-english

Rainer M Krug writes:

> Is there a way of reformating (mainly fixing long lines in replies) in
> the *wholw* message *without* adding extra lines?

C-q, (quoted-insert).

-- 
Alberto

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: reformat messages without adding returns
  2013-06-13  9:04 ` Alberto Luaces
@ 2013-06-13  9:28   ` Alberto Luaces
  2013-06-13 10:18     ` Rainer M Krug
  0 siblings, 1 reply; 5+ messages in thread
From: Alberto Luaces @ 2013-06-13  9:28 UTC (permalink / raw)
  To: info-gnus-english

Alberto Luaces writes:

> Rainer M Krug writes:
>
>> Is there a way of reformating (mainly fixing long lines in replies) in
>> the *wholw* message *without* adding extra lines?
>
> C-q, (quoted-insert).

Sorry, my memory failed me.  It is C-c C-q,
(message-fill-yanked-message).

-- 
Alberto

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: reformat messages without adding returns
  2013-06-13  9:28   ` Alberto Luaces
@ 2013-06-13 10:18     ` Rainer M Krug
  0 siblings, 0 replies; 5+ messages in thread
From: Rainer M Krug @ 2013-06-13 10:18 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 418 bytes --]

Alberto Luaces <aluaces@udc.es> writes:

> Alberto Luaces writes:
>
>> Rainer M Krug writes:
>>
>>> Is there a way of reformating (mainly fixing long lines in replies)
>>> in the *wholw* message *without* adding extra lines?
>>
>> C-q, (quoted-insert).
>
> Sorry, my memory failed me.  It is C-c C-q,
> (message-fill-yanked-message).

Great - thanks a lot,

Rainer



--
Rainer M. Krug

email: RMKrug<at>gmail<dot>com

[-- Attachment #1.2: Type: application/pgp-signature, Size: 489 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: reformat messages without adding returns
       [not found] <mailman.1522.1371109333.22516.info-gnus-english@gnu.org>
@ 2013-06-14 22:38 ` Emanuel Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Emanuel Berg @ 2013-06-14 22:38 UTC (permalink / raw)
  To: info-gnus-english

Rainer M Krug <Rainer@krugs.de> writes:

> I know I can reformat a paragraph by using M-RET but it also
> adds two empty lines and it only reformats the paragraph after
> the location of the cursor.
>
> Is there a way of reformating (mainly fixing long lines in
> replies) in the *wholw* message *without* adding extra lines?

I used to use this to fix rmail mails:

(defun fill-mail ()
  (interactive)
  "Fill every overflow paragraph in the buffer. Don't justify.
Don't fill (mail) header lines."
  (fill-individual-paragraphs (point-min) (point-max) nil "t") )

To fix Usenet posts in Gnus, I use gnus-article-fill-cited-article.

When I write messages, I first use the wrap minor mode, then
fill-paragraph.

Those should be bound to single key shortcuts that I can reach
without - eh - reaching (with either hand).

Actually, I have experienced problems with all three solutions,
and they could probably be automatized; I just have been busy on
other projects. (So any pointers are welcome.) But, for the OP,
all are worth to examine.

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-14 22:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-13  7:41 reformat messages without adding returns Rainer M Krug
2013-06-13  9:04 ` Alberto Luaces
2013-06-13  9:28   ` Alberto Luaces
2013-06-13 10:18     ` Rainer M Krug
     [not found] <mailman.1522.1371109333.22516.info-gnus-english@gnu.org>
2013-06-14 22:38 ` Emanuel Berg

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).