jed-users mailing list

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

Re: No line wrap for special html mode


On Fri, Jun 04, 2004 at 01:27:07PM +0200, G. Milde wrote:
> On  4.06.04, Peter Bengtsson wrote:
> > But when I edit .zpt files I don't want word wrapping. I don't mind if 
> > the lines get stupidly long.

While we're on the subject, I just uploaded version 1.2 of mousedrag.sl
<http://jedmodes.sf.net/mode/misc/download/mousedrag.sl>, which can drag
the window horizontally as well as vertically.

> You could try:
> 
> define zpt_mode()
> {
>    html_mode();
>    set_mode("zpt", 4);
> }   

Or

define html_mode_hook()
{
   if (path_extname(buffer_filename())==".zpt")
     set_mode("html", 4);
}

or you could get Klaus Schmid's htmlmode from
http://home.wtal.de/klaus/jedks/htmlksi.htm
It does not set the wrap flag.

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


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