Complete Your eBay Registration eBay sent this message to you. Your registered name is included to show this message originated from eBay. Learn more . Secure...
eBay
aw-confirm@...
Mar 1, 2007 9:36 am
46249
Die von Ihnen genutzte eMail-Adresse (*@...) existiert nicht oder existiert nicht mehr....
edfyoungsmor@...
Mar 1, 2007 4:33 pm
46250
... And indeed, as Yakov remarked (and is documented in vim), ":w!" resets 'readonly'. But although the 'readonly' option is no longer set, the file is still ...
Michael Schaap
vim@...
Mar 1, 2007 4:36 pm
46251
Hi Mapping seems to be buggy with some characters. ... does not work (the apostrophe is U+2019). If the mapped string contains this apostrophe but does not...
thomas
thomas.bsd@...
Mar 1, 2007 5:18 pm
46252
... Try getting ncurses and gettext libraries. Both are available packages in cygwin. ... Frodak...
Frodak Baksik
frodak17@...
Mar 1, 2007 5:23 pm
46253
... There are several ncurses packages to choose from, but I finally figured out that I needed libncurses-devel, so I installed that, reconfigured and rebuilt...
Gary Johnson
garyjohn@...
Mar 1, 2007 7:57 pm
46254
... What is 'encoding' set to? Using multibyte characters (e.g. in a mapping) will only work if 'encoding' (which defines how characters are represented ...
A.J.Mechelynck
antoine.mechelynck@...
Mar 2, 2007 2:03 am
46255
... Frodak, I just checked the patch on SVN revision 223, it works as expected. I usually perform some shell related tasks using vim on cygwin. That patch is...
Hi! This is the ezmlm program. I'm managing the vim-dev@... mailing list. Messages to you from the vim-dev mailing list seem to have been bouncing. I've...
vim-dev-help@...
Mar 2, 2007 10:12 am
46259
... You'll want to install the gettext-devel package for the +gettext feature. Thanks, Frodak...
Frodak Baksik
frodak17@...
Mar 2, 2007 12:15 pm
46260
... The encoding is set to utf-8. My point is, mapping works with some ... ... that is, mapping the "forall" symbol (U+2200), works. Since I can map some...
thomas
thomas.bsd@...
Mar 2, 2007 1:05 pm
46261
... Hm. It just might be a bug, but Bram would be better able than me to check this. I can map <Char-0x2019> but I cannot really test that it works (I can just...
A.J.Mechelynck
antoine.mechelynck@...
Mar 2, 2007 1:17 pm
46262
... You do not need to type this character to test the mapping, you can simply paste it with the mouse, while being in Insert mode. (By the way, there is a...
... How can you tell if the mapping works or not? You can see what a key actually produces with CTRL-V <key> . So when you type ... Where CTRL-V is one key...
Bram Moolenaar
Bram@...
Mar 2, 2007 7:14 pm
46265
Patch 7.0.206 (after 7.0.058) Problem: Some characters of the "gb18030" encoding are not handled properly. Solution: Do not use "cp936" as an alias for...
Bram Moolenaar
Bram@...
Mar 2, 2007 7:15 pm
46266
... After testing all Alt-Gr combinations, I find that AltGr-Shift-b is ’ U+2019, your apostrophe-like symbol, and I can reproduce your problem: Bug report ...
A.J.Mechelynck
antoine.mechelynck@...
Mar 2, 2007 7:21 pm
46267
Bram Moolenaar wrote: [...] ... When I type ... where the {lhs}, U+201C (double high 6 quote) is produced on my keyboard by AltGr-v then, ... list the mapping...
A.J.Mechelynck
antoine.mechelynck@...
Mar 2, 2007 7:55 pm
46268
Patch 7.0.207 Problem: After patch 2.0.203 CSI and K_SPECIAL characters are escaped when recorded and then again when the register is executed. Solution:...
Bram Moolenaar
Bram@...
Mar 5, 2007 9:51 pm
46269
gvim 7.0 (patches 1-205) under windows xp, built with the mingw compiler under cygwin (gcc -mno-cygwin), can not display ucs-2 text files. see below for the...
Mike Li
entrophage@...
Mar 6, 2007 5:51 am
46270
console vim 7.0 (patches 1-205), built with the mingw compiler under cygwin (gcc -mno-cygwin), as well as the console vim 7.0.122 binary distributed with...
Mike Li
entrophage@...
Mar 6, 2007 6:05 am
46271
What gets displayed? Does this happen on gVim as well? Do Chinese characters appear correctly in the console window when using other programs? ... From: Mike...
Doug Cook
douglasevancook@...
Mar 6, 2007 9:11 am
46272
Hi, I've searched for this for some time now but it's either not available or I have to hone my search skills a lot. Most of the time I have multiple xterms...
Corinna Vinschen
vinschen@...
Mar 6, 2007 9:44 am
46273
for big-endian, the following is displayed: l8^@^M^@ for little-endian, the following is displayed: 8l^M^@ ^@ "^@" and "^M" are control characters. this...
Mike Li
entrophage@...
Mar 6, 2007 10:14 am
46274
one point of clarification: the correcly functioning fedora console vim binaries were run under x11 (rxvt-unicode) with appropriate truetype fonts. -x...
Mike Li
entrophage@...
Mar 6, 2007 10:25 am
46275
... My frequent problem as well and I also didn't find a way how to do it. Your suggestion seems to me very useful and practical, so if it cannot be done now,...
Zdenek Sekera
Zdenek.Sekera@...
Mar 6, 2007 10:49 am
46276
... hi, I've thought about the same feature. I think there are three solutions now: 1. use one xterm with tabs instead of several xterms (don't like) 2. use a...
Milan Vancura
milanek@...
Mar 6, 2007 10:55 am
46277
one more update: if i add the following two lines to my _vimrc, then the ucs-2le text file works: set fileencodings+=ucs-2le set encoding=utf-8 note that both...