RE: Limiting line length

2001-08-07 Thread Sandip Chitale
Here is a better regexp - (font-lock-add-keywords 'jde-mode '((^\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\( \\|\\)\\(

Re: limiting line length

2001-07-30 Thread aaron
the code you sent works as described - thanks. but it doesn't do exactly what i am looking for, in that you can only tell if a line goes over the desired length if the cursor is on the line. i am looking for a way to show me all lines over the defined column limit at a glance. if the

RE: limiting line length

2001-07-27 Thread Molitor, Stephen
Duh! Thanks! Steve -Original Message- From: Javier Lopez [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 11:10 AM To: Molitor, Stephen; [EMAIL PROTECTED] Subject: RE: limiting line length Try M-x auto-fill-mode Javier -Original Message- From: Molitor, Stephen

Re: limiting line length

2001-07-27 Thread aaron
At Fri, 27 Jul 2001 11:04:33 -0500, Molitor, Stephen [EMAIL PROTECTED] wrote: Or maybe just vertical line down the screen at char 80 to let you know when a line is to long? Does anyone know of a way to do this? i would prefer to have a visable reminder which i can decide to ignore or beak the

RE: limiting line length

2001-07-27 Thread Sandip Chitale
- From: Sandip Chitale Sent: Friday, July 27, 2001 4:49 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: limiting line length Or maybe just vertical line down the screen at char 80 to let you know when a line is to long? Does anyone know of a way to do