... Sorry for the confusion everyone: I use Arch Linux, but have a dual boot to Windows and always kinda liked the Lucida Console font, so I copied it across...
A. S. Budden
abudden@...
Mar 1, 2006 9:57 am
66265
... That should certainly work, I think. ... Well, I think it depends on what you're doing and on your tastes. In most of my longer report-style documents I...
Chris Allen
c.d.allen@...
Mar 1, 2006 10:02 am
66266
A. S. Budden wrote: [...] ... So it's a Windows font on a Linux system. Maybe that's the problem. Try using the "lucidatypewriter" (or maybe Lucida Typewriter)...
A. J. Mechelynck
antoine.mechelynck@...
Mar 1, 2006 10:08 am
66267
... So far there was one tex syntax file for both TeX and LaTeX. Splitting it up in separate syntax files has advantages and disadvantages. I think the main...
Bram Moolenaar
Bram@...
Mar 1, 2006 10:17 am
66268
... I am nervous about trying :diffsplit with 'compatible' set and none of the standard plugins, so I would recommend this variant: $ vim -u...
Benji Fisher
benji@...
Mar 1, 2006 2:26 pm
66269
... [snip] ... I do not trust CTRL- with anything other than A-Za-z . On other characters, I am willing to try it, but if it does not work, I give up. So...
Benji Fisher
benji@...
Mar 1, 2006 2:39 pm
66270
... I will update that at some point, but first I need to make some time to organize all the suggestions and problems for compiling vim on Intel macs and...
Benji Fisher
benji@...
Mar 1, 2006 2:44 pm
66271
... I just managed to make configure work with Xcode 2.2 and OS X 10.4. With a bit of luck "make" now produces a universal binary automatially (if you...
Bram Moolenaar
Bram@...
Mar 1, 2006 3:27 pm
66272
... I have not tried it. Does it work well? ... Ouch. That should be "wincmd K". Vim hangs with "wincmd J". I guess it gets into an infinite loop. ... I...
Benji Fisher
benji@...
Mar 1, 2006 3:31 pm
66273
Hello all, On the following page (http://www.freehackers.org/kvim/) I found a mention that VIM is going to support QT toolkit from 7.0. How am I supposed to...
Kyku
kwrzalik@...
Mar 1, 2006 3:48 pm
66274
... Charles Campbell maintains the (la)tex syntax file. When I asked him (a long time ago) about also supporting plain tex with the same file, he did not like...
Benji Fisher
benji@...
Mar 1, 2006 3:54 pm
66275
... That page is outdated. Just like the support for the Qt version (aka KDE version) of Vim. Since the maintenance was not happening the code was removed. ...
Bram Moolenaar
Bram@...
Mar 1, 2006 4:33 pm
66276
... What I am missing are some customizations to support writing .dtx files. -- At least a search on vim.org didn't turn up any promising results (please...
Christian Ebert
blacktrash@...
Mar 1, 2006 5:31 pm
66277
... It seems to. I have this in my ~/.vimrc, au FilterWritePre * if &diff | set virtualedit=all | endif so that I can horizontally scroll from any line in...
Gary Johnson
garyjohn@...
Mar 1, 2006 6:34 pm
66278
On Wed, 1 Mar 2006, Benji Fisher wrote: [snip] ... To place the cursor at the beginning of the search occurence, remove ... The anchors for start and...
Gerald Lai
laige@...
Mar 1, 2006 6:55 pm
66279
... Is this related to the bug I mentioned a few days ago? I built Vim on X.4.4 with -O2 and -g, and here is the backtrace I got from the segfault: (gdb) bt #0...
Alan Schmitt
alan.schmitt@...
Mar 1, 2006 7:34 pm
66280
... Yep, the problem appears in expand_filename(). ... With the current snapshot it's a matter of running "make". Configure should figure out everything, as...
Bram Moolenaar
Bram@...
Mar 1, 2006 9:39 pm
66281
Chip and all, It worked fine (I installed your file in /usr/share/vim/vim63/syntax/tex.vim, moving the old one), but since I have my own folding (eg, preamble,...
Luis A. Florit
vim@...
Mar 2, 2006 1:23 am
66282
... I've installed 6.4 in a SunOS. ... Yes. 'vim -u NONE' with Vim 6.3 in Linux, and Vim 6.4 in SunOS. Same results... This is what I did: vim -u NONE somefile...
Luis A. Florit
vim@...
Mar 2, 2006 2:17 am
66283
...continuation... These are the keys shown by í<C-v><S-...>: S-Up ^[[a S-Right ^[[c S-Down ^[[b S-Left ^[[d C-Up ^[Oa C-Right ^[Oc C-Down ^[Ob ...
Luis A. Florit
vim@...
Mar 2, 2006 2:52 am
66284
Luis A. Florit wrote: [...] ... [...] Maybe your console Vim and your console terminal are misunderstanding each other. Open vim in a terminal, hit i to start...
A. J. Mechelynck
antoine.mechelynck@...
Mar 2, 2006 3:09 am
66285
I got a unformat and ugly long xhtml file, how to make it clean formated quickly? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")'...
Ken Perl
kenperl@...
Mar 2, 2006 3:16 am
66286
... Vim is an editor. Not an HTML pretty printer. Use Tidy (http://tidy.sf.net). You can easily setup bindings to invoke Tidy on a buffer. HTH, Diwaker -- ...
Diwaker Gupta
diwaker.lists@...
Mar 2, 2006 5:01 am
66287
... Good for you: that was going to be my next question. ... I think that Tony is more qualified than I am to help you work out terminal-related issues; see...
Benji Fisher
benji@...
Mar 2, 2006 5:18 am
66288
... Thanks, that works. Still, I wonder whether this might be slower than :0/<pat> . Maybe, before we get too used to the new stopline parameter to search()...
Benji Fisher
benji@...
Mar 2, 2006 5:37 am
66289
... I'm not very qualified about terminal-related issues; it's just that I've kept my ears and eyes open while on this list. I just hope Luis can debug his...
A. J. Mechelynck
antoine.mechelynck@...
Mar 2, 2006 5:42 am
66290
what plugin of the matching command '%' could be used to match a xml element? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")'...
Ken Perl
kenperl@...
Mar 2, 2006 8:34 am
66291
... To move the cursor from the starting to the ending tag, use matchit. The XML filetype-plugin should take care of initializing its variable correctly. If...
A. J. Mechelynck
antoine.mechelynck@...
Mar 2, 2006 9:17 am
66292
... Don't know what you mean 'ugly'. But usually this works ok: %s/>\_s*</>\r</g gg=G (=G part may be slow on big files) m. ... (Bardzo) Tanie rozmowy...
Mikolaj M.
mikmach@...
Mar 2, 2006 9:27 am
66293
... You don't need a startline parameter, you can set the cursor to where you want the search to start. You just need to save and restore the cursor (I'll...