Re: [Cygwin] Configure Detects Incorrect Ruby Version

2007-06-04 Thread Gary Johnson
other than that the version is not being determined by executing ruby --version, but maybe it tells you something useful. HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile Broadband Division | Spokane, Washington, USA

Re: Wish: col(^)

2007-05-21 Thread Gary Johnson
On 2007-05-21, Andy Wokula [EMAIL PROTECTED] wrote: ... get position of first non-blank character in the line. If there is col($), there should also be col(^). In some situations (e.g. :imap expr) :normal ^ is not allowed. indent(.)? HTH, Gary -- Gary Johnson

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-05-18 Thread Gary Johnson
On 2007-05-17, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-02-15, Frodak Baksik [EMAIL PROTECTED] wrote: On 2/15/07, Chris Sutcliffe wrote: Also, is there anything I can do to help get the original patch accepted? Ask a few people to try it out and report their results

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-05-17 Thread Gary Johnson
. The code compiled without problem and seems to work fine. The patch seemed to work fine with 7.0, too, but I wasn't able to test it very much since I haven't had to do much work on Windows recently. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED

Re: [PATCH] vim_is_xterm() and screen

2007-05-09 Thread Gary Johnson
the process would be more a matter of convincing Thomas to accept the concept, the design, and any patches you would submit, rather than the ncurses guys adding this support themselves. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile Broadband

Re: VimWiki - again - but with a brand new option

2007-05-08 Thread Gary Johnson
burden on him as well as a poor use of his time. A wiki is a good idea, but the content should be separate from the help files. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile Broadband Division | Spokane, Washington

Re: Vim version 7.1a BETA has been released

2007-05-07 Thread Gary Johnson
On 2007-05-06, Bram Moolenaar [EMAIL PROTECTED] wrote: Gary Johnson wrote: I noticed that filetype.vim does not include the patch that I submitted to this list 2006-07-25 to fix the recognition of mutt temporary files on SunOS. Is there something else I can do to have this patch

Re: Vim version 7.1a BETA has been released

2007-05-07 Thread Gary Johnson
On 2007-05-06, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-05-05, A.J.Mechelynck [EMAIL PROTECTED] wrote: Compiles as a breeze :-). Yes indeed. I've compiled it so far on SunOS 5.8 and HP-UX 10.20. I may try Cygwin if I'm feeling adventurous enough. I've never done that except

Re: Vim version 7.1a BETA has been released

2007-05-06 Thread Gary Johnson
does not include the patch that I submitted to this list 2006-07-25 to fix the recognition of mutt temporary files on SunOS. Is there something else I can do to have this patch accepted? Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Mobile

Re: [PATCH] new ex command :lscscope

2007-04-27 Thread Gary Johnson
in the process of traversing one quickfix list when I'd like to follow some other quickfix list in another window, but be able to easily come back to the original quickfix list just by changing to the original window. I'll let you know how this works out. Regards, Gary -- Gary Johnson

Re: [PATCH] new ex command :lscscope

2007-04-27 Thread Gary Johnson
On 2007-04-27, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-04-26, Navdeep Parhar [EMAIL PROTECTED] wrote: Hello, Currently :cscope has a variant :lcscope that allows the use of the location list instead of the quickfix list. However, :scscope has no equivalent that uses

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-03-01 Thread Gary Johnson
On 2007-03-01, Frodak Baksik [EMAIL PROTECTED] wrote: On 2/28/07, Matthew Woehlke [EMAIL PROTECTED] wrote: Gary Johnson wrote: It appears that I may need to install the ncurses package and reconfigure vim in order to get color. That would be likely; ncurses is (AFAIK) *much* better

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-02-28 Thread Gary Johnson
On 2007-02-28, Frodak Baksik [EMAIL PROTECTED] wrote: On 2/27/07, Gary Johnson wrote: On 2007-02-15, Frodak Baksik wrote: Here are all the changes in a single patch. I'm also posting this to the cygwin-apps mailing list, so if anyone over there could try it out would be nice. I

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-02-27 Thread Gary Johnson
into it further before I leave for the day. I hope it's obvious to someone what I've done wrong. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Washington, USA

Error in eval.txt (:help let-option)

2007-01-31 Thread Gary Johnson
{option-name} to the result of the expression {expr1}. A String or Number value is always converted to the type of the option. - cut here - Regards, Gary -- Gary Johnson

Re: [PATCH] cygwin: Trouble recognizing absolute path

2006-10-13 Thread Gary Johnson
, then to quote someone on the cygwin list, WDDTT (Well Don't Do That Then). Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Washington, USA

Re: vim -u NONE (was: Re: Vim 7.0 (1-109 patches) completion bug.)

2006-10-05 Thread Gary Johnson
, including reading the |gvimrc| file when the GUI starts. Loading plugins is also skipped. The viminfo file may be empty initially, but it probably is not once vim has been run. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division

Re: vim -u NONE

2006-10-05 Thread Gary Johnson
On 2006-10-05, Bill McCarthy [EMAIL PROTECTED] wrote: On Thu 5-Oct-06 8:54pm -0600, Gary Johnson wrote: On 2006-10-06, Peter Hodge [EMAIL PROTECTED] wrote: BTW, using gvim -u NONE -U NONE is both redundant (in the case of -U NONE), dangerous (since default settings

Re: Vim's mch_FullName() function and ClearCase versioned file names

2006-08-15 Thread Gary Johnson
On 2006-08-14, A.J.Mechelynck [EMAIL PROTECTED] wrote: Gary Johnson wrote: [...] I've also come up with a solution for part of the problem, that of Vim's insistence on converting a name like /project/xyz/system/src/bar.c@@/main/42 (through chdir() and getcwd()) to a name like

Re: Vim's mch_FullName() function and ClearCase versioned file names

2006-08-13 Thread Gary Johnson
On 2006-08-12, Yakov Lerner [EMAIL PROTECTED] wrote: On 8/12/06, Gary Johnson [EMAIL PROTECTED] wrote: I just finished troubleshooting a problem that had several contributing factors, one of which was the way Vim's mch_FullName() function behaves with ClearCase versioned file names

Bug in filetype.vim w.r.t. mutt temp file names

2006-07-25 Thread Gary Johnson
posted it here rather than sending it to Bram directly to allow others to comment in case I missed something. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Washington, USA *** filetype.vim.orig Mon May

Re: Terminal-based auto-paste.

2006-07-10 Thread Gary Johnson
and get enhanced functionality by calling (or aliasing) gvim or xvim. Since you mention aliasing, I think the simplest solution to this would be: alias vim=gvim -v That will give you a terminal-mode vim with all the X features that were compiled into your gvim. HTH, Gary -- Gary Johnson

incorrect behavior of gzip.vim plugin?

2006-06-13 Thread Gary Johnson
discovered that netrw.vba.gz had been replaced by netrw.vba! I didn't want to unzip the file, only look at it. I believe this is an error in the behavior of the gzip.vim script. Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division

Re: matchparen bug?

2006-06-07 Thread Gary Johnson
haven't been following this discussion very closely, but I just tried the experiment on Red Hat Linux 9, SunOS 5.8 and Windows XP with vim 7.0, no patches, and the cursor always goes to the 'o' in the third line. Is that what you were looking for? HTH, Gary -- Gary Johnson | Agilent

Vim-7.0f: error in help for :tabmove

2006-04-24 Thread Gary Johnson
is made the last one. I believe that the command should be shown with brackets around the optional part, like this: :tabm[ove] NMove the current tab page to after tab page N. Use zero to Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless