jed-users mailing list

[2003 Date Index] [2003 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Mail mode


On Wed, May 07, 2003 at 09:21:51AM +0200, Guenter Milde wrote:
> I append my net-search finding regarding a mail mode -- a stripped down
> version of mailmode.sl.
This one reformats as I want, note that it doesn't really use a smarter
parsep-hook than muttmail, instead it narrows smarter so even the first line
of quoted text gets reformatted. I believe you asked how to do something
like this on this list once, now you know.

They forgot a ():
--- mailmode.sl	Sun May 11 11:32:58 2003
+++ mailmode.sl	Sun May 11 11:34:29 2003
@@ -382,7 +382,7 @@
    narrow ();
    dequote_buffer (n);
    bob ();
-   down (l2 - l1);
+   () = down (l2 - l1);
    WRAP -= 2*n;
    call ("format_paragraph");
    WRAP += 2*n;

The paragraph movement and reformatting functions should be bound using
rebind() from bufutils.sl.

An extended info.sl and bufed.sl can now be downloaded for free at the JMR.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2003 date index] [2003 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]