Re: tabline-menu

2006-06-21 Thread Steve Hall
From: A.J.Mechelynck, Jun 20, 2006 11:24 PM
 Steve Hall wrote:
  On Wed, 2006-06-21 at 01:50 +0200, A.J.Mechelynck wrote:
  
   Which tabline menu?
  [snip]
   do you mind the context menu which opens when right-clicking
   the GUI-style tabline?
 
  Sorry, I should have re-stated. I was referring to this one, the
  same as discussed at :help tabline-menu (the subject line).
 
  Yegappan explained the reason, and I'm not able to hack a work
  around its actions muddling my every-buffer-in-a-tab configuration
  maintained by autocmds.

 Try :set guioptions-=e -- this disables the tabline context menu.

That's because it disables the GUI tab line entirely! :)

No, I like the GUI widgets, just need access to it's menu.

-- 
Steve Hall  [ digitect mindspring com ]





Re: tabline-menu

2006-06-20 Thread Yegappan Lakshmanan

Hi Steve,

On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:

On Thu, 2006-06-01 at 21:57 -0400, Steve Hall wrote:
 Is there a way to edit/turn off :tabline-menu?

A re-send of this on my part, I can't figure out how to turn off or
customize the tabline menu.



The items in the tabline menu are hard-coded in the Vim source
code. You cannot add or remove items from this menu without
modifying the source.

- Yegappan


Re: tabline-menu

2006-06-20 Thread Eric Arnold

I don't think that you can remove the tabline completely, but you can
change whatever you want, including returning blanks.  TabLineSet.vim
contains examples of how to customize it.

On 6/20/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote:

Hi Steve,

On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:
 On Thu, 2006-06-01 at 21:57 -0400, Steve Hall wrote:
  Is there a way to edit/turn off :tabline-menu?

 A re-send of this on my part, I can't figure out how to turn off or
 customize the tabline menu.


The items in the tabline menu are hard-coded in the Vim source
code. You cannot add or remove items from this menu without
modifying the source.

- Yegappan



Re: tabline-menu

2006-06-20 Thread Steve Hall
On Tue, 2006-06-20 at 07:38 -0700, Yegappan Lakshmanan wrote:
 On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:
 
  I can't figure out how to turn off or customize the tabline menu.
 
 The items in the tabline menu are hard-coded in the Vim source code.
 You cannot add or remove items from this menu without modifying the
 source.

It would be nice to be able to turn it off if it can't be customized.
(The issue is it bypasses buffer/window/tab management schemes that
run off of autocmd events.)


-- 
Steve Hall  [ digitect mindspring com ]
:: Cream... something good to put in your Vim!
::   http://cream.sourceforge.net




Re: tabline-menu

2006-06-20 Thread Eric Arnold

On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:

On Tue, 2006-06-20 at 07:38 -0700, Yegappan Lakshmanan wrote:
 On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:
 
  I can't figure out how to turn off or customize the tabline menu.

 The items in the tabline menu are hard-coded in the Vim source code.
 You cannot add or remove items from this menu without modifying the
 source.

It would be nice to be able to turn it off if it can't be customized.


I don't understand.  It can be completely customized via the 'tabline' option.


(The issue is it bypasses buffer/window/tab management schemes that
run off of autocmd events.)



Please explain.


Re: tabline-menu

2006-06-20 Thread Eric Arnold

Oh, and BTW, is

:set showtabline=-0

not working?


Re: tabline-menu

2006-06-20 Thread Steve Hall
On Tue, 2006-06-20 at 09:38 -0600, Eric Arnold wrote:
 On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:
  On Tue, 2006-06-20 at 07:38 -0700, Yegappan Lakshmanan wrote:
   On 6/20/06, Steve Hall [EMAIL PROTECTED] wrote:
   
I can't figure out how to turn off or customize the tabline
menu.
  
   The items in the tabline menu are hard-coded in the Vim source
   code. You cannot add or remove items from this menu without
   modifying the source.
 
  It would be nice to be able to turn it off if it can't be
  customized.
 
 I don't understand.  It can be completely customized via the
 'tabline' option.

I'm just talking about the menu, I love the tabline. :)



-- 
Steve Hall  [ digitect mindspring com ]
:: Cream... something good to put in your Vim!
::   http://cream.sourceforge.net




Re: tabline-menu

2006-06-20 Thread Steve Hall
On Wed, 2006-06-21 at 01:50 +0200, A.J.Mechelynck wrote:

 Which tabline menu?
[snip]
 do you mind the context menu which opens when right-clicking the
 GUI-style tabline?

Sorry, I should have re-stated. I was referring to this one, the same
as discussed at :help tabline-menu (the subject line).

Yegappan explained the reason, and I'm not able to hack a work around
its actions muddling my every-buffer-in-a-tab configuration maintained
by autocmds.


-- 
Steve Hall  [ digitect mindspring com ]




Re: tabline-menu

2006-06-20 Thread A.J.Mechelynck

Steve Hall wrote:

On Wed, 2006-06-21 at 01:50 +0200, A.J.Mechelynck wrote:

Which tabline menu?

[snip]

do you mind the context menu which opens when right-clicking the
GUI-style tabline?


Sorry, I should have re-stated. I was referring to this one, the same
as discussed at :help tabline-menu (the subject line).

Yegappan explained the reason, and I'm not able to hack a work around
its actions muddling my every-buffer-in-a-tab configuration maintained
by autocmds.




Try :set guioptions-=e -- this disables the tabline context menu. 
However, it also changes the appearance of the tabline somewhat.



Best regards,
Tony.