... It would help if you could find a way to reproduce this. Maybe someone on this list has an idea how to fix this. --Benji Fisher...
Benji Fisher
benji@...
Jul 1, 2003 12:45 pm
1023
... I cannot reproduce this. Maybe 'p' is mapped? HTH --Benji Fisher...
Benji Fisher
benji@...
Jul 1, 2003 1:23 pm
1024
... Are you sure that this is coming from vim (and not, say, terminal.app)? The number in square brackets is the process number of the process that the BSD...
Ben Fowler
bfowler@...
Jul 1, 2003 2:17 pm
1025
* Benji Fisher <benji@...> [2003-07-01T09:27:55] ... Nope. I found the problem this morning -- well, strull found it. I had clipboard set to...
Ricardo SIGNES
rjbs-vim@...
Jul 1, 2003 3:08 pm
1026
... Is this a bug in the MacOS version? If so, can you tell us 1. What you were doing? 2. What actually happened 3. What you expected to happen? MacOS X should...
Ben Fowler
bfowler@...
Jul 1, 2003 3:16 pm
1027
* Ben Fowler <bfowler@...> [2003-07-01T11:16:42] ... Sure. I'm running OS X v10.2.6 and Vim 6.2.14 for OS X as downloaded from swdev. Here's a...
Ricardo SIGNES
rjbs-vim@...
Jul 1, 2003 3:41 pm
1028
... Very clear. Which is the correct behaviour? I assume the former. When I tried to reproduce this with a recent version: ~ ~ VIM...
Ben Fowler
bfowler@...
Jul 1, 2003 4:06 pm
1029
* Ben Fowler <bfowler@...> [2003-07-01T12:06:19] ... The correct behaviour -- found in gVim and Vim on Win32 and GNU/Linux (with and without X11) is...
Ricardo SIGNES
rjbs-vim@...
Jul 1, 2003 4:28 pm
1030
On Tue, 1 Jul 2003 11:41:13 -0400 Ricardo SIGNES <rjbs-vim@...> wrote: RS> I'm running OS X v10.2.6 and Vim 6.2.14 for OS X as downloaded from ...
Vadim Zeitlin
zeitlin@...
Jul 1, 2003 4:44 pm
1031
... No, I am using one that I compiled myself. ... VIM - Vi IMproved 6.2 (2003 Jun 1, compiled 06/14/03 00:58:48) Included patches: 1-14 Compiled by...
Ben Fowler
bfowler@...
Jul 2, 2003 7:18 am
1032
* Ben Fowler <bfowler@...> [2003-07-02T03:17:43] ... Yeah, I have no doubt that I could compile my own gVim for some X11 toolkit and have it work....
Ricardo SIGNES
rjbs-vim@...
Jul 2, 2003 11:13 am
1033
... I see that. Perhaps the next step is to engage the help of whoever compiled the version with the problem. ... The attachment probably got removed by the...
Ben Fowler
bfowler@...
Jul 2, 2003 12:43 pm
1034
... That would be me. Unfortunately, I do not know enough to help. It does seem to be related to the Mac's clipboard. In case someone who can help is reading...
Benji Fisher
benji@...
Jul 2, 2003 1:07 pm
1035
I am planning to submit the following patches to Bram. If there are any updated versions, please let me know ASAP. You can find my current versions at ...
Benji Fisher
benji@...
Jul 2, 2003 2:37 pm
1036
... Or you could post instructions on how to create the bugged version. I still can't reproduce the bug, but I can tell you how I compiled vim (command line...
Ben Fowler
bfowler@...
Jul 2, 2003 2:48 pm
1037
... See the instructions at http://macvim.swdev.org/OSX/#Developers . I recently posted all the necessary files and patches. ... [snip] ... You are making an...
Benji Fisher
benji@...
Jul 2, 2003 2:59 pm
1038
... O.K. I was following the bit where it said: You can compile a Terminal version of Vim pretty much the same as for any other version of UNIX Ben -- ...
Ben Fowler
bfowler@...
Jul 2, 2003 3:10 pm
1039
... I have discovered that the Vim version can be run in a terminal with the command % src/build/Vim.app/Contents/MacOS/Vim -u NONE -U NONE My :ver is VIM -...
Ben Fowler
bfowler@...
Jul 2, 2003 3:30 pm
1040
... Yes, that is one of the items on the FAQ at http://macvim.swdev.org/OSX/#FAQ . ... [snip] ... Yes, it seems to work properly when run in a terminal. So...
Benji Fisher
benji@...
Jul 2, 2003 6:17 pm
1041
A few weeks ago I have visited Vim's charityware project in Uganda. You can find my report with a few pictures here: http://iccf-holland.org/news.html If you...
Bram Moolenaar
Bram@...
Jul 2, 2003 8:22 pm
1042
... O.K. I have seen this happen when running the gui version compiled by me. I will spend afew minutes on this now ... Ben -- Privileged/Confidential...
Ben Fowler
bfowler@...
Jul 3, 2003 4:54 pm
1043
... FWIW, using the ex command :put does not have the problem. The problem seems to be inside do_put( ); Ben -- Privileged/Confidential Information may be...
Ben Fowler
bfowler@...
Jul 3, 2003 5:43 pm
1044
... When y_type has the value 0 (MCHAR) and not 1 (MLINE). Ben -- Privileged/Confidential Information may be contained in this message. If you are not the...
Ben Fowler
bfowler@...
Jul 3, 2003 6:00 pm
1045
... Does do_put() contain Mac GUI specific code? Don't think so. A shot in the dark: Did you try compiling without optimizing? I know that gcc 3.1 with...
Bram Moolenaar
Bram@...
Jul 3, 2003 6:54 pm
1046
... Most grateful for your comments. The 'dirty deed' (y_current->y_type changing from MLINE to MCHAR) happens in ops.c on line 864. (Typos excepted, I am not...
Ben Fowler
bfowler@...
Jul 3, 2003 8:25 pm
1047
... A sample gcc command used during compilation is: /usr/bin/gcc3 -c -F/Volumes/Ben/SF/vim/src/build -I/Volumes/Ben/SF/vim/src/build/include -Iproto...
Ben Fowler
bfowler@...
Jul 3, 2003 8:32 pm
1048
... I wonder whether the problem is on line 3736 of type = (strchr(*textOfClip, '\r') != NULL) ? MLINE : MCHAR; and that \r character needs to be the current...
Ben Fowler
bfowler@...
Jul 4, 2003 4:58 pm
1049
... Certainly if I swap it for a \n, the problem goes away. I suspect that when the gui is mot active, using the * register does not go through the system...
Ben Fowler
bfowler@...
Jul 4, 2003 5:11 pm
1050
... [30+ lines fullquote including 13 lines of diclaimer deleted] folks - it is bad enough that some of you send to the list from work together with senseless...
Sven Guckes
guckes@...
Jul 5, 2003 3:45 am
1051
Hi list, I was wondering if people would mind reproducing this error and fixing the relevant bugs. 1) start vim (GUI) 2) :silent g/^\\s*$/d You should get an...