Hi All, Using ":setlocal spell spellang=en_US" (as advised from :help spell- quickstart) I get with following example docbook: ... <!-- <para> (A)sistem is...
87020
Volker Glave
volker.glave@...
Feb 1, 2008 1:42 pm
There's a toggle.vim plugin here doing mappings ... But instead as it seems the mapping goes to <C-T> ... ... ... so I'm losing default Ctrl-T (Jump to older...
87021
A.Politz
politza@...
Feb 1, 2008 1:55 pm
... Try ... -ap -- Ich hab geträumt, der Krieg wär vorbei. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
87022
seth
vim_3468@...
Feb 1, 2008 2:56 pm
hi! i want to use "matchit" to match begin and end of functions in matlab. the begin is indicated by keyword "function". the end is implicitly defined by next...
87023
Gene Kwiecinski
gkwiecinski@...
Feb 1, 2008 4:49 pm
... warning ... Well, yeah, but the *reason* you do it "backwards", ie, compare the constant with the variable instead of the variable to the constant, is in...
87024
A.Politz
politza@...
Feb 1, 2008 7:42 pm
... <C-L> works for me and is what I was actually going to suggest. -ap -- Ich hab geträumt, der Krieg wär vorbei. ...
87025
Szabolcs
szhorvat@...
Feb 1, 2008 10:20 pm
... This is not entirely correct ... A function can be terminated with "end", and nested functions are legal: function y = myfun(x) function h = g(k) h = k*k; ...
87026
seth
vim_3468@...
Feb 1, 2008 10:48 pm
hi! ... of course. ... i just wanted to simplify my question as much as possible. and so the answer of A.Politz was the clarification i needed. prosit seth ...
87027
Mick Charles Beaver
myheartinamerica@...
Feb 1, 2008 11:30 pm
Hello, Is it possible to create a vertical ruler in Vim? Basically, I'd like a dotted line at column 80, like in the NetBeans editor. Thanks, Mick ...
87028
Tim Chase
vim@...
Feb 1, 2008 11:41 pm
... Heh, for some reason when I read the first part, I thought you were asking for a vertical ruler to note how far down in your file you are...those are...
87029
Mick Charles Beaver
myheartinamerica@...
Feb 1, 2008 11:46 pm
Picture of NetBeans editor: http://www.8mobile.org/blog/images/netbeans.jpg --~--~---------~--~----~------------~-------~--~----~ You received this message...
87030
Tony Mechelynck
antoine.mechelynck@...
Feb 2, 2008 1:33 pm
... IIUC, when x is a letter, C-x is represented as (x and 0x1F) regardless of whether x is upper- or lower-case: Ctrl-a and Ctrl-A are both 0x01, Ctrl-b and ...
87031
Richard Hartmann
richih.mailinglist@...
Feb 2, 2008 4:40 pm
... Setting pastetoggle to F1 was the best thing I ever did :) SCNR, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message...
87032
Richard Hartmann
richih.mailinglist@...
Feb 2, 2008 4:42 pm
... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
87033
Tony Mechelynck
antoine.mechelynck@...
Feb 2, 2008 4:51 pm
... About why autoresponders are bad and how to avoid them, see http://www.spamcop.net/fom-serve/cache/329.html Best regards, Tony. -- "Why was I born with...
87034
Bram Moolenaar
Bram@...
Feb 2, 2008 6:19 pm
... Sounds like a bug. Can you give a minimal example of how to reproduce this? -- Never under any circumstances take a sleeping pill and a laxative on the...
87035
key.vim@...
Feb 2, 2008 9:00 pm
Hi, I have the following problem: Working on C++ code, I use test cases for my software. So every time I compile, the test log changes. In vim, I have that...
87036
mathneuro
mathneuro@...
Feb 2, 2008 9:13 pm
Hello, I currently have the following lines in my .vimrc: map ,p :!pdflatex % & map ,b :!bibtex % & map ,v :!open %<.pdf & map ,t :w !pdflatex % & They serve...
87037
Andreas Müller
andrmuel@...
Feb 2, 2008 9:31 pm
Hello ... should do the trick. Regards, Andreas...
87038
Andreas Müller
andrmuel@...
Feb 2, 2008 9:47 pm
Hello ... ... I use grep to remove everything that I don't want, and the file-line-error switch of pdflatex to easily recognize everything I want. From my...
87039
Bernhard Walle
bernhard.walle@...
Feb 2, 2008 10:29 pm
Hello Mika, ... I think this is not possible. You have to change the cursor color in the terminal application. Which terminal do you use? For example it's ...
87040
BartlebyScrivener
bscrivener42@...
Feb 3, 2008 12:41 am
... Thanks for the tips and mappings. I'm still pretty new to LaTeX. What is the advantage of pdflatex over dvipdf? Thanks RD ...
87041
Matt Wozniski
mjw@...
Feb 3, 2008 3:50 am
On Feb 2, 2008 4:31 PM, Andreas Müller wrote:
> Hello
>
> > I have the following problem: Working on C++ code, I use test cases
> > for my software. So every...
87042
Tony Mechelynck
antoine.mechelynck@...
Feb 3, 2008 8:25 am
... If you want to apply it only to the specific buffer, then use ... or in short ... (":set" sets it globally). You can also set it for all edits of one...
87043
Mika Fischer
mf+vim@...
Feb 3, 2008 9:53 am
... Ah, thanks for the hint. This almost works, in that it works for every cursor color except Black (I'm using a black on white terminal). When I set...
87044
Ciccio Bodoni
ciccio.bodoni@...
Feb 3, 2008 2:13 pm
Hi, I'm using gvim in Italian on Windows XP SP2 (Italian + Italian keyboard) with the Consolas font. At my workplace all other developers have Textmate for Mac...
87045
A.Politz
politza@...
Feb 3, 2008 3:05 pm
... Is gnome-terminal still slow as hell ? -ap -- Ich hab geträumt, der Krieg wär vorbei. --~--~---------~--~----~------------~-------~--~----~ You received...
87046
Ben Schmidt
mail_ben_schmidt@...
Feb 3, 2008 3:09 pm
... Piece of cake! In (g)vim, find out where your home directory is by issuing ... Then create a file in that directory called _vimrc and put this in it: set...
87047
Tony Mechelynck
antoine.mechelynck@...
Feb 3, 2008 3:16 pm
... By default, Vim will detect the kind of line endings used on existing files and respect it; for new files or if you want to change the EOL for a given ... ...
87048
thomas
micathom@...
Feb 3, 2008 3:19 pm
... I don't use the vim-latex Suite but maybe you could use :menutranlate for this. E.g. menutranlate Latex\.Symbols\.Pi Latex\.Symbols\.¶ You'd still have to...