Re: Clipboard integration with X: data loss on quit

2010-06-18 Fir de Conversatie Peter Odding
Hi Sara, When you quit vim in X11-based systems, you lose any data that was copied from vim to the system clipboard. You can find more information about this bug and how to fix it at https://wiki.ubuntu.com/ClipboardPersistence. I'm not 100% sure but I think this is an X11 security measure.

Re: Clipboard integration with X: data loss on quit

2010-06-18 Fir de Conversatie Sarah Strong
When you quit vim in X11-based systems, you lose any data that was copied from vim to the system clipboard. You can find more information about this bug and how to fix it at https://wiki.ubuntu.com/ClipboardPersistence. I'm not 100% sure but I think this is an X11 security measure. So I'd

Re: Clipboard integration with X: data loss on quit

2010-06-18 Fir de Conversatie Tony Mechelynck
On 18/06/10 16:15, Sarah Strong wrote: When you quit vim in X11-based systems, you lose any data that was copied from vim to the system clipboard. You can find more information about this bug and how to fix it at https://wiki.ubuntu.com/ClipboardPersistence. I'm not 100% sure but I think this

Re: Clipboard integration with X: data loss on quit

2010-06-18 Fir de Conversatie Sarah Strong
Thanks for the information! The whole section on x11 clipboard integration can be found for quick reference at http://vim.dindinx.net/vim7/html/gui_x11.txt.php#x11-selection Since this is behaviour declared in the help but not working, it's a bona fide bug then. I found one confirmation with

Re: Clipboard integration with X: data loss on quit

2010-06-18 Fir de Conversatie James Vega
On Fri, Jun 18, 2010 at 11:16 AM, Tony Mechelynck antoine.mechely...@gmail.com wrote: According to the help, Vim does save register + when quitting, as follows:                                                        *x11-cut-buffer* There are, by default, 8 cut-buffers: CUT_BUFFER0 to

Can I rely on left to right evaluation?

2010-06-18 Fir de Conversatie Bee
Can I rely on left to right evaluation? Is there a problem with this phrase and the order of evaluation? @b + setreg('b', @ln ? @b : @b+1 ) Is it a tricky side effect semantics as John Little warns? Note: setreg() Returns zero for success Thanks to a suggestion in vim_use I have grouped

Re: Fixed issue with langmap

2010-06-18 Fir de Conversatie Vladimir A . Pavlov
It seems the Windows gVim build (7.2.267) is not affected of this issue. All the examples above works well with this langmap: Yes, I think the issue is in gtk+ behavior. (I even think it's not bug but a feature since, in general, it allows using sequences like ^russian letter). I've looked

Re: Crash of athena gui

2010-06-18 Fir de Conversatie Paul Ackersviller
On Fri, Jun 18, 2010 at 05:58:48AM +0200, Dominique Pell? wrote: Does it happen at start-up when you start Vim with: $ vim -u NONE -U NONE Yes, sure does. Or do you need to do anything else special for the crash to happen? Nothing else that I've been able to determine yet. I'll keep

Re: Patch 7.2.442

2010-06-18 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: What do others think about removing support for GTK 1? It makes sense, any system where you would try to build Vim 7.3 should be able to install GTK 2 libraries. It will clean up the Vim source code. May I suggest that if GTK-1 is detected, that a message about the

Re: Crash of athena gui

2010-06-18 Fir de Conversatie Dominique Pellé
Paul Ackersviller wrote: On Fri, Jun 18, 2010 at 05:58:48AM +0200, Dominique Pell? wrote: Does it happen at start-up when you start Vim with:   $ vim -u NONE -U NONE Yes, sure does. Or do you need to do anything else special for the crash to happen? Nothing else that I've been able to

Re: Patch 7.2.442

2010-06-18 Fir de Conversatie James Vega
On Fri, Jun 18, 2010 at 2:45 PM, Charles Campbell charles.e.campb...@nasa.gov wrote: Bram Moolenaar wrote: What do others think about removing support for GTK 1?  It makes sense, any system where you would try to build Vim 7.3 should be able to install GTK 2 libraries.  It will clean up the

Re: Can I rely on left to right evaluation?

2010-06-18 Fir de Conversatie Tony Mechelynck
On 18/06/10 18:38, Bee wrote: Can I rely on left to right evaluation? Is there a problem with this phrase and the order of evaluation? @b + setreg('b', @ln ? @b : @b+1 ) Is it a tricky side effect semantics as John Little warns? Note: setreg() Returns zero for success Well, if setreg()