Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 13510 - 13539 of 70063   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13510 Marcin Dalecki
dalecki@... Send Email
Mar 15, 2000
9:54 am
... Quoting from the documentation: 'v' Use a vertical button layout for dialogs. When not included, a horizontal layout is preferred, but when it doesn't fit...
13511 Ralf Arens
ralf.arens@... Send Email
Mar 15, 2000
4:52 pm
... I think there is. As I alreadey posted, I wrote some functions for Ispell. One is for spelling a single word. Try e.g. this one: ~ % echo "gon" | ispell -a...
13512 Andy Kahn
ackahn@... Send Email
Mar 15, 2000
7:11 pm
... I too have 1600x1200, but I don't like seeing more than 3-5 buttons anyway. Too much input is too confusing for me... ... Yes, I'm pretty sure I still...
13513 Martin Dalecki
dalecki@... Send Email
Mar 15, 2000
7:22 pm
... Sure Andy no problem here. I just think that in some very special super rare cases someone may just like to have this feature. (Like having the ability to...
13514 jason
jason@... Send Email
Mar 15, 2000
10:05 pm
Vince Negri writes .. ... I don't know what the overhead would be - can't imagine that it would be significant - but wouldn't it be quite easy to require the...
13515 Robert Webb
RobertW@... Send Email
Mar 16, 2000
12:02 am
... The "V" option should be there, but only as a user-preference, ie some users may prefer to always have a vertical layout (I thought this was what it was ...
13516 Robert Webb
RobertW@... Send Email
Mar 16, 2000
12:48 am
... Rather than an option, couldn't we try to solve this properly? (And I don't want an extra pixel in my character width anyway!). First, lets review a few...
13517 Martin Dalecki
dalecki@... Send Email
Mar 16, 2000
1:24 am
... That depedns at least the GTK+ and raw Xlib guis are handling this differently. ... There are X11 font's for which this isn't true. Some errorneous ...
13518 Robert Webb
RobertW@... Send Email
Mar 16, 2000
2:18 am
... But when you draw a new character over an old one, how does the old one get erased? Maybe a rectangle is drawn explicitly first? That's equivalent to ...
13519 Andy Kahn
ackahn@... Send Email
Mar 16, 2000
2:20 am
On Wed, Mar 15, 2000 at 08:25:59PM +0100, Martin Dalecki wrote: ... Ok, here's the patch. It is based on vim-5.6, plus all current/official patches (#1 to...
13520 Andy Kahn
ackahn@... Send Email
Mar 16, 2000
2:38 am
On Wed, Mar 15, 2000 at 08:25:59PM +0100, Martin Dalecki wrote: ... For the most part, I agree with you, and let me expand on that topic a bit more. (In your...
13521 jason
jason@... Send Email
Mar 16, 2000
3:49 am
... Hash: SHA1 Robert Webb wrote .. ... I presume by "two problems" you mean two issues affecting the solution of the problem of overlapping bits not being...
13522 raf
raf@... Send Email
Mar 16, 2000
7:20 am
i've just noticed a bug in java.vim: backslashed double quotes in a string literal: System.out.println("\""); ^^^ these characters in red ...
13523 jason king
jason@... Send Email
Mar 16, 2000
7:47 am
raf writes .. ... at the top of each syntax file you can find the maintainer and a URL for updated syntax files .. at the top of the java.vim syntax file is...
13524 Robin Becker
robin@... Send Email
Mar 16, 2000
8:29 am
I notice a minor syntax colouring 'feature&#39; in editing python files. In def ident(): I see ident coloured white def purple, but in def ident(): (def\tident)...
13525 Vince Negri
vnegri@... Send Email
Mar 16, 2000
9:16 am
... [Lengthy, ingenious Dedaelian scheme for dealing with character overwrites snipped] It's days like this when I'm glad to be writing from inside good old ...
13526 jason king
jason@... Send Email
Mar 16, 2000
11:29 am
Robin Becker writes .. ... here's a patch for the python.vim file that came with vim56 (Last Changed: 19951003) .. I've CCed it to the maintainer one simple...
13527 Bram Moolenaar
Bram@... Send Email
Mar 16, 2000
10:07 pm
... Yes, but it uses alloc() (a Vim function) instead of malloc(). alloc() has a few extra checks for not allocating too much memory (so that enough is left...
13528 Sung-Hyun Nam
namsh@... Send Email
Mar 17, 2000
8:25 am
Hello, If I do 'vim snd.c', it has 'mail' filetype. I think if he want to use '*' for the file extension, he should set filetype for the first time. for this...
13529 Hugh Sasse Staff Elec...
hgs@... Send Email
Mar 17, 2000
2:09 pm
Sun Sparc Solaris 2.5.1 Vim5.6 (see below) When using a dtterm (under CDE), and <ctrl-W> to use the windows, I sometimes get one line displayed in place of...
13530 Bram Moolenaar
Bram@... Send Email
Mar 17, 2000
7:45 pm
About the italic drawing problems: This problem already exists for some time. It is similar to when drawing bold characters by overwriting them with a ...
13531 Vince Negri
vnegri@... Send Email
Mar 18, 2000
9:42 am
... the ... finding ... bold. ... done ... Use ... Yes, this patch does make things a lot better: (Tested on Win32 GUI) Although for whole lines of italic...
13532 Bram Moolenaar
Bram@... Send Email
Mar 18, 2000
2:20 pm
... [more display problems removed] This sounds like your termcap/terminfo entry is wrong for the dtterm you are using. Check the value of $TERM in your shell...
13533 Bram Moolenaar
Bram@... Send Email
Mar 18, 2000
2:20 pm
... I don't like the idea of first using the wrong filetype and then the right one. Depending on the order of autocommands in filetype.vim isn't very nice ...
13534 Toni Gayà
gaya@... Send Email
Mar 18, 2000
2:27 pm
There is a problem with the Linux version (I'm using RedHat 6.0 and Vim 5.6.11). I'm from Spanish, and we use accents (or acute). If I want type "á", I get...
13535 Toni Gayà
gaya@... Send Email
Mar 18, 2000
2:27 pm
I use vim with word-wrap option activated. It is very difficult to follow a text if you a using page up, page down. Vim is different to "standard Vi". With...
13536 Bram Moolenaar
Bram@... Send Email
Mar 18, 2000
9:05 pm
The binary for Vim version 5.6 is now also available for the Macintosh. It was compiled and packed by Dany St-Amant. Directory: ftp://ftp.vim.org/pub/vim/mac ...
13537 Bram Moolenaar
Bram@... Send Email
Mar 18, 2000
9:05 pm
... How do you type that "á" character? It's not on my keyboard, thus I normally enter it as a digraph: CTRL-K 'a ... With the standard Vi CTRL-D and CTRL-U...
13538 Bram Moolenaar
Bram@... Send Email
Mar 18, 2000
9:05 pm
... Hmm, I tried this with Lucida Console, italic, size 10, and still see the rightmost pixels of a "d" disappear when the cursor moves over it from left to ...
13539 Ralf Arens
ralf.arens@... Send Email
Mar 18, 2000
11:13 pm
... No. Red Hat 6.1, Vim 5.6.12, Gtk+-GUI. I got no problems typing "äöüàéáè". (No, I didn't use digraphs for this.) [...] Ciao, Ralf -- If you ignore...
Messages 13510 - 13539 of 70063   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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