Re: [vim 7.0d bug] Gtk asserts errors when hitting

2006-04-11 Thread Benji Fisher
On Tue, Apr 11, 2006 at 02:02:10PM -0700, Xavier de Gaye wrote: > I am running Vim 7.0d on FC3. > > 1 - the file 'no_m.vim' contains only the following line where 'm' has > been removed from the default guioptions option: > > set guioptions=agirLtT > > > 2 - run gvim with the following invocati

Syntax file problem

2006-04-11 Thread Johannes Ranke
Hi all, Maybe someone could shed some light on why the attached syntax file does not work, i.e. R code is not highlighted in code chunks embedded in Latex files? I am attaching an example file as well. Best regards, Johannes -- Dr. Johannes Ranke [EMAIL PROTECTED] UFT Bremen,

ezmlm is broken; it can't unsibscribe me, it seems

2006-04-11 Thread Eben Oldmixon
I VERY much hate to bother the while list, but I do not know how else to draw attention to the shortcomings of ezmlm. I have tried to unsubscribe from the mailing list for about three months, now, but unsucessfully. First, I tried to dodge the flood of news (which I like but which was hiding

[vim 7.0d bug] Gtk asserts errors when hitting

2006-04-11 Thread Xavier de Gaye
I am running Vim 7.0d on FC3. 1 - the file 'no_m.vim' contains only the following line where 'm' has been removed from the default guioptions option: set guioptions=agirLtT 2 - run gvim with the following invocation: $ gvim -u no_m.vim -U NONE 3 - hit : The following messages are displayed

Re: has anybody done syntax highlighting for linux Kconfig files ?

2006-04-11 Thread Nikolai Weibull
On 4/11/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: > On 4/11/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > > As per your request, here's a syntax/kconfig.vim. > > Nice job Nikolai, thanks. > I went though all 2.6 Kconfig files and noticed some mishighlightings. > I extracted them into the attch

Re: vim 7.0d segfault while opening .vimrc in cwd

2006-04-11 Thread Stefano Zacchiroli
On Tue, Apr 11, 2006 at 08:00:39PM +0200, Bram Moolenaar wrote: > I think this patch should fix it, please verify: The patch indeed fixed the problem. Thanks. -- Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy [EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bonon

Re: vim --help starts Vim when built with gnome gui

2006-04-11 Thread Bram Moolenaar
Jame Vega wrote: > I've noticed this for a little while with the vim7 snapshots. If > X is unreachable (either because $DISPLAY is unset or is set to > something that can't be reached), "vim --help" will display the help > except for the Gnome-specific section, the E233 error message and then >

Re: vim 7.0d segfault while opening .vimrc in cwd

2006-04-11 Thread Bram Moolenaar
Stefano Zacchiroli wrote: > Here's how to reproduce: > > ~$ cd > ~$ ls -al .vimrc > -rw-r--r-- 1 zack zack 2240 2006-03-27 10:11 .vimrc > ~$ vim > ~$ # vim started and exited fine > ~$ mkdir foo > ~$ cd foo > ~/foo$ touch .vimrc > ~/foo$ vim > > Vim: Caught deadly signal SEG

vim --help starts Vim when built with gnome gui

2006-04-11 Thread James Vega
I've noticed this for a little while with the vim7 snapshots. If X is unreachable (either because $DISPLAY is unset or is set to something that can't be reached), "vim --help" will display the help except for the Gnome-specific section, the E233 error message and then start Vim. If X is reachable

vim 7.0d segfault while opening .vimrc in cwd

2006-04-11 Thread Stefano Zacchiroli
Here's how to reproduce: ~$ cd ~$ ls -al .vimrc -rw-r--r-- 1 zack zack 2240 2006-03-27 10:11 .vimrc ~$ vim ~$ # vim started and exited fine ~$ mkdir foo ~$ cd foo ~/foo$ touch .vimrc ~/foo$ vim Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault According to

Re: Vim version 7.0d BETA has been released

2006-04-11 Thread Mikolaj Machowski
Dnia wtorek, 11 kwietnia 2006 15:09, Vince Negri napisaƂ: > Is it just me, or are there CVS problems with SF again? Yes :( m.

Re: Vim version 7.0d BETA has been released

2006-04-11 Thread James Vega
On Tue, Apr 11, 2006 at 02:09:44PM +0100, Vince Negri wrote: > Is it just me, or are there CVS problems with SF again? > 7.0d BETA doesn't seem to have shown up on CVS yet. Sourceforge is still recovering from the CVS problems they had near the end of March/beginning of April. They haven't enabl

Re: [vim 7.0d bugs]

2006-04-11 Thread Bram Moolenaar
Pierre Habouzit wrote; > > > I've assumed that the slowness was because I > > > had /usr/share/vim/vimcurrent/spell/en.utf-8.spl (from the > > > distribution) and the one in my .vim/spell/en.utf-8.spl > > > > > > both are roughly the same size. When I suppress > > > the .vim/spell/en.utf-8.spl on

RE: Vim version 7.0d BETA has been released

2006-04-11 Thread Vince Negri
Is it just me, or are there CVS problems with SF again? 7.0d BETA doesn't seem to have shown up on CVS yet. Vince

Re: [vim 7.0d bugs]

2006-04-11 Thread Pierre Habouzit
> > > > = > > > > Bug 3 : spell is slow with 2 spellfiles > > > > = > > > > > > > > If you use mkspell to rebuild a new dictionnary, and that > > > > your vim distro provides also a spellfile for the same $lang, > >

Re: [vim 7.0d bugs]

2006-04-11 Thread Bram Moolenaar
Pierre Habouzit wrote: > > > = > > > Bug 2 : ^W-v bug still present > > > = > > > > > > I already reported it, here is how to reproduce it: > > > > > > 1. vim -u NONE -U NONE file_that_has_more_lines_than_your_term

Re: unhelpful error message

2006-04-11 Thread Bram Moolenaar
Benji Fisher wrote: > The following error message has bothered me for a while: > > :nmap :echo "foobar" > > :unmap > E31: No such mapping > > Is there any chance of adding a separate message for when a local map > exists? If not, at least add a note to the docs for E31: it suggests >

Re: has anybody done syntax highlighting for linux Kconfig files ?

2006-04-11 Thread Bram Moolenaar
Nikolai Weibull wrote: > As per your request, here's a syntax/kconfig.vim. It's rather > complete, although the documentation for the fileformat was > incomplete. Still, writing parsers using only Vim's :syntax command > is quite fun actually. The files are lit up like a christmas tree at > th