RE: CVS updated?

2006-04-18 Thread Vince Negri
Is the idea that this is a complete switch to SVN, or will the CVS tree still be updated once it's back online? -Original Message- From: Edward L. Fox [mailto:[EMAIL PROTECTED] Maybe we should go to Subversion at SourceForge after all, since their SVN servers are not experiencing

CVS updated?

2006-04-18 Thread Edward L. Fox
Is the idea that this is a complete switch to SVN, or will the CVS tree still be updated once it's back online? I'm not sure at this moment. Bram and other VIM developers uses not only CVS it self, but also a lot of other scripts which relies strongly on the output information of cvs. So

Re: Possible utf-8 bug

2006-04-18 Thread Benji Fisher
On Tue, Apr 18, 2006 at 12:40:17PM +0200, Bram Moolenaar wrote: Srinath Avadhanula wrote: I found the following difference in behavior between vim6 and vim7: 1. Open a buffer (vim -u NONE) 2. :set encoding=utf8 3. Type some stuff 4. Type the following in insert mode:

Re: svn ready

2006-04-18 Thread George Reilly
I ran mkdir vim7 svn co https://svn.sourceforge.net/svnroot/vim/vim7 and I now have the latest sources on my machine. Thanks, Edward! -- /George V. Reilly mailto:[EMAIL PROTECTED] http://www.georgevreilly.com/blog/ - Original Message - From: Edward L. Fox [EMAIL PROTECTED]

Re: Wrong filename encoding in tab page labels (gVim 7.0e)

2006-04-18 Thread Bram Moolenaar
Valery Kondakoff wrote: The text in Russian language is displayed in wrong encoding in GUI tab page labels. (gVim 7.0e beta) The same filename is displayed correctly in gVim window title, is statuds line and in the footer. Here is a screenshot to illustrate the problem:

Re: Vim 7 (gtk) issues

2006-04-18 Thread Marc E.
On Wed, 2006-04-19 at 00:08 +0200, Ali Akcaagac wrote: On Tue, 2006-04-18 at 14:37 -0700, Marc E. wrote: Why was the HIG horribly overriden?, I see no reason at all of doing this in Linux, it just makes GTK users who are used to their normal button order click the wrong button everytime.

Re: gVim 7.0d bug refreshing guitablabel initialized by autocmd

2006-04-18 Thread Steve Hall
On Tue, 2006-04-18 at 12:40 +0200, Bram Moolenaar wrote: Steve Hall wrote: I'm seeing a gVim 7.0d (GTK2) bug in refreshing the GUI tab bar. When a guitablabel is set by autocmd (VimEnter, BufEnter, etc), the results aren't actually shown until the Vim window is refreshed, such

Re: Can't compile gui version with xorg

2006-04-18 Thread Anthony Campbell
On 17 Apr 2006, Thor Andreassen wrote: On Mon, Apr 17, 2006 at 06:01:23PM +0100, Anthony Campbell wrote: On 17 Apr 2006, Thor Andreassen wrote: On Mon, Apr 17, 2006 at 04:29:30PM +0100, Anthony Campbell wrote: On 17 Apr 2006, Thomas Adam wrote: --- Anthony Campbell [EMAIL

GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Yi Qiang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Using gvim, I find it very irritating that the Open File dialog always defaults to $HOME instead of the last browsed directory. Is there a way to change this behavior (it is not a limitation of the gtk file chooser) ? Thanks in advance, Yi

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Eric Arnold
You probably need to give your system specs. The WinXP gvim does remember the last directory used. I don't know how to change the behavior of the default GUI open button, but you can create your own GUI buttons using Vim scripts. As a suggestion, you might consider using the : prompt to open

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Yakov Lerner
On 4/18/06, Yi Qiang [EMAIL PROTECTED] wrote: Using gvim, I find it very irritating that the Open File dialog always defaults to $HOME instead of the last browsed directory. Is there a way to change this behavior (it is not a limitation of the gtk file chooser) ? In my linux/gtk gvim, file

Re: Can't compile gui version with xorg

2006-04-18 Thread Mark Woodward
Hi Anthony, On Mon, 17 Apr 2006 16:09:12 +0100 Anthony Campbell [EMAIL PROTECTED] wrote: I want to compile vim6.4 for my recently upgraded xorg. This is because the Debian packages all lack the help.txt file for some reason, even though I've installed vim-doc. But vim compiles without the

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Mark Woodward
On Tue, 18 Apr 2006 00:03:13 -0700 Yi Qiang [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Using gvim, I find it very irritating that the Open File dialog always defaults to $HOME instead of the last browsed directory. Is there a way to change this behavior

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Mark Woodward
Hi Yi Qiang, On Tue, 18 Apr 2006 00:03:13 -0700 Yi Qiang [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Using gvim, I find it very irritating that the Open File dialog always defaults to $HOME instead of the last browsed directory. Is there a way to change

help.txt and debian (was: Re: Can't compile gui version with xorg)

2006-04-18 Thread James Oliver
Hi, On 4/17/06, Anthony Campbell [EMAIL PROTECTED] wrote: I want to compile vim6.4 for my recently upgraded xorg. This is because the Debian packages all lack the help.txt file for some reason, even though I've installed vim-doc. I've got the file in /usr/share/vim/vim64/doc/help.txt using

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Bram Moolenaar
Yi Qiang wrote: Using gvim, I find it very irritating that the Open File dialog always defaults to $HOME instead of the last browsed directory. Is there a way to change this behavior (it is not a limitation of the gtk file chooser) ? The 'browsedir' option should be of help. -- Why is it

Re: help.txt and debian (was: Re: Can't compile gui version with xorg)

2006-04-18 Thread Mark Woodward
Hi James, On Tue, 18 Apr 2006 12:35:28 +0200 James Oliver [EMAIL PROTECTED] wrote: Hi, On 4/17/06, Anthony Campbell [EMAIL PROTECTED] wrote: I want to compile vim6.4 for my recently upgraded xorg. This is because the Debian packages all lack the help.txt file for some reason, even

Loaded + unlisted buffers?

2006-04-18 Thread Eric Arnold
I just noticed that no-name buffers can be unlisted, loaded, modified, etc. all at once. What's that about?

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Charles E Campbell Jr
Yi Qiang wrote: Using gvim, I find it very irritating that the Open File dialog always defaults to $HOME instead of the last browsed directory. Is there a way to change this behavior (it is not a limitation of the gtk file chooser) ? Does :help g:netrw_keepdir and :help netrw-c help you

vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Yakov Lerner
I wonder if anybody tried to build win32 native gvim with mingw or/and cygwin (the native win32 gui vim). Yakov

Re: vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Georg Dahn
Hi! I wonder if anybody tried to build win32 native gvim with mingw or/and cygwin (the native win32 gui vim). Before I switched to the free MS compiler (I follow George Reilly's instructions) I had built gVim and Vim with native MinGW. I have never had any problems. IMHO building Vim with

Re: vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Steve Hall
From: Yakov Lerner, Apr 18, 2006 12:08 PM I wonder if anybody tried to build win32 native gvim with mingw or/and cygwin (the native win32 gui vim). I've been building Windows packages with Cygwin since the middle of last year: http://cream.sourceforge.net/vim.html The latest beta 7.0e

Re: vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Yakov Lerner
Thanks everybody who answered. Yakov

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Yi Qiang
Bram Moolenaar wrote: I have never seen that error. Possibly a bug in GTK? What version of gtk2 are you using? I have gtk2 2.8.17 installed. If anyone else can reproduce it or let me know of a gtk2 version that it works with let me know. Yi

syntax omnicomplete and case sensitivity

2006-04-18 Thread David Fishburn
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Einspanjer Sent: Sunday, April 09, 2006 9:45 PM To: vim@vim.org Subject: Re: Getting omnicomplete to work with my SQL dialect syntax? David.Fishburn at sybase.com writes: In the meantime, for what you

Re: GVim File Dialog -- Remeber last opened directory?

2006-04-18 Thread Benji Fisher
On Tue, Apr 18, 2006 at 11:05:22AM -0700, Yi Qiang wrote: Bram Moolenaar wrote: The 'browsedir' option should be of help. On Linux with the latest vim7 build I get: (gvim:14701): Gtk-CRITICAL **: gtk_file_system_unix_get_folder: assertion `g_path_is_absolute (filename)' failed when I

Re: intermitent SEGV with gvim 6.4

2006-04-18 Thread Benji Fisher
On Tue, Apr 18, 2006 at 09:35:16PM -0300, Luis A. Florit wrote: Pals, I upgraded to FC5 recently, and it comes with vim 6.4 (gcc-4.1.0). I am getting the same crash error as another user in gvim: Vim: Caught deadly signal SEGV Vim: Finished. but it seems to be a completely

Re: vim70e - ruby syntax error

2006-04-18 Thread Benji Fisher
On Tue, Apr 18, 2006 at 11:04:45PM -0400, David Fishburn wrote: Running gvim dave.rb Displays the following errors (on WinXP SP2): Error detected while processing C:\Vim\vimfiles\after\ftplugin\ruby.vim: line 11: E171: Missing :endif E73: tag stack empty Dave I think that

resolving ctags conflict: emacs/vim

2006-04-18 Thread Tim Johnson
Hi: I use both vim and emacs. I just installed a new emacs, and now get the following error now from vim: Incorrect Version of Ctags (emacs installation also installs a different `ctags') And have now downloaded ctags-5.5.4.tar.gz to re-install. Question: Can I install Exuberant Ctags in a

Re: cannot delete existing text in insert-mode

2006-04-18 Thread Gerald Lai
On Tue, 18 Apr 2006, Sorav Bansal wrote: In my environment, I am unable to delete existing text using Backspace key in insert mode. The Backspace key works fine on newly added text. Why is this happening and how can I correct this? See :help 'backspace'. Also, please take a look at the Vim

Re: cannot delete existing text in insert-mode

2006-04-18 Thread panshizhu
:help 'backspace' Hope that helps. -- Sincerely Pan, Shizhu. ext: 2221 Sorav Bansal [EMAIL PROTECTED] wrote on 2006.04.19 13:37:06: In my environment, I am unable to delete existing text using Backspace key in insert mode. The Backspace key works fine on newly added text. Why is this