... 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...
1023
Benji Fisher
benji@...
Jul 1, 2003 1:23 pm
... I cannot reproduce this. Maybe 'p' is mapped? HTH --Benji Fisher...
1024
Ben Fowler
bfowler@...
Jul 1, 2003 2:17 pm
... 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...
1025
Ricardo SIGNES
rjbs-vim@...
Jul 1, 2003 3:08 pm
* Benji Fisher <benji@...> [2003-07-01T09:27:55] ... Nope. I found the problem this morning -- well, strull found it. I had clipboard set to...
1026
Ben Fowler
bfowler@...
Jul 1, 2003 3:16 pm
... 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...
1027
Ricardo SIGNES
rjbs-vim@...
Jul 1, 2003 3:41 pm
* 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...
1028
Ben Fowler
bfowler@...
Jul 1, 2003 4:06 pm
... Very clear. Which is the correct behaviour? I assume the former. When I tried to reproduce this with a recent version: ~ ~ VIM...
1029
Ricardo SIGNES
rjbs-vim@...
Jul 1, 2003 4:28 pm
* 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...
1030
Vadim Zeitlin
zeitlin@...
Jul 1, 2003 4:44 pm
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 ...
1031
Ben Fowler
bfowler@...
Jul 2, 2003 7:18 am
... 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...
1032
Ricardo SIGNES
rjbs-vim@...
Jul 2, 2003 11:13 am
* 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....
1033
Ben Fowler
bfowler@...
Jul 2, 2003 12:43 pm
... 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...
1034
Benji Fisher
benji@...
Jul 2, 2003 1:07 pm
... 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...
1035
Benji Fisher
benji@...
Jul 2, 2003 2:37 pm
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 ...
1036
Ben Fowler
bfowler@...
Jul 2, 2003 2:48 pm
... 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...
1037
Benji Fisher
benji@...
Jul 2, 2003 2:59 pm
... See the instructions at http://macvim.swdev.org/OSX/#Developers . I recently posted all the necessary files and patches. ... [snip] ... You are making an...
1038
Ben Fowler
bfowler@...
Jul 2, 2003 3:10 pm
... 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 -- ...
1039
Ben Fowler
bfowler@...
Jul 2, 2003 3:30 pm
... 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 -...
1040
Benji Fisher
benji@...
Jul 2, 2003 6:17 pm
... 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...
1041
Bram Moolenaar
Bram@...
Jul 2, 2003 8:22 pm
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...
1042
Ben Fowler
bfowler@...
Jul 3, 2003 4:54 pm
... 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...
1043
Ben Fowler
bfowler@...
Jul 3, 2003 5:43 pm
... 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...
1044
Ben Fowler
bfowler@...
Jul 3, 2003 6:00 pm
... 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...
1045
Bram Moolenaar
Bram@...
Jul 3, 2003 6:54 pm
... 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...
1046
Ben Fowler
bfowler@...
Jul 3, 2003 8:25 pm
... 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...
1047
Ben Fowler
bfowler@...
Jul 3, 2003 8:32 pm
... 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...
1048
Ben Fowler
bfowler@...
Jul 4, 2003 4:58 pm
... I wonder whether the problem is on line 3736 of type = (strchr(*textOfClip, '\r39;) != NULL) ? MLINE : MCHAR; and that \r character needs to be the current...
1049
Ben Fowler
bfowler@...
Jul 4, 2003 5:11 pm
... 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...
1050
Sven Guckes
guckes@...
Jul 5, 2003 3:45 am
... [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...
1051
The Shrubber
m5a08d7bsbdi001@...
Jul 23, 2003 12:08 pm
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...