Re: Bug in Vim 7.2.438: try, catch and cscope

2010-07-01 Fir de Conversatie Gary Johnson
On 2010-07-01, Bryan Venteicher wrote: From: Gary Johnson To: vim dev Sent: Tuesday, June 29, 2010 5:40:39 PM Subject: Bug in Vim 7.2.438: try, catch and cscope After a recent update, I started noticing erroneous behavior in a number of my cscope mappings. After some experimenting I

Re: Bug in Vim 7.2.438: try, catch and cscope

2010-07-01 Fir de Conversatie Bryan Venteicher
From: Gary Johnson garyj...@spocom.com To: vim dev vim_dev@googlegroups.com Sent: Thursday, July 1, 2010 2:04:42 AM Subject: Re: Bug in Vim 7.2.438: try, catch and cscope On 2010-07-01, Bryan Venteicher wrote: From: Gary Johnson To: vim dev Sent: Tuesday, June 29, 2010 5:40:39 PM

Re: Bug in Vim 7.2.438: try, catch and cscope

2010-07-01 Fir de Conversatie Gary Johnson
On 2010-07-01, Bryan Venteicher wrote: From: Gary Johnson To: vim dev Sent: Thursday, July 1, 2010 2:04:42 AM Subject: Re: Bug in Vim 7.2.438: try, catch and cscope On 2010-07-01, Bryan Venteicher wrote: From: Gary Johnson To: vim dev Sent: Tuesday, June 29, 2010 5:40:39 PM

xembed options for vim?

2010-07-01 Fir de Conversatie Aljosa Mohorovic
i can't find any docs/options related to using xembed withing vim or using xembed to put vim into another application. is it currently possible or planed to enable something like that? Aljosa Mohorovic p.s. i did try posting this to user list a few months ago but it seems that topic is more

Re: xembed options for vim?

2010-07-01 Fir de Conversatie Marc Weber
Hi Aljosa, I know about 2 related projects: - one tried running Vim within Eclipse - another group of people tried rewriting Vim or changing it so that it can be used as component. That project was given up. (I don't recall the names). If its really important to you I'll try to dig them up You

Re: Bug: Making « sc» abbreviation is not possible

2010-07-01 Fir de Conversatie ZyX
Ответ на сообщение «Re: Bug: Making « sc» abbreviation is not possible», присланное в 00:10:21 01 июля 2010, Четверг, отправитель Bram Moolenaar: Most likely has something to do with keyword characters, since 'iskeyword' has a different value in help files. Yes, James Vega already pointed me

Re: xembed options for vim?

2010-07-01 Fir de Conversatie Aljosa Mohorovic
On Jul 1, 3:35 pm, Marc Weber marco-owe...@gmx.de wrote: - another group of people tried rewriting Vim or changing it so that it   can be used as component. That project was given up. (I don't recall the names). If its really important to you I'll try to dig them up i was interested in

Re: [patch] GtkFileChooser and gvim's odd use of gtk_main()

2010-07-01 Fir de Conversatie James Vega
On Tue, Jun 29, 2010 at 12:43 PM, James Vega james...@jamessan.com wrote: On Tue, Jun 29, 2010 at 1:36 AM, SungHyun Nam gow...@gmail.com wrote: James Vega wrote: On Fri, Nov 13, 2009 at 5:39 PM, Bram Moolenaarb...@moolenaar.net  wrote: Tim Starling wrote: GtkFileChooser is disabled in

Re: Bug: Making « sc» abbreviation is not possibl e

2010-07-01 Fir de Conversatie Matt Wozniski
On Thu, Jul 1, 2010 at 10:55 AM, ZyX wrote: Ответ на сообщение Re: Bug: Making sc abbreviation is not possible, присланное в 00:10:21 01 июля 2010, Четверг, отправитель Bram Moolenaar: Most likely has something to do with keyword characters, since 'iskeyword' has a different value in help

Re: xembed options for vim?

2010-07-01 Fir de Conversatie Marc Weber
i was interested in http://yzis.org if that's what you mean but like many other projects it died. Yes. That was the name. You should talk about the overall problem you're faced with. Maybe you get more hints then. i prefer vim over anything (i ever used or still using) but it would make

Functions needed to access conceal information in scripts

2010-07-01 Fir de Conversatie Benjamin Fritz
I have been looking into adding support for concealed text in TOhtml.vim, and have found that I will need to patch the C code to make conceal information accessible in Vim script. If I am mistaken, please enlighten me, but I propose the addition of three functions: concealed({lnum}, {col}) Will

Re: [bug] Vim-7.3a crashes with persistent undo and autocmd FileChangedRO

2010-07-01 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Vim-7.3a (2278:e41433ea71df) crashed while I was using undo. It happened when doing undo on a file which was read-only in perforce (not checked-out). The Vim perforce plugin has a FileChangedRO autocommand to automatically check-out a file when attempting to change

Re: [bug] Vim-7.3a crashes with persistent undo and autocmd FileChangedRO

2010-07-01 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: Dominique Pelle wrote: Vim-7.3a (2278:e41433ea71df) crashed while I was using undo. It happened when doing undo on a file which was read-only in perforce (not checked-out).  The Vim perforce plugin has a FileChangedRO autocommand to automatically check-out a file when

Re: xembed options for vim?

2010-07-01 Fir de Conversatie Aljosa Mohorovic
On Jul 1, 6:10 pm, Marc Weber marco-owe...@gmx.de wrote: I still don't understand? Do you want to replace text fields in HTML documents by Vim ? That would be awesome! no, i just want to embed another application into vim window. you can completely forget that i mentioned html5, if xembed (or

Re: xembed options for vim?

2010-07-01 Fir de Conversatie Marc Weber
Excerpts from Aljosa Mohorovic's message of Fri Jul 02 01:26:37 +0200 2010: On Jul 1, 6:10 pm, Marc Weber marco-owe...@gmx.de wrote: I still don't understand? Do you want to replace text fields in HTML documents by Vim ? That would be awesome! no, i just want to embed another application

Re: xembed options for vim?

2010-07-01 Fir de Conversatie Andy Spencer
On 2010-07-02 03:33, Marc Weber wrote: Excerpts from Aljosa Mohorovic's message of Fri Jul 02 01:26:37 +0200 2010: i think it's been discussed before but yes, i want a buffer/window/ anything inside vim that can render more advanced gui elements. since gvim uses gtk is it possible to

Re: Bug in Vim 7.2.438: try, catch and cscope

2010-07-01 Fir de Conversatie Bryan Venteicher
From: Gary Johnson garyj...@spocom.com To: vim dev vim_dev@googlegroups.com Sent: Thursday, July 1, 2010 3:23:01 AM Subject: Re: Bug in Vim 7.2.438: try, catch and cscope On 2010-07-01, Bryan Venteicher wrote: From: Gary Johnson To: vim dev Sent: Thursday, July 1, 2010 2:04:42 AM