RE: gf , isfname and @

2006-06-13 Thread Emmanuel Sixou
Thanks

Emmanuel Sixou
Mobileye Vision Technologies
Project Manager - ASIC Department
Tel: +972 (2) 541 7311
Fax: +972 (2) 541 7300
Cell: +972 (54) 5665 206
E-mail: [EMAIL PROTECTED]




-Original Message-
From: Jürgen Krämer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 13, 2006 17:31
To: vim mailing list
Subject: Re: gf , isfname and @



Hi,

Emmanuel Sixou wrote:
 
 I am using vim7.
 The char @ seems not to be considered as a filename character even
 though it appears in the isfname set variable, for the commands gf, gF.
 What's wrong?

inside isfname and some other options @ is a placeholder for all
characters where isalpha() (i.e., a library function) returns true.

Have a look at :help 'isfname' and search for the first @ below the
different default values of this option. There you'll find an
explanation and how to insert a @ into this option.

Regards,
Jürgen

-- 
Jürgen Krämer  Softwareentwicklung
HABEL GmbH  Co. KGmailto:[EMAIL PROTECTED]
Hinteres Öschle 2  Tel: +49 / 74 61 / 93 53 - 15
78604 Rietheim-WeilheimFax: +49 / 74 61 / 93 53 - 99



smime.p7s
Description: S/MIME cryptographic signature


RE: vim70 and insert tabs

2006-05-11 Thread Emmanuel Sixou
No matter its value, in both linux and windows, this behavior is the same.

Emmanuel Sixou
Mobileye Vision Technologies
Project Manager - ASIC Department
Tel: +972 (2) 541 7311
Fax: +972 (2) 541 7300
Cell: +972 (54) 5665 206
E-mail: [EMAIL PROTECTED]




-Original Message-
From: Yakov Lerner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 11, 2006 09:11
To: Emmanuel Sixou
Cc: vim.org
Subject: Re: vim70 and insert tabs


On 5/11/06, Emmanuel Sixou [EMAIL PROTECTED] wrote:
 Hi vimmers,
 vim70 inserts spaces instead of tabs after a non tab char.
 This behavior differs from vim64 with the same setting.
 I went through the help on the different tab related options but could
not
 find something that would change this behavior.

Check value of  'smarttab' option (:set smarttab?).
New in vim7

Yakov



smime.p7s
Description: S/MIME cryptographic signature


RE: vim70 and insert tab -

2006-05-11 Thread Emmanuel Sixou
Fortunately, there is another guy here that has started using vim70 and he
does not have this behavior. So some settings of mine are the cause, and
you should debug it. What is the way for debugging setup?

Emmanuel Sixou
Mobileye Vision Technologies
Project Manager - ASIC Department
Tel: +972 (2) 541 7311
Fax: +972 (2) 541 7300
Cell: +972 (54) 5665 206
E-mail: [EMAIL PROTECTED]




-Original Message-
From: Yakov Lerner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 11, 2006 11:11
To: Emmanuel Sixou
Cc: vim.org
Subject: Re: vim70 and insert tabs


On 5/11/06, Emmanuel Sixou [EMAIL PROTECTED] wrote:
 No matter its value, in both linux and windows, this behavior is the
same.

What's value of et option (set expandtab?') ?

Yakov Lerner



smime.p7s
Description: S/MIME cryptographic signature


RE: vim70 and insert tab -

2006-05-11 Thread Emmanuel Sixou
So I am debugging:

imap Tab gives me:
i  Tab@C-R=SNR20_InsertSmartTab()CR

and I don't know where it comes from.
grep InsertSmartTab on all the files did not find anything.


Emmanuel Sixou
Mobileye Vision Technologies
Project Manager - ASIC Department
Tel: +972 (2) 541 7311
Fax: +972 (2) 541 7300
Cell: +972 (54) 5665 206
E-mail: [EMAIL PROTECTED]




-Original Message-
From: Emmanuel Sixou [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 11, 2006 11:40
To: Yakov Lerner
Cc: vim.org
Subject: RE: vim70 and insert tab -


Fortunately, there is another guy here that has started using vim70 and he
does not have this behavior. So some settings of mine are the cause, and
you should debug it. What is the way for debugging setup?

Emmanuel Sixou
Mobileye Vision Technologies
Project Manager - ASIC Department
Tel: +972 (2) 541 7311
Fax: +972 (2) 541 7300
Cell: +972 (54) 5665 206
E-mail: [EMAIL PROTECTED]




-Original Message-
From: Yakov Lerner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 11, 2006 11:11
To: Emmanuel Sixou
Cc: vim.org
Subject: Re: vim70 and insert tabs


On 5/11/06, Emmanuel Sixou [EMAIL PROTECTED] wrote:
 No matter its value, in both linux and windows, this behavior is the
same.

What's value of et option (set expandtab?') ?

Yakov Lerner



smime.p7s
Description: S/MIME cryptographic signature


RE: vim70 and insert tab -

2006-05-11 Thread Emmanuel Sixou
Thank you very much! I found it and I am happy!
Here it is:
/homes/emmanuel/.vim/plugin/unplugged/ctab.vim:imap buffer tab
c-r=SIDInsertSmartTab()cr

Apparently, in vim64, the plug-in was not read recursively, and in vim70
it is read recursively.

Again, thank you very much.


Emmanuel Sixou
Mobileye Vision Technologies
Project Manager - ASIC Department
Tel: +972 (2) 541 7311
Fax: +972 (2) 541 7300
Cell: +972 (54) 5665 206
E-mail: [EMAIL PROTECTED]




-Original Message-
From: Yakov Lerner [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 11, 2006 12:30
To: Emmanuel Sixou
Cc: vim.org
Subject: Re: vim70 and insert tab -


On 5/11/06, Emmanuel Sixou [EMAIL PROTECTED] wrote:
 So I am debugging:

 imap Tab gives me:
 i  Tab@C-R=SNR20_InsertSmartTab()CR

 and I don't know where it comes from.
 grep InsertSmartTab on all the files did not find anything.

Must come from some plugin you're using.
Do :scriptnames

Yakov



smime.p7s
Description: S/MIME cryptographic signature