Does anyone in vim_dev get junk mail from admin@...? The vim_use mailing list has an irritating problem whereby when someone posts a message to vim_use,...
67537
Tux mobil
zeug@...
Dec 17, 2012 7:17 am
Not me ... -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. -- You received this message from the "vim_dev" maillist. Do not...
67538
sc
toothpik@...
Dec 17, 2012 7:34 am
... I don't get it, but that doesn't necessarily mean it's not being sent to me. My ISP (AT&T) does spam filtering before I get to see it -- sorry, not very...
67539
Gary Johnson
garyjohn@...
Dec 17, 2012 8:46 am
... I used to get this but I don't any longer. I still have two of them in my inbox, probably the last two I received. They're dated August 1 and 2, 2012. ...
67540
John Beckett
johnb.beckett@...
Dec 17, 2012 9:17 am
... Thanks, but I need to know if you are sure the spam was as a result of you posting to vim_dev. The spam email arrives 24 hours after you posted, and the...
67541
Bram Moolenaar
Bram@...
Dec 17, 2012 10:49 am
... Note that spam filters may recognize the message or not. It was filtered out for me for a long time, but a few got through recently. On the other hand,...
67542
Bram Moolenaar
Bram@...
Dec 17, 2012 10:49 am
... Please let me know what I should include in the distribution. The patch was missing changes to configure.in. -- Very funny, Scotty. Now beam down my...
67543
Ken Takata
kentkt@...
Dec 17, 2012 10:55 am
Hi, The current version of Vim uses an address of _errno which is exported by msvcrXX.dll to check the error code of (lib)iconv.dll. However the version (or...
67544
Ken Takata
kentkt@...
Dec 17, 2012 1:51 pm
Hi, ... I found a typo in a comment in mbyte.c while I wrote the patch. ... +++ b/src/mbyte.c @@ -3255,7 +3255,7 @@ /* * Version of strnicmp() that handles...
67545
Tony Mechelynck
antoine.mechelynck@...
Dec 17, 2012 3:20 pm
... AFAICT, none of the messages I got from admin@... was in reply to a vim-dev message. Best regards, Tony. -- Grain grows best in shit -- Ursula K....
67546
Sergey Khorev
sergey.khorev@...
Dec 17, 2012 4:32 pm
Eric, I incorporated you changes into http://code.google.com/r/sergeykhorev-vim-mzscheme/source. Can you try it on Mac? Bram, ... I will send you a cumulative...
67547
Mike Morearty
mike@...
Dec 17, 2012 6:16 pm
... Hi, I just wanted to follow up on this feature patch. There has been no discussion or response of any kind, and I just wanted to make sure I did it right....
67548
Ben Fritz
fritzophrenic@...
Dec 17, 2012 6:23 pm
... Yes, this is a correct way to do it. Bypassing the tracker and going right to the list is generally preferred but all issues entered come here anyway. ...
67549
Sean Reifschneider
jafo00@...
Dec 17, 2012 9:37 pm
Since vim 7.3 patch 429 (on Ubuntu Precise/12.04), it looks like there's a segfault issue when doing "cclose" on BufUnload in a python function. In...
67550
Gary Johnson
garyjohn@...
Dec 17, 2012 9:53 pm
... Sorry. Here's more detail. The bottom line is that both spam messages were in response to messages I sent to vim_use. I have no record of receiving any...
67551
Christian Brabandt
cblists@...
Dec 17, 2012 10:24 pm
Hi Sean! ... This is an issue, that seems to come up in one or another form every couple of months here. The root cause is always autocommands closing all ...
67552
Tony Mechelynck
antoine.mechelynck@...
Dec 17, 2012 11:55 pm
... Yes, when you correct for timezones, each reply is almost exactly 24 hours (with an approximation smaller than a minute) after the message being replied...
67553
Bram Moolenaar
Bram@...
Dec 18, 2012 8:34 am
... I'll include it, thanks! -- If Apple would build a car... ... it would be powered by the sun, be reliable, five times as fast and twice as easy to drive;...
67554
Bram Moolenaar
Bram@...
Dec 18, 2012 8:34 am
... That sounds good. I'll actually look at the patch later. Thanks! -- If Microsoft would build a car... ... the oil, water temperature, and alternator...
67555
Bram Moolenaar
Bram@...
Dec 18, 2012 8:34 am
... Thanks Christian, added to the todo list. Note that I am travelling, expect some delay. ... What if there are unsaved changes? -- hundred-and-one symptoms...
67556
Sung Pae
sungpae@...
Dec 18, 2012 12:08 pm
Fix case where searching backwards from a multibyte character on the same line results in a wrong cursor offset. Given the buffer: 0123❤ With the cursor on...
67557
David Fishburn
dfishburn.vim@...
Dec 18, 2012 4:44 pm
I am seeing different behaviour (gVim or console Vim) distilled down to ... nr2char(c) | echon c On my Ubuntu 12.04 (Vim 7.3.pretty current) and Mac Mountain...
67558
Christian Brabandt
cblists@...
Dec 18, 2012 8:10 pm
Hi David! ... Hm, could it be, that the screen size is smaller, so that the whole command line wraps? regards, Christian -- Es wrde viel weniger Bses auf...
67559
David Fishburn
dfishburn.vim@...
Dec 18, 2012 8:15 pm
... Good point. I can now reproduce this on a vanilla Ubuntu 12.04 with Unity VM and the Vim which is in the depot. Yes if the ex cmd spans two lines when I...
67560
Christian Brabandt
cblists@...
Dec 18, 2012 8:27 pm
Hi Bram! ... Here is a small updated patch. unsaved changes shouldn't be a problem in this case, since we are explicitly checking that the buffer is null. ...
67561
Christian Brabandt
cblists@...
Dec 18, 2012 8:29 pm
Hi David! ... Is there any difference in the :version output? regards, Christian -- Letzte Worte eines Gleisarbeiters: "Wann kommt denn der nchste Zug?" -- ...
67562
Bram Moolenaar
Bram@...
Dec 18, 2012 9:40 pm
... Thanks for the patch! If you can, it would be nice to have a test for this. So that it doesn't break again when making other changes. -- If Microsoft...
67563
Sung Pae
sungpae@...
Dec 19, 2012 12:08 am
... Gladly! I added one test case to test44, since that deals with regexp search of multi-byte characters. Failing test transforms: j 0123❤x into j 023❤ ...
67564
mattn
mattn.jp@...
Dec 19, 2012 1:26 am
Hi list. ... tabnew autocmd InsertEnter * call settabvar(1, 'foo', 0) put ='foo!39; call feedkeys('A', 't') ... When :source above code, cursor should be end of...
67565
David Fishburn
dfishburn.vim@...
Dec 19, 2012 1:39 pm
These machines are both running on Ubuntu 12.04, though with different window managers. I used the console version to generate this output. The same behaviour...