Re: Why bottom-posting is prefered on Vim Mainling List?

2007-05-29 Thread Michael Henry
trimming would most naturally begin, rather than to facilitate top-posting. Perhaps it's the default "deletion point" instead of the default "insertion point" :-) Michael Henry

Re: Why bottom-posting is prefered on Vim Mainling List?

2007-05-29 Thread Michael Henry
wants to talk futher about it. Thanks. I continue to be impressed by the Vim mailing list. Contributors are helpful, willing to spend time answering in detail, and above all very polite. This is one of the nicest "top- versus bottom-posting" discussions I've seen on a mailing list :-) Michael Henry [1]: http://en.wikipedia.org/wiki/Sarcasm

Re: undo & replace in multiple files

2007-05-23 Thread Michael Henry
es past the save (which generally pleases me greatly, but is unfortunate in this case :-)). I searched for "replace undo" in Vim's plugins and tips, but came up empty. Does anyone have a pointer to a plugin or other resource to allow blind undoing of multi-file replace operations? Thanks, Michael Henry

Re: editor size

2007-05-08 Thread Michael Henry
linda.s wrote: On 5/7/07, Michael Henry <[EMAIL PROTECTED]> wrote: Try this in your .gvimrc: set columns=78 I set columns=78 but when I opened vim editor, I found the editor's column size to be 70. Why? Linda, Are you using a console version (text-mode only, typically invoked

Re: editor size

2007-05-07 Thread Michael Henry
lines will be broken at whitespace). Try this in your .gvimrc: set columns=78 Michael Henry

Minor fix for Vim Tip #1078 (Closing buffer without closing window)

2007-05-01 Thread Michael Henry
omment on the tip, but comments are currently disabled due to spam considerations. As a side note, is there hope for re-enabling the comment feature? I've found that many of the scripts have valuable comments, sometimes containing bug fixes, sometimes pointing to similar or complementary

Re: Mapping to and doesn't work

2007-04-27 Thread Michael Henry
e GUI version of Vim doesn't suffer from this limitation. I have CTRL-S mapped to :update to match the Windows convention of mapping CTRL-S to "Save". Michael Henry

Re: Mapping doesn't work

2007-04-22 Thread Michael Henry
tu Linux, GUI Vim: the results were identical to console-mode Vim on Ubuntu (including the encoding setting). So my results on Ubuntu match Tony's results on openSUSE. The results are similar on Windows and mac. Michael Henry

Re: Mapping doesn't work

2007-04-21 Thread Michael Henry
per mapping as well: i * Insert-Command-CR If I press CTRL-V M-CR on the command-line, I get ^M back (CTRL-M, which is plain CR). If I press CTRL-V Command-CR, I get . So on the Mac, it looks like meta-key mapping of CR doesn't work, but command-key mapping does. On all three platforms, using A-Enter instead of M-CR seems to make no discernible difference. Hopefully this multi-platform test information helps track down the problem. Thanks, Michael Henry

Re: IDE's Vim 7 and Apple OS X

2007-03-24 Thread Michael Henry
all -Wno-unknown-pragmas -mdynamic-no-pic -pipe -I. -Iproto -DMACO S_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -g -O Linking: gcc -L/usr/local/lib -o Vim -framework Carbon -lncurses -liconv Michael Henry