Re: vim filetype detection (was Re: Vim colour syntax)

2007-02-10 Thread Chris Bannister
On Tue, Feb 06, 2007 at 03:27:02AM -0500, Manu Hack wrote: > >I noticed that vim-latexsuite no longer worked with vim 7.x whereas it > >was working with vim 6.x. Filed a bug against vim-latexsuite but no > >reply. > > yes, I reported the F5 problem and maybe they are working on it. Interesting. I

Re: vim filetype detection (was Re: Vim colour syntax)

2007-02-06 Thread Manu Hack
I noticed that vim-latexsuite no longer worked with vim 7.x whereas it was working with vim 6.x. Filed a bug against vim-latexsuite but no reply. yes, I reported the F5 problem and maybe they are working on it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

vim filetype detection (was Re: Vim colour syntax)

2007-02-05 Thread Chris Bannister
On Sun, Feb 04, 2007 at 10:45:08PM -0500, Stephen wrote: > > seems autodetection of the filetype is not working (?) > > Yup. I'm surprised that no one else upgrading from Sarge to Etch has > experienced this either. I had a vanilla Sarge. I noticed that vim-latexsuite no longer worked with vim 7

Re: [Solved (sorta)] Vim colour syntax

2007-02-05 Thread Stephen
Update: Getting a little frustrated, I aptitude purged all my vim files. I then re-installed 'vim vim-common vim-runtime'. I now have colour syntax hi-lighting back. I know it's not the proper way to fix things, but damn, I tried to do it the right way. Thanks again for the assistance ! -- Re

Re: Vim colour syntax

2007-02-05 Thread Stephen
On Mon, Feb 05, 2007 at 06:35:29PM -0500 or thereabouts, cga2000 wrote: > On Sun, Feb 04, 2007 at 03:26:42PM EST, Stephen wrote: > > On Sun, Feb 04, 2007 at 12:55:01PM -0500 or thereabouts, Michael Pobega > > wrote: > > > > > I'm not asking for help, I'm offering it. I think the problem is just

Re: Vim colour syntax

2007-02-05 Thread cga2000
On Sun, Feb 04, 2007 at 03:26:42PM EST, Stephen wrote: > On Sun, Feb 04, 2007 at 12:55:01PM -0500 or thereabouts, Michael Pobega wrote: > > > I'm not asking for help, I'm offering it. I think the problem is just a > > Debian based distro thing, because none of them come with vim-full > > insta

Re: Vim colour syntax

2007-02-05 Thread Stephen
On Mon, Feb 05, 2007 at 04:21:16PM +0800 or thereabouts, breeze50 wrote: > I think the version you installed is vim-tiny, it don't include > [syntax] function. Actually no, but I would have agreed with you earlier on in this thread, when I installed vim-full. I guess you haven't bothered reading

Re: Vim colour syntax

2007-02-05 Thread Stephen
On Mon, Feb 05, 2007 at 09:28:06PM +1300 or thereabouts, Chris Bannister wrote: Hi Chris: > What type of file are you trying to edit? What error message do you get? > Is this with a clean .vimrc file? Yes, the skeleton sample from the install, and I've been trying this primarily on *.php files,

Re: Vim colour syntax

2007-02-05 Thread breeze50
2007/2/5, Chris Bannister <[EMAIL PROTECTED]>: On Sat, Feb 03, 2007 at 08:53:27PM -0500, Stephen wrote: > On Sun, Feb 04, 2007 at 12:31:29AM + or thereabouts, Liam O'Toole wrote: > > On Sat, 3 Feb 2007 01:44:18 -0500 > > Stephen <[EMAIL PROTECTED]> wrote: > > > > > Hello Friends: > > > > > >

Re: Vim colour syntax

2007-02-05 Thread Chris Bannister
On Sat, Feb 03, 2007 at 08:53:27PM -0500, Stephen wrote: > On Sun, Feb 04, 2007 at 12:31:29AM + or thereabouts, Liam O'Toole wrote: > > On Sat, 3 Feb 2007 01:44:18 -0500 > > Stephen <[EMAIL PROTECTED]> wrote: > > > > > Hello Friends: > > > > > > After upgrading to Etch, vim doesn't show colou

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 09:56:26PM -0500 or thereabouts, cga2000 wrote: > On Sun, Feb 04, 2007 at 08:54:18PM EST, Stephen wrote: [ ...] > > That didn't produce anything. > > I meant :colorscheme + .. not :colorscheme + Yup that's what I did. > But that could very well be the case .. I don't h

Re: Vim colour syntax

2007-02-04 Thread cga2000
On Sun, Feb 04, 2007 at 08:54:18PM EST, Stephen wrote: > On Sun, Feb 04, 2007 at 07:42:28PM -0500 or thereabouts, cga2000 wrote: > > [ ...] > > > In vim, you could try: > > > > :colorscheme > > That didn't produce anything. I meant :colorscheme + .. not :colorscheme + But that could very wel

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 07:42:28PM -0500 or thereabouts, cga2000 wrote: [ ...] > In vim, you could try: > > :colorscheme That didn't produce anything. I'm been playing around with this on my own a bit. When I ':syntax enable' I'm returned; Error detected while processing /usr/

Re: Vim colour syntax

2007-02-04 Thread cga2000
On Sun, Feb 04, 2007 at 03:20:25PM EST, Stephen wrote: > On Sun, Feb 04, 2007 at 12:12:38PM -0500 or thereabouts, cga2000 wrote: > > > Other things the OP could check: > > OK I'm trying the following on a *.php file. > > > :set compatible? > > nocompatible looks ok -- vim has a "bare vi" mode

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 01:10:53PM -0500 or thereabouts, cga2000 wrote: > I thought the OP had already tried the vim-full fix. I did/had. [ ...] > I was suggesting a different approach -- ie. ask the vim list where you > will quickly be provided with info as to the various options you have > as

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 12:55:01PM -0500 or thereabouts, Michael Pobega wrote: > I'm not asking for help, I'm offering it. I think the problem is just a > Debian based distro thing, because none of them come with vim-full > installed by default (As far as I know). vim-full is the package you

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 12:12:38PM -0500 or thereabouts, cga2000 wrote: > Other things the OP could check: OK I'm trying the following on a *.php file. > :set compatible? nocompatible > :set t_Co? t_Co=8 > :echo g:colors_name Two errors. E121: Undefined variable: g:colors_name E15: Invali

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 09:58:08AM -0500 or thereabouts, cga2000 wrote: > On Sat, Feb 03, 2007 at 08:51:03PM EST, Stephen wrote: > > I'm baffled, I've searched in the suspect places, but I don't see anything > > obvious, (at least to me). > > output of: > > $ vim --version OK cga2000, you aske

Re: Vim colour syntax

2007-02-04 Thread cga2000
On Sun, Feb 04, 2007 at 12:55:01PM EST, Michael Pobega wrote: > cga2000 wrote: > >You should have posted on the vim@vim.org mailing list. > I'm not asking for help, I'm offering it. I thought the OP had already tried the vim-full fix. > I think the problem is just a Debian based distro t

Re: Vim colour syntax

2007-02-04 Thread Michael Pobega
cga2000 wrote: On Sun, Feb 04, 2007 at 10:59:47AM EST, Michael Pobega wrote: cga2000 wrote: On Sat, Feb 03, 2007 at 08:51:03PM EST, Stephen wrote: output of: $ vim --version ? Actually, just /sudo aptitude install vim-full. ??? among other things, v

Re: Vim colour syntax

2007-02-04 Thread cga2000
On Sun, Feb 04, 2007 at 10:59:47AM EST, Michael Pobega wrote: > cga2000 wrote: > >On Sat, Feb 03, 2007 at 08:51:03PM EST, Stephen wrote: > >output of: > > > >$ vim --version > > > >? > Actually, just /sudo aptitude install vim-full/. ??? among other things, vim --version lists the capabiliti

Re: Vim colour syntax

2007-02-04 Thread Michael Pobega
cga2000 wrote: On Sat, Feb 03, 2007 at 08:51:03PM EST, Stephen wrote: On Sat, Feb 03, 2007 at 05:32:35PM +0100 or thereabouts, Mathias Brodala wrote: I've checked all the places I can find a vimrc and/or .vimrc, ensuring that each has 'syntax on'. Still, I'm not getting syntax colourin

Re: Vim colour syntax

2007-02-04 Thread Stephen
On Sun, Feb 04, 2007 at 08:15:43AM +0200 or thereabouts, Mehmet Fatih Akbulut wrote: > hi again, Hi Mehmet: > these are the packages installed on my system related with vim. > and with the 'vimrc' file that i sent in my previous mail, everything works > great. Interesting, I have the same, ex

Re: Vim colour syntax

2007-02-04 Thread cga2000
On Sat, Feb 03, 2007 at 08:51:03PM EST, Stephen wrote: > On Sat, Feb 03, 2007 at 05:32:35PM +0100 or thereabouts, Mathias Brodala > wrote: > > > >>> I've checked all the places I can find a vimrc and/or .vimrc, ensuring > > >>> that > > >>> each has 'syntax on'. Still, I'm not getting syntax col

Re: Vim colour syntax

2007-02-03 Thread Mehmet Fatih Akbulut
hi again, [~]> dpkg -l vim* | grep ii ii vim-common 7.0-164+3 Vi IMproved - Common files ii vim-full 7.0-164+3 Vi IMproved - enhanced vi editor - full fled ii vim-gui-common 7.0-164+3 Vi IMproved - Common GUI files ii vim-runtime7.0-164+3 Vi IMproved - Runtim

Re: Vim colour syntax

2007-02-03 Thread Stephen
On Sun, Feb 04, 2007 at 12:58:22AM +0200 or thereabouts, Mehmet Fatih Akbulut wrote: > put the attached file in your home directory as .vimrc > it contains a lot of useful options (syntax highlight, line numbers, cursor > position ... etc) for vim. Mehmet: Thanks. I tried it out, still no colour

Re: Vim colour syntax

2007-02-03 Thread Stephen
On Sun, Feb 04, 2007 at 12:31:29AM + or thereabouts, Liam O'Toole wrote: > On Sat, 3 Feb 2007 01:44:18 -0500 > Stephen <[EMAIL PROTECTED]> wrote: > > > Hello Friends: > > > > After upgrading to Etch, vim doesn't show colour syntax anymore. > > > > I've checked all the places I can find a vim

Re: Vim colour syntax

2007-02-03 Thread Stephen
On Sat, Feb 03, 2007 at 05:32:35PM +0100 or thereabouts, Mathias Brodala wrote: > >>> I've checked all the places I can find a vimrc and/or .vimrc, ensuring > >>> that > >>> each has 'syntax on'. Still, I'm not getting syntax colouring. > > > >> apt-get install vim-runtime > > > > I had|have th

Re: Vim colour syntax

2007-02-03 Thread Liam O'Toole
On Sat, 3 Feb 2007 01:44:18 -0500 Stephen <[EMAIL PROTECTED]> wrote: > Hello Friends: > > After upgrading to Etch, vim doesn't show colour syntax anymore. > > I've checked all the places I can find a vimrc and/or .vimrc, > ensuring that each has 'syntax on'. Still, I'm not getting syntax > colou

Re: Vim colour syntax

2007-02-03 Thread Mehmet Fatih Akbulut
put the attached file in your home directory as .vimrc it contains a lot of useful options (syntax highlight, line numbers, cursor position ... etc) for vim. On 2/3/07, Stephen <[EMAIL PROTECTED]> wrote: Hello Friends: After upgrading to Etch, vim doesn't show colour syntax anymore. I've chec

Re: Vim colour syntax

2007-02-03 Thread Mathias Brodala
Hello Stephen. Stephen, 03.02.2007 16:56: >> On Sat, Feb 03, 2007 at 09:30:26AM +0100 or thereabouts, Gerard Robin wrote: > >>> On Sat, Feb 03, 2007 at 01:44:18AM -0500, Stephen wrote: >>> From: Stephen <[EMAIL PROTECTED]> > >>> After upgrading to Etch, vim doesn't show colour syntax anymore. >

Re: Vim colour syntax

2007-02-03 Thread Stephen
>On Sat, Feb 03, 2007 at 09:30:26AM +0100 or thereabouts, Gerard Robin wrote: >> On Sat, Feb 03, 2007 at 01:44:18AM -0500, Stephen wrote: >>From: Stephen <[EMAIL PROTECTED]> >> After upgrading to Etch, vim doesn't show colour syntax anymore. >>I've checked all the places I can find a vimrc and/o

Re: Vim colour syntax

2007-02-03 Thread Gerard Robin
On Sat, Feb 03, 2007 at 01:44:18AM -0500, Stephen wrote: From: Stephen <[EMAIL PROTECTED]> To: debian Subject: Vim colour syntax After upgrading to Etch, vim doesn't show colour syntax anymore. I've checked all the places I can find a vimrc and/or .vimrc, ensuring that eac

Vim colour syntax

2007-02-02 Thread Stephen
Hello Friends: After upgrading to Etch, vim doesn't show colour syntax anymore. I've checked all the places I can find a vimrc and/or .vimrc, ensuring that each has 'syntax on'. Still, I'm not getting syntax colouring. Any ideas? -- Regards Stephen A.