Re: [PATCH] Cross-compilation patch to avoid looking for/usr/local at compile time

2008-01-11 Fir de Conversatie Michael Haubenwallner
On Thu, 2008-01-10 at 22:10 +0100, Bram Moolenaar wrote: Philip Prindeville wrote: What I tried to say: excluding /usr/local/[include|lib] is not specific for cross compiling. This should be a separate setting. Then it can also be set for cross compiling. Thank you for the trigger to

Re: Repost: [PATCH] Enable cross-compiling

2008-01-11 Fir de Conversatie Marc Haisenko
On Thursday 10 January 2008, Ben Schmidt wrote: Although according the Ben's earlier posting, we're both in the pipeline. So I guess we just sit tight a little longer... If you haven't seen Bram's post to you now (that should comt to you directly and via the vim_dev list), let me

Re: [PATCH] Cross-compilation patch to avoid looking for /usr/local at compile time

2008-01-11 Fir de Conversatie Marc Haisenko
On Thursday 10 January 2008, Bram Moolenaar wrote: The reason you don't hear from me is that most of my emails to you bounce back. Ouch, that's bad... don't know why that happens. What I tried to say: excluding /usr/local/[include|lib] is not specific for cross compiling. This should be a

Re: When will 7.2 come out?

2008-01-11 Fir de Conversatie Charles E Campbell Jr
Edward L. Fox wrote: There are already more than 200 patches. When will 7.2 come out? Any plans? Well, I'm not Bram, but I believe that the todo list still has over 100 items on it. Chip Campbell --~--~-~--~~~---~--~~ You received this message from the

Re: Repost: [PATCH] Enable cross-compiling

2008-01-11 Fir de Conversatie Ben Schmidt
Sorry, haven't received anything. Could you please forward it to me ? Thank you, Marc I think the note was for Philip Prindeville, but it is relevant to all contributors to the patch, I'm sure. I'll send it to all you guys while I'm at it. It's so frustrating when email systems

Patch 7.1.217

2008-01-11 Fir de Conversatie Bram Moolenaar
Patch 7.1.217 Problem:The help-tags tag may be missing from runtime/doc/tags when it was generated during make install. Solution: Add the ++t argument to :helptags to force adding the tag. Files: runtime/doc/Makefile, runtime/doc/various.txt, src/ex_cmds.c,

Patch 7.1.216

2008-01-11 Fir de Conversatie Bram Moolenaar
Patch 7.1.216 Problem:Variants of --remote-tab are not mentioned for vim --help. Solution: Display optional -wait and -silent. Files: src/main.c *** ../vim-7.1.215/src/main.c Tue Sep 25 17:54:41 2007 --- src/main.c Sun Dec 30 15:09:11 2007 *** *** 3081,3087

Re: Patch for Unix filename expansion to try out

2008-01-11 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: Bram Moolenaar wrote: A couple of problems were detected when the Unix shell is used to expand file names containing characters such as a single quote. This applies to completion on the command line and glob(). I made a patch that defines a function to echo

Re: --remote-tab-silent not mentioned in --help

2008-01-11 Fir de Conversatie Bram Moolenaar
Nico Weber wrote: Ted Pavlic mentioned on the vim-mac list that --remote-tab-silent is not mentioned in the --help output and suggests to add it. I think that's a good idea. What do you think? There has been some positive feedback on this, so here's a patch to implement it.

Set mouse=a causes Vim to hang in screen.

2008-01-11 Fir de Conversatie Gautam Iyer
Hi All, The following caused Vim to hang: 1. Create /tmp/vimrc with the following lines: set nocp set mouse=a 2. Run screen, and then do $ vim -u /tmp/vimrc Vim hangs before starting up. GI PS: Note -- doing env TERM=rxvt vim -u /tmp/vimrc works

Re: Set mouse=a causes Vim to hang in screen.

2008-01-11 Fir de Conversatie James Vega
On Jan 11, 2008 8:08 PM, Gautam Iyer [EMAIL PROTECTED] wrote: The following caused Vim to hang: 1. Create /tmp/vimrc with the following lines: set nocp set mouse=a 2. Run screen, and then do $ vim -u /tmp/vimrc Vim hangs before starting up. But it does