(Message inbox:654) Date: Wed, 29 Nov 1995 17:20:21 CST From: Gregg Jensen To: pgf@foxharp.boston.ma.us Subject: Re: vile 5.5 bug report: DOS only In-Reply-To: <199511292314.SAA02323@gutso.foxharp.boston.ma.us> References: <199511292257.QAA12490@stpauli.timeplex.com> <199511292314.SAA02323@gutso.foxharp.boston.ma.us> ------------" > > glad to hear it works. could you send me your macros? Its not much, but so far it works. Basically this is my .vilerc: set nopopup-msgs set visual-matches bold set autoindent set cmode set c-tabstop 4 set c-shiftwidth 4 set check-modtime set showmatch set undolimit 0 set nomultibeep store-procedure color-read-file ~if &global cmode write-message "[Attaching C/C++ attributes...]" set-variable %savcol $curcol set-variable %savline $curline set-variable %modified $modified goto-beginning-of-file filter-til end-of-file "vile-c-filt" goto-beginning-of-file attribute-cntl_a-sequences-til end-of-file ~if ¬ %modified unmark-buffer ~endif %savline goto-line %savcol goto-column write-message "[Attaching C/C++ attributes...done ]" ~endif ~endm set read-hook color-read-file