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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 28455 - 28484 of 70090   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
28455 Bram Moolenaar
Bram@... Send Email
May 1, 2002
7:55 am
... If you are using MS-Windows, and especially when using Outlook, you should get a good virus scanner. I receive about 30 virus messages each day. My...
28456 Vince Negri
vnegri@... Send Email
May 1, 2002
8:07 am
Am I just paranoid, or is it a strange coincidence that this virus got posted to the list just after an in-depth discussion about the rights and wrongs of HTML...
28457 David Mankin
mankin@... Send Email
May 1, 2002
8:25 am
... Nope, you're just paranoid. (But that doesn't mean they're not out to get you ;) If you read the description of the virus, it automatically spoofs the...
28458 David Brown
vim@... Send Email
May 1, 2002
2:08 pm
... It means that occasionally, I can't count. I've checked in 30 and 31 as well. If you get vim-6-1-031 you will get all of the patches. After the next...
28459 Ron Aaron
ronaaron@... Send Email
May 1, 2002
4:05 pm
I just uploaded my session manager, because of the mail I've been seeing about how to restore settings. I have been using this script or variants of it for...
28460 Bram Moolenaar
Bram@... Send Email
May 1, 2002
5:45 pm
Patch 6.1.043 Problem: After patch 6.1.040 a few warnings are produced. Solution: Add a type cast to "char *" for mch_chdir(). (Axel Kielhorn) Files:...
28461 Bram Moolenaar
Bram@... Send Email
May 1, 2002
7:22 pm
Patch 6.1.044 (extra) Problem: GUI: When using the find/replace dialog with text that contains a slash, an invalid substitute command is generated. On Win32...
28462 Craig Jeffries
Craig.Jeffries@... Send Email
May 1, 2002
8:18 pm
In X (or Motif if it's specific), what key or keys can I use to move among button choices for a pop-up window? I see the "File has changed underneath you"...
28463 Flemming Madsen
fma@... Send Email
May 2, 2002
5:48 am
In Motif you use <Tab> to traverse tab groups. The widgets within a tab group is navigated with the arrow buttons. It seems these buttons are in the same...
28464 Benji Fisher
benji@... Send Email
May 2, 2002
2:33 pm
Vimaniacs: I just got a new toy: a Sharp Zaurus. Although it is marketed as a PDA, it is actually a pocket-sized Linux box with 64MB of RAM and a 206-MHz...
28465 Gavin Sinclair
gsinclair@... Send Email
May 2, 2002
2:56 pm
Might need a new mailing list for this! Gavin ... From: "Benji Fisher" <benji@...> To: <vim-dev@...> Sent: Friday, May 03, 2002 12:36 AM ...
28466 Bram Moolenaar
Bram@... Send Email
May 2, 2002
5:51 pm
Patch 6.1.045 Problem: In Visual mode, with lots of folds and 'scrolloff&#39; set to 999, moving the cursor down near the end of the file causes the text to ...
28467 Hiroshi Iwatani
HGA03630@... Send Email
May 3, 2002
9:59 am
Sorry if this is irrelevant for the vim-*dev* ML. (1) (1)"oyobi-de-na-i" in a Japanese slang, i.e. you're not welcome. But I like to have a single door to the...
28468 Bram Moolenaar
Bram@... Send Email
May 3, 2002
10:30 am
... You need to have iconv installed. And have that Unicode font, of course. Setting 'encoding&#39; to "sjis" while your locale is different might work, but you...
28469 MURAOKA Taro
koron@... Send Email
May 3, 2002
12:47 pm
What distribution of linux do you use? If you use standard Japanese distribution (have iconv library that support sjis encoding) and you ... Regards. ... ...
28470 Charles E. Campbell
cec@... Send Email
May 3, 2002
2:08 pm
Hello! ... Under Unix: echo "junk" > tmp1 vim -u NONE -U NONE ... Notice that the word "junk" shows up in the window devoted to tmp1. However, the...
28471 Charles E. Campbell
cec@... Send Email
May 3, 2002
2:18 pm
... Sigh -- you're right. I actually *wanted* vim to start editing an empty file with a name; looks like I'll have to delete stuff if anything is there. ...
28472 Vince Negri
vnegri@... Send Email
May 3, 2002
2:21 pm
... does what you want.......
28473 Vince Negri
vnegri@... Send Email
May 3, 2002
2:27 pm
A mail I just sent to the list got a reply from one Sean ... In ... unless ... the ... before ... I can't add custom headers from my email client at work :-/,...
28474 Bram Moolenaar
Bram@... Send Email
May 3, 2002
2:51 pm
... I had the same problem. I've sent him a message to ask him to avoid the bounces. If he doesn't respond soon he will be removed from the maillist. -- It...
28475 Mike Williams
mike.williams@... Send Email
May 3, 2002
3:41 pm
And it is of course of limited use - it wont be long before spam mailers start adding a bunch of X- headers strings people use to try and filter spam. I...
28476 Bram Moolenaar
Bram@... Send Email
May 3, 2002
6:52 pm
Patch 6.1.046 Problem: X11 GUI: ":set lsp=2 gcr=n-v-i:hor1-blinkon0" draws a black rectangle. ":set lsp=2 gcr=n-v-i:hor10-blinkon0" makes the cursor ...
28477 Bram Moolenaar
Bram@... Send Email
May 3, 2002
8:20 pm
Patch 6.1.047 Problem: When skipping commands after an error was encountered, expressions for ":if", ";elseif" and ":while" are still evaluated. Solution:...
28478 Hiroshi Iwatani
HGA03630@... Send Email
May 4, 2002
1:45 am
MURAOKA san Thanks for your info. I've found that another method, seemingly a simple conversion method, does work. ... It is usable, though not much...
28479 MURAOKA Taro
koron@... Send Email
May 4, 2002
1:54 am
... Why don't you write those lines in your $HOME/.vimrc? Vim has enough capability in automatic encode handling by using 'fileencodings&#39; option. ... MURAOKA...
28480 Hiroshi Iwatani
HGA03630@... Send Email
May 4, 2002
4:48 am
Well, I have tried several entries in the .vimrc file, and, at the last moment before I'd give up, I think I've reached the right answer: set...
28481 Hiroshi Iwatani
HGA03630@... Send Email
May 4, 2002
9:57 am
Is there a way to establish an automatic, implicit coupling between ':write ++enc=sjis&#39; and 'fileformat=dos'? TIA Hiroshi Iwatani...
28482 Hiroshi Iwatani
HGA03630@... Send Email
May 4, 2002
9:58 am
Issue 1: How could we delete the last eol char or chars from a document? Issue 2: When the cursor is at the head of the last line of a document, how could we...
28483 Bram Moolenaar
Bram@... Send Email
May 4, 2002
10:20 am
Patch 6.1.048 Problem: Unicode 3.2 changes were missing a few Hangul Jamo characters. Solution: Recognize more characters as composing characters....
28484 Gavin Sinclair
gsinclair@... Send Email
May 4, 2002
10:52 am
... From: "Hiroshi Iwatani" <HGA03630@...> To: "vim-dev-ML" <vim-dev@...> Sent: Saturday, May 04, 2002 8:02 PM Subject: softening the last <EOL> ...
Messages 28455 - 28484 of 70090   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