(Sorry if you recieve this twice, I don't think the first one made it onto the list for whatever reason.) ... Greetings all, Hope your enjoying your weekend. ...
Edd Barrett
vext01@...
Oct 1, 2006 11:55 am
45127
... Do Ctrl-K/ Ctrl-K? do something in visual mode ? Yakov...
Yakov Lerner
iler.ml@...
Oct 1, 2006 12:47 pm
45128
... Smells like a problem in the GUI libraries. Or it could be a compiler optimizer bug again, try compiling without -O2. But I guess it's the libraries. ...
Bram Moolenaar
Bram@...
Oct 1, 2006 1:08 pm
45129
... "&" currently only does something in Normal mode, not in Visual mode. -- BEDEVERE: And what do you burn, apart from witches? FOURTH VILLAGER: ......
Bram Moolenaar
Bram@...
Oct 1, 2006 1:10 pm
45130
... Yes, you were right. After I found out that the very same binary worked on my Solaris Express install (the -dev branch of Solaris), I had a harder look at...
Laurent Blume
laurent@...
Oct 1, 2006 1:56 pm
45131
Hello, For what reasons does gVIM require Bonobo on Solaris ? mfg, Ali Akcaagac...
Ali Akcaagac
aliakc@...
Oct 1, 2006 2:20 pm
45132
... It's not gvim asking for it, but the JDS/GNOME libs (modified by Sun for the accessibility stuff). Laurent...
Laurent Blume
laurent@...
Oct 1, 2006 2:44 pm
45133
... It's not only on Solaris. On SuSE Linux 9.3, when I build gvim for Gnome2, I get [...] -I/opt/gnome/include/libbonobo-2.0 [...] ...
A.J.Mechelynck
antoine.mechelynck@...
Oct 1, 2006 4:10 pm
45134
... Actually 'readelf -d gvim' will tell you exactly what libraries are linked against it. I seriously doubt that bonobo is required for gvim, regardless...
Ali Akcaagac
aliakc@...
Oct 1, 2006 4:25 pm
45135
... Seeing that there is a configure option for GNOME (--enable-gnome-check) I tend to use that rather than a CFLAGS hack; and at the end of make, it tries to...
A.J.Mechelynck
antoine.mechelynck@...
Oct 1, 2006 5:21 pm
45136
... This line tells the linker to link only necessary libraries dynamically. Rather than linking everything. This makes files usually become smaller and...
Ali Akcaagac
aliakc@...
Oct 1, 2006 6:32 pm
45137
... You can compile Vim with GTK+1 or GTK+2 without GNOME. Adding GNOME functionality means, among other things maybe, that gvim will automagically and...
A.J.Mechelynck
antoine.mechelynck@...
Oct 1, 2006 7:08 pm
45138
... No doubt, but this is not what I wrote about in my last reply. greetings, Ali Akcaagac...
Ali Akcaagac
aliakc@...
Oct 1, 2006 7:17 pm
45139
... No, but CTRL-K is also unused in Normal mode. Thus it's better used for something that works both in Visual and Normal mode. -- Back off man, I'm a...
Bram Moolenaar
Bram@...
Oct 1, 2006 7:32 pm
45140
... The bonobo stuff is only used when compiling for GTK 2 with Gnome support. I generally discourage compiling with Gnome, it has its problems. This is...
Bram Moolenaar
Bram@...
Oct 1, 2006 9:17 pm
45141
Hi! One thing that really annoys me with Vim is the limits it emposes on what names are legal for user-defined functions and commands. I know the reason for...
Nikolai Weibull
now@...
Oct 1, 2006 9:20 pm
45142
... Predictability. -- Are leaders born or made? And if they're made, can we return them under warranty? (Scott Adams - The Dilbert principle) /// Bram...
Bram Moolenaar
Bram@...
Oct 1, 2006 9:22 pm
45143
... I do understand this. But what I tried explaining was that BonoboUI is deprecated. That means it's dead stuff from within GNOME which should not be used...
Ali Akcaagac
aliakc@...
Oct 1, 2006 9:26 pm
45144
Bram Moolenaar wrote: [...] ... [...] Yes, I saw that warning, and decided to try --enable-gnome-check nevertheless, just to see what these problems were. None...
A.J.Mechelynck
antoine.mechelynck@...
Oct 1, 2006 9:27 pm
45145
... Checked that. No need anymore for it. Ir probably dated from my first builds on the Solaris 10 beta, 2 years ago. Laurent...
Laurent Blume
laurent@...
Oct 1, 2006 9:45 pm
45146
Is it possible to add an autocommand-event for "Clipboard Changed"? Thanks, --Suresh...
Suresh Govindachar
sgovindachar@...
Oct 2, 2006 3:19 am
45147
... As in what? That :quit always works as documented? Sure, that's great, but if that's the problem, the restriction should be limited to commands already...
Nikolai Weibull
now@...
Oct 2, 2006 6:29 pm
45148
I keep getting this f**king message every time I post to vim-dev. Seriously, wtf? nikolai (awaiting another notification for this mail not getting through) ......
Nikolai Weibull
now@...
Oct 2, 2006 6:54 pm
45149
... Hmm -- g/ sounds a lot like vis.vim's :S command for searching a visual block for a pattern. It works with V, v, and ctrl-v type visual blocks. Regards, ...
Charles E Campbell Jr
drchip@...
Oct 2, 2006 6:58 pm
45150
Me too. I think it means that (1) "email address at KNBT that is unavailable or no longer valid", and (2) it's time for you to add special filtering rule to...
Yakov Lerner
iler.ml@...
Oct 2, 2006 7:22 pm
45151
... It's not posting to the mailing list, it's sending it to me, and I haven't asked for a return receipt or anything. One would hope that mailing list...
Nikolai Weibull
now@...
Oct 2, 2006 8:37 pm
45152
... Perhaps someone who knows the details about Gnome can make the changes, test it and send us a patch? Obviously I don't have time to learn the "proper use"...
Bram Moolenaar
Bram@...
Oct 2, 2006 8:51 pm
45153
... Not really. This is not something that happens inside Vim. Polling for changes in the system is not really something I would like to add to Vim. -- ...
Bram Moolenaar
Bram@...
Oct 2, 2006 8:53 pm
45154
I observe that CursorHold is not triggered when cursor in spending long time in commandline, correct ? Is it possible to trigger CursorHold also when cursor is...
Yakov Lerner
iler.ml@...
Oct 2, 2006 10:05 pm
45155
... The windows api provides an easy way to be notified of such changes. It's just a WM_ message that you hook into by calling some function that I can't...