#158398 does not indent when breaking quoted lines

#158398#5
Date:
2002-08-26 20:45:28 UTC
From:
To:
I sometimes receive e-mails with multiple questions in a single
paragraph (n.b., questions may vary):

 Why are you so cool?  How can I, someone who is not so cool,
 become as cool as you?

I sometimes would like to respond to each question individually:

 > Why are you so cool?

 No comment.

 > How can I, someone who is not so cool,
 > become as cool as you?

 No comment.

This looks uncool.  It should look like the following:

 > Why are you so cool?

 No comment.

 >                       How can I, someone who is not so cool,
 > become as cool as you?

 No comment.

This looks cool.  I'd like it if post-mode would automatically
insert spaces if I press <return> in a quoted line.  That is,
pressing <return> at when the cursor is at the position
indicated by the caret

 > Why are you so cool?  How can I, someone who is not so cool,
                         ^
 > become as cool as you?

would yield

 > Why are you so cool?
 >                       How can I, someone who is not so cool,
                         ^
 > become as cool as you?

.

I hope you'll help keep me cool.  :)

Matt

#158398#10
Date:
2002-08-28 05:03:28 UTC
From:
To:
I like this idea, but wouldn't it be better if it just rewrapped the
lines, and not the massive indentation. Wouldn't that be more cool?

* Matt Kraai (kraai@alumni.cmu.edu) wrote:
-----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ G e h! r- y+ ------END GEEK CODE BLOCK------
#158398#15
Date:
2002-08-28 14:43:11 UTC
From:
To:
not reformat the message I'm replying to.

Matt

#158398#22
Date:
2010-06-22 02:33:18 UTC
From:
To:
Hi,

I also thought this was a good idea when I coded it for MH-E.

See `mh-open-line' in mh-letter.el in the package mh-e.

Peter