
david at wheeler
May 17, 2002, 6:51 AM
Post #9 of 18
(972 views)
Permalink
|
On 5/17/02 12:30 AM, "Mark Jaroski" <mark [at] geekhive> claimed: > I've attached the script that duplicates the behavior of > cperl-mode. This script comes in the Vim distro, but I'm > sending it just in case somebody needs it. > > In order to make bric files look right currently I add these > settings after sourcing the file: > > > set tabstop=8 > set softtabstop=4 > set shiftwidth=4 8? I don't understand that. We don't want indents to be 8 anywhere. Now, there are a number of files that do have 8 spaces for tabs, but that's not the rule. > Next, in order stop making actual tabs, (while still having > Bric files look right): > > set expandtab > >> As I think about it and am editing Bric files in the future, I'll probably >> run C<M-x untabify> on them. > > Vim users can run the 'retab' command on the whole file or > on a visual selection. I patched Bric::Hacker with a fair bit of documentation on how to use various modes in Emacs. I also added a header for Vim. Would you mind adding documentation there? Thanks, David -- David Wheeler AIM: dwTheory david [at] wheeler ICQ: 15726394 http://david.wheeler.net/ Yahoo!: dew7e Jabber: Theory [at] jabber _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: bandwidth [at] sourceforge _______________________________________________ Bricolage-Devel mailing list Bricolage-Devel [at] lists https://lists.sourceforge.net/lists/listinfo/bricolage-devel
|