BUG: indirect 'configure' invocation hides exit status

2006-07-07 Thread mwoehlke
I found a really annoying problem trying to build VIM 7 on HP-UX. I have an automated script that builds VIM as part of a toolchain. It ran through, and to my surprise and annoyance, installed VIM in /usr/local instead of where I wanted it. Long story short, the script called 'configure', whic

Re: BUG: indirect 'configure' invocation hides exit status

2006-07-07 Thread mwoehlke
mwoehlke wrote: [snip] Long story short, the script called 'configure', which failed because it isn't (for some reason I have not yet figured out) finding the ncurses I built (--with-tlib=ncurses). For the record, I did solve the "can't find 'ncurses'"

Re: BUG: indirect 'configure' invocation hides exit status

2006-07-10 Thread mwoehlke
(re-send because I forgot to CC vim-dev; sorry) Bram Moolenaar wrote: Matthew Woehlke wrote: [snip] The indirect 'configure' scripts need to preserve the exit status. The fix, which is trivial, I leave as an exercise. So, what is the fix? I'm lazy. Goodness, I'll say. :) vim/config

Re: BUG: indirect 'configure' invocation hides exit status

2006-07-17 Thread mwoehlke
A.J.Mechelynck wrote: mwoehlke wrote: I found a really annoying problem trying to build VIM 7 on HP-UX. I have an automated script that builds VIM as part of a toolchain. It ran through, and to my surprise and annoyance, installed VIM in /usr/local instead of where I wanted it. Long story

VIM7 on Tandem OSS

2006-07-19 Thread mwoehlke
Well, that was exciting... I recently tried to build vim 7 on OSS (Tandem / HP Nonstop S-Series). I finally got it to work by diff'ing the ITUG Floss sources (link below) against vim-6.1 and applying the diffs to vim-7.0 (and by first building/installing ncurses-5.5). I would like to submit my

Re: VIM7 on Tandem OSS

2006-07-19 Thread mwoehlke
A.J.Mechelynck wrote: mwoehlke wrote: Well, that was exciting... I recently tried to build vim 7 on OSS (Tandem / HP Nonstop S-Series). I finally got it to work by diff'ing the ITUG Floss sources (link below) against vim-6.1 and applying the diffs to vim-7.0 (and by first building/insta

Re: VIM7 on Tandem OSS

2006-07-20 Thread mwoehlke
A.J.Mechelynck wrote: mwoehlke wrote: A.J.Mechelynck wrote: mwoehlke wrote: Well, that was exciting... I recently tried to build vim 7 on OSS (Tandem / HP Nonstop S-Series). I finally got it to work by diff'ing the ITUG Floss sources (link below) against vim-6.1 and applying the dif

Crazy wish: vimcat

2006-07-21 Thread mwoehlke
Is this possible? It just occurred to me that it would be great if there was a VIM-related program that would 'cat' in color using VIM's highlighting rules. Is this something that VIM could be made to do via scripting, or would it need to be a totally new program? If the latter, any guesses how

Re: Crazy wish: vimcat

2006-07-25 Thread mwoehlke
Benji Fisher wrote: On Fri, Jul 21, 2006 at 03:31:15PM -0500, mwoehlke wrote: Is this possible? It just occurred to me that it would be great if there was a VIM-related program that would 'cat' in color using VIM's highlighting rules. Is this something that VIM could be

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

2006-07-25 Thread mwoehlke
Gary Johnson wrote: I noticed recently that vim does not always set 'filetype' to "mail" when I edit mutt temporary files, e.g., postponed messages. I traced the problem to mutt's use of mktemp() with the pattern "muttXX". I don't know about other OSs, but mktemp() on SunOS 5.8 replaces

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

2006-07-25 Thread mwoehlke
Yakov Lerner wrote: On 7/26/06, mwoehlke <[EMAIL PROTECTED]> wrote: Gary Johnson wrote: > I noticed recently that vim does not always set 'filetype' to "mail" > when I edit mutt temporary files, e.g., postponed messages. I > traced the problem to mutt

Re: vim -S

2006-07-31 Thread mwoehlke
A.J.Mechelynck wrote: Rodolfo Borges wrote: I made a file with vim commands, starting with #!/usr/bin/vim -S so I can execute the file directly, instead of using "vim -S file". The problem is that vim tries to execute this first line too. Can we have a workaround on this? Like, ignoring "#!" at

Re: vim -S

2006-08-01 Thread mwoehlke
(On the list, please?) Rodolfo Borges wrote: mwoehlke wrote: A.J.Mechelynck wrote: Rodolfo Borges wrote: I made a file with vim commands, starting with #!/usr/bin/vim -S so I can execute the file directly, instead of using "vim -S file". The problem is that vim tries to execute

Re: Patch 7.0.047

2006-08-08 Thread mwoehlke
Bram Moolenaar wrote: Patch 7.0.047 Problem:When running configure the exit status is wrong. Solution: Handle the exit status properly. (Matthew Woehlke) Files: configure, src/configure [snip] Thanks, Bram! -- Matthew I blame the hippo.

Re: [RFC] fixing wrt '\\ ' handling

2006-08-10 Thread mwoehlke
Yakov Lerner wrote: I am about to fix the bug that is mentioned in the todo. There is one remaining ambiguity on which I need to ask the community. The testcase that illustrates the bug is at the end. First, about the bug that needs to be fixed. It is in handling of \\ when \\ precedes th white

Re: Patch (Unofficial): Malformed characters in menu and toolbar when using zh_CN.GBK encoding under Linux

2006-08-11 Thread mwoehlke
Bram Moolenaar wrote: hundred-and-one symptoms of being an internet addict: 256. You are able to write down over 250 symptoms of being an internet addict, even though they only asked for 101. So where is the complete list? ;-) FIXME and XXX are two common keywords used to mark broken or

Re: Patch 7.0.048

2006-08-16 Thread mwoehlke
A.J.Mechelynck wrote: Bram Moolenaar wrote: Alexey I. Froloff wrote: P.S. In UNIX string is surrounded by single quotes and all single quotes in string replaced with quote-backslash-quote-quote. On DOS/WIN it surrounds string with double quotes and replaces doublequotes and percents to space.

Re: Possible addition to the c.vim and perl.vim syntax files

2006-09-11 Thread mwoehlke
Bram Moolenaar wrote: Mark Manning wrote: I saw in the c.vim that there was an error statement for octal numbers. There isn't one for hex numbers so I made one really quickly. If you want, just put it into the c.vim file. :-) The test: syn regioncHexErrorstart="0x\x*[g-zG-Z]" end

Re: Possible addition to the c.vim and perl.vim syntax files

2006-09-11 Thread mwoehlke
Mike Williams wrote: mwoehlke did utter on 11/09/2006 17:44: Bram Moolenaar wrote: I don't know what the rules are in all kinds of C, but at least things like 0x0L, 0x0u, 0x0UL are valid. Using a match instead of region would be simpler. If one takes KATE's c.xml as canonical,

Re: Possible addition to the c.vim and perl.vim syntax files

2006-09-11 Thread mwoehlke
mwoehlke wrote: Mike Williams wrote: mwoehlke did utter on 11/09/2006 17:44: Bram Moolenaar wrote: I don't know what the rules are in all kinds of C, but at least things like 0x0L, 0x0u, 0x0UL are valid. Using a match instead of region would be simpler. If one takes KATE'

Re: Possible addition to the c.vim and perl.vim syntax files

2006-09-11 Thread mwoehlke
Nikolai Weibull wrote: On 9/11/06, mwoehlke <[EMAIL PROTECTED]> wrote: mwoehlke wrote: > Mike Williams wrote: >> mwoehlke did utter on 11/09/2006 17:44: >>> Bram Moolenaar wrote: >>>> I don't know what the rules are in all kinds of C, but at least thin

Re: Possible addition to the c.vim and perl.vim syntax files

2006-09-12 Thread mwoehlke
Mike Williams wrote: mwoehlke did utter on 11/09/2006 18:37: Mike Williams wrote: mwoehlke did utter on 11/09/2006 17:44: Bram Moolenaar wrote: I don't know what the rules are in all kinds of C, but at least things like 0x0L, 0x0u, 0x0UL are valid. Using a match instead of region wou

Re: spellchecking with curly-quotes

2006-09-26 Thread mwoehlke
Bram Moolenaar wrote: Kyle Wheeler wrote: I frequently compose text that uses curly quotes (’) in words (e.g. "women’s"). I also use the spell checker a lot. Unfortunately, the (utf-8) curly quote seems to confuse the spell checker. While "women's" is accepted as a correct spelling, "wome

Re: Bug in netrw.vim

2006-10-06 Thread mwoehlke
A.J.Mechelynck wrote: Charles E Campbell Jr wrote: Victor Hsieh wrote: [...] I know. But I just want to read the html code or so with my favoriate editor ;) I used to do it with vim6. Actually in most case, connecting to ftp://somewhere (when open http://somewhere) is not gonna work. Not

Re: Bug in netrw.vim

2006-10-06 Thread mwoehlke
A.J.Mechelynck wrote: mwoehlke failed to read the previous post carefully: A.J.Mechelynck wrote: Many FTP servers can be accessed read-only by HTTP; but most HTTP servers have no FTP counterpart AFAIK. "Many"? Like Victor, I would have said "most". [snip] Please re-rea