vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] Question on perlmode


From: Thomas Dickey
Subject: Re: [vile] Question on perlmode
Date: Fri, 18 Jan 2008 12:40:10 -0500 (EST)

On Fri, 18 Jan 2008, Steven Lembark wrote:


Using perlmode turns on a boolean setting that ups
the tab level after, say, a curly brace. I've
attempted to turn this off via:

this works:

remove-submode perl cindent

   define-majormode perlmode
   ~with define-submode perlmode
       preamble    "^#!.*perl"
       suffixes    "\\.(pm|t)$"
->      nocindent
   ~endwith

without success. Or is the setting "cmode",
(which would seem odd if I'm in "perlmode")?

at the moment (will investigate), I'm thinking it's a bug (not sure - there are other booleans suppressed such as notabinsert).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]