The display problem of my gvim

2008-12-14 Thread 李富荣
Hi, Please see the attachment to understand what's happening. Such wrong character rendering happens: * when I insert some character before other characters. * when I am in command mode, the flashing cursor will fuss the character it is on. But this happens only on first flash, the flashes

Re: vim and bash

2008-12-14 Thread yosi izaq
Following your responses I was able to make VIM recognize my bash aliases - a huge time saver. Thank you guys! Yosi On Fri, Dec 12, 2008 at 5:12 AM, Matt Wozniski m...@drexel.edu wrote: On Thu, Dec 11, 2008 at 11:40 AM, Gary Johnson wrote: On 2008-12-11, yosi izaq wrote: On Wed, Dec

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread kosta...@gmail.com
teTeX is a distribution, like Ubuntu is a distribution of Linux. teTeX has been deprecated. For modern distributions, see the link above. LaTeX is distribution too. You have done much deeper and correctly review of tex. Thank you. But I see another problem. What tags parser should do when

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread kosta...@gmail.com
On 13 дек, 01:53, John Beckett johnb.beck...@gmail.com wrote: So, unless someone here happens to know the solution, I think you need to ask on actagsmailing list. [1]http://vim.wikia.com/wiki/Use_Taglist_with_LaTeX_files [2]http://ctags.sourceforge.net/faq.html#14

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread kosta...@gmail.com
On 13 дек, 04:47, Ben Schmidt mail_ben_schm...@yahoo.com.au wrote: Spot on. I didn't intend to click the links, but now that you've got some of the content out in the open, perhaps I can help. Perhaps try getting the GNU regex package for Windows from here:

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread David Fishburn
On Sun, Dec 14, 2008 at 8:47 AM, David Fishburn dfishburn@gmail.com wrote: On Sat, Dec 13, 2008 at 1:14 PM, kosta...@gmail.com kosta...@gmail.com wrote: If someone could provide a small (but useful) Tex program and indicate which tags should be identified, and the rules by which to

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Ben Schmidt
kosta...@gmail.com wrote: On 13 дек, 04:47, Ben Schmidt mail_ben_schm...@yahoo.com.au wrote: Spot on. I didn't intend to click the links, but now that you've got some of the content out in the open, perhaps I can help. Perhaps try getting the GNU regex package for Windows from here:

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Markus Heidelberg
David Fishburn, 14.12.2008: If you can build ctags from source I have checked in a tex parser. You forgot to add the newly added parsers to the objects list. This caused the following linker error: parse.o:(.rodata+0x0): undefined reference to `AntParser' parse.o:(.rodata+0x28): undefined

Re: dbext and mysql odbc

2008-12-14 Thread Mansour Al Akeel
Albie, Sorry for the late reply. And Thank you, That helped me a lot. This line is what I needed dbext_default_profile_dev_mysql = 'type=MYSQL:user=root:passwd=012345:dbname=dev:host=localhost:extra=-t' The example in the tutorial, used odbc connection, and 'type=ODBC' as well which was the

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Ted Pavlic
teTeX is a distribution, like Ubuntu is a distribution of Linux. teTeX has been deprecated. For modern distributions, see the link above. LaTeX is distribution too. No, not in any useful definition of the word. That is, there are several sets of macros that are *required* in order for a

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Christian Ebert
* David Fishburn on Sunday, December 14, 2008 at 08:47:01 -0500 If you can build ctags from source I have checked in a tex parser. Nice. Thank you. However ctags fails to build with the new parsers on MacOS 10.5: gcc -o ctags args.o asm.o asp.o awk.o basic.o beta.o c.o cobol.o eiffel.o

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Markus Heidelberg
Ted Pavlic, 14.12.2008: Produces 5 types of tags: c,chapter s,section u,subsection b,subsubsection p,package What about... part (\part{Early Years}) Yes, and \paragraph and \subparagraph And what about the \minisec command from

Re: The display problem of my gvim

2008-12-14 Thread 李富荣
On Sun, Dec 14, 2008 at 11:18 PM, eesyli shenyuan...@gmail.com wrote: Is there any possibility of graphics card's problem? I don't know, but I think it unlikely. Because I didn't met any other display issue except in gvim. On 12月14日, 下午2时42分, 李富荣 leefur...@gmail.com wrote: On Sun, Dec 14,

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread David Fishburn
On Sun, Dec 14, 2008 at 11:56 AM, Markus Heidelberg markus.heidelb...@web.de wrote: Ted Pavlic, 14.12.2008: Produces 5 types of tags: c,chapter s,section u,subsection b,subsubsection p,package What about... part (\part{Early Years}) Yes,

Custom filetype.vim in shared config Win32/Cygwin

2008-12-14 Thread Michael Ludwig
I'm running Windows XP pluc Cygwin, maintaining my Vim configuration in the Cygwin home directory, and sourcing it from Windows. C:\ :: type %userprofile%\_vimrc set nocompatible source $VIMRUNTIME/vimrc_example.vim source $VIMRUNTIME/mswin.vim behave mswin Konfiguration von

Re: Does anybody use cscope together with VIM?

2008-12-14 Thread Gary Johnson
On 2008-12-14, Justin Li wrote: My Vim version is 7.2, when I install Cscope plugin, it seems that it can not use cscope command. For example, when I type :cs add /home/cciss/work/jm10.2/JM/cscope.out /home/cciss/vim72, there is a error message E319: Sorry, the command is not available in

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Ted Pavlic
By the way, I meant to put \paragraph \subparagraph in the list in the previous message (I think someone else mentioned these). Additionally, it's common to see people (or special document classes) define crazy things like \subsubsubsubsection ... It's probably not critical that you worry

Re: [OT] stable algorithm with complexity O(n)

2008-12-14 Thread David Hláčik
Thank you guys for help and support! My homework is done and waiting for grading. Here it comes - bucket sort with time complexity O(n) == linear complexity #! /usr/bin/python def sort(numbers): sort n positive integers in O(n) provided that they are all from interval [1, n^2]

Re: Custom filetype.vim in shared config Win32/Cygwin

2008-12-14 Thread Ben Schmidt
Michael Ludwig wrote: I'm running Windows XP pluc Cygwin, maintaining my Vim configuration in the Cygwin home directory, and sourcing it from Windows. C:\ :: type %userprofile%\_vimrc set nocompatible [...] source C:\cygwin\home\michael\repos5ak\config\.vimrc The loading order can

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Tony Mechelynck
On 14/12/08 14:47, David Fishburn wrote: On Sat, Dec 13, 2008 at 1:14 PM, kosta...@gmail.comkosta...@gmail.com wrote: If someone could provide a small (but useful) Tex program and indicate which tags should be identified, and the rules by which to identify it, I could consider how much

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Ted Pavlic
David: When parsing C code, how do you treat #define lines, and the words they define? They are also user-defined macros. In LaTeX (and some in TeX)... \input{file} (where file may or may not have an extension) \include{file}(again) \usepackage{file} (again) \input file

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread David Fishburn
On Sun, Dec 14, 2008 at 7:10 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: ... IIUC, you don't need to recompile Exuberant Ctags to add a new language. Just add the appropriate lines to your ~/.ctags (or ~/ctags.cnf on Windows). Yes, I believe some of the howto's point out the regex

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread Tony Mechelynck
On 15/12/08 02:06, David Fishburn wrote: On Sun, Dec 14, 2008 at 7:10 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: ... IIUC, you don't need to recompile Exuberant Ctags to add a new language. Just add the appropriate lines to your ~/.ctags (or ~/ctags.cnf on Windows). Yes, I

Re: Use ctags and taglist plugins for LaTeX

2008-12-14 Thread David Fishburn
Produces 5 types of tags: c,chapter s,section u,subsection b,subsubsection p,package Current SVN (revision 698) now supports: 'c', chapter, 's', section, 'u', subsection, 'b', subsubsection, 'p', part,

Re: Custom filetype.vim in shared config Win32/Cygwin

2008-12-14 Thread Ben Schmidt
They're symlinked: I had a bad feeling you'd say that. There goes the easy and obvious solution! mich...@wladimir:~ :-) ls -ld .vim* lrwxrwxrwx 1 michael Kein 11 Aug 11 2007 .vim - config/.vim -rw--- 1 michael Kein 8324 Dec 14 21:42 .viminfo lrwxrwxrwx 1 michael Kein 13 Feb 22

Re: Does anybody use cscope together with VIM?

2008-12-14 Thread Tony Mechelynck
On 14/12/08 21:08, Gary Johnson wrote: On 2008-12-14, Justin Li wrote: My Vim version is 7.2, when I install Cscope plugin, it seems that it can not use cscope command. For example, when I type :cs add /home/cciss/work/jm10.2/JM/cscope.out /home/cciss/vim72, there is a error message E319:

Does anybody use cscope together with VIM?

2008-12-14 Thread eesyli
My Vim version is 7.2, when I install Cscope plugin, it seems that it can not use cscope command. For example, when I type :cs add /home/cciss/work/jm10.2/JM/ cscope.out /home/cciss/vim72, there is a error message E319: Sorry, the command is not available in this version. My guess is that the

Re: Does anybody use cscope together with VIM?

2008-12-14 Thread Tony Mechelynck
On 15/12/08 04:52, eesyli wrote: My Vim version is 7.2, when I install Cscope plugin, it seems that it can not use cscope command. For example, when I type :cs add /home/cciss/work/jm10.2/JM/ cscope.out /home/cciss/vim72, there is a error message E319: Sorry, the command is not available in

Re: Can 2html preserve the folding feature?

2008-12-14 Thread Markus Heidelberg
anhnmncb, 15.12.2008: Hello, list, I dont know if 2html can preserve the folding feature? So the transformed target html will have the folding feature too, I can fold and unfold the folding. No, it can't, but it sounds interesting. --~--~-~--~~~---~--~~

Re: Does anybody use cscope together with VIM?

2008-12-14 Thread eesyli
Thanks Gary Johnson's kind answer, the problem is solved. It is just because the cscope feature is not enabled in my VIM, when I re-configure it with --enable-cscope, and re-makere-make install. The 'cs' command can be used. Best regards, Justin On 12月15日, 上午4时08分, Gary Johnson