Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 87019 - 87048 of 97002   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87019
Hi All, Using ":setlocal spell spellang=en_US" (as advised from :help spell- quickstart) I get with following example docbook: ... <!-- <para> (A)sistem is...
haron
anton.sharonov@...
Send Email
Feb 1, 2008
12:17 pm
87020
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...
Volker Glave
volker.glave@...
Send Email
Feb 1, 2008
1:42 pm
87021
... Try ... -ap -- Ich hab geträumt, der Krieg wär vorbei. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
A.Politz
politza@...
Send Email
Feb 1, 2008
1:55 pm
87022
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...
seth
vim_3468@...
Send Email
Feb 1, 2008
2:56 pm
87023
... 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...
Gene Kwiecinski
gkwiecinski@...
Send Email
Feb 1, 2008
4:49 pm
87024
... <C-L> works for me and is what I was actually going to suggest. -ap -- Ich hab geträumt, der Krieg wär vorbei. ...
A.Politz
politza@...
Send Email
Feb 1, 2008
7:42 pm
87025
... 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; ...
Szabolcs
szhorvat@...
Send Email
Feb 1, 2008
10:20 pm
87026
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 ...
seth
vim_3468@...
Send Email
Feb 1, 2008
10:48 pm
87027
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 ...
Mick Charles Beaver
myheartinamerica@...
Send Email
Feb 1, 2008
11:30 pm
87028
... 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...
Tim Chase
vim@...
Send Email
Feb 1, 2008
11:41 pm
87029
Picture of NetBeans editor: http://www.8mobile.org/blog/images/netbeans.jpg --~--~---------~--~----~------------~-------~--~----~ You received this message...
Mick Charles Beaver
myheartinamerica@...
Send Email
Feb 1, 2008
11:46 pm
87030
... 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 ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 2, 2008
1:33 pm
87031
... Setting pastetoggle to F1 was the best thing I ever did :) SCNR, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message...
Richard Hartmann
richih.mailinglist@...
Send Email
Feb 2, 2008
4:40 pm
87032
... --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Richard Hartmann
richih.mailinglist@...
Send Email
Feb 2, 2008
4:42 pm
87033
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 2, 2008
4:51 pm
87034
... 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...
Bram Moolenaar
Bram@...
Send Email
Feb 2, 2008
6:19 pm
87035
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...
key.vim@...
Send Email
Feb 2, 2008
9:00 pm
87036
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...
mathneuro
mathneuro@...
Send Email
Feb 2, 2008
9:13 pm
87037
Hello ... should do the trick. Regards, Andreas...
Andreas Müller
andrmuel@...
Send Email
Feb 2, 2008
9:31 pm
87038
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...
Andreas Müller
andrmuel@...
Send Email
Feb 2, 2008
9:47 pm
87039
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 ...
Bernhard Walle
bernhard.walle@...
Send Email
Feb 2, 2008
10:29 pm
87040
... Thanks for the tips and mappings. I'm still pretty new to LaTeX. What is the advantage of pdflatex over dvipdf? Thanks RD ...
BartlebyScrivener
bscrivener42@...
Send Email
Feb 3, 2008
12:41 am
87041
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...
Matt Wozniski
mjw@...
Send Email
Feb 3, 2008
3:50 am
87042
... 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...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 3, 2008
8:25 am
87043
... 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...
Mika Fischer
mf+vim@...
Send Email
Feb 3, 2008
9:53 am
87044
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...
Ciccio Bodoni
ciccio.bodoni@...
Send Email
Feb 3, 2008
2:13 pm
87045
... Is gnome-terminal still slow as hell ? -ap -- Ich hab geträumt, der Krieg wär vorbei. --~--~---------~--~----~------------~-------~--~----~ You received...
A.Politz
politza@...
Send Email
Feb 3, 2008
3:05 pm
87046
... 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...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Feb 3, 2008
3:09 pm
87047
... 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 ... ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Feb 3, 2008
3:16 pm
87048
... 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...
thomas
micathom@...
Send Email
Feb 3, 2008
3:19 pm
Messages 87019 - 87048 of 97002   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help