RE: Opening files with Unicode names under Windows?

2008-09-09 Fir de Conversatie John Beckett
Vadim Zeitlin wrote: > So, for example, opening a file "Аня.vcf" opens the file > "???.vcf" on my English Windows system. Tony's advice about encoding might fix the situation. I have the following in my vimrc: set encoding=utf-8 and can open a file with the name you mentioned on Windows. The f

Re: Opening files with Unicode names under Windows?

2008-09-09 Fir de Conversatie Tony Mechelynck
On 10/09/08 01:45, Vadim Zeitlin wrote: > Hello, > > Sorry in advance if I'm simply missing something but it looks like Vim > can't open files with Unicode file names which are not convertible to the > current locale. I'm still using 7.0 (standard Win32 version) but looking at > http://vim.svn

Opening files with Unicode names under Windows?

2008-09-09 Fir de Conversatie Vadim Zeitlin
Hello, Sorry in advance if I'm simply missing something but it looks like Vim can't open files with Unicode file names which are not convertible to the current locale. I'm still using 7.0 (standard Win32 version) but looking at http://vim.svn.sourceforge.net/viewvc/vim/vim7/src/os_win32.c?view=m

RE: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie John Beckett
Mondal, Shishir wrote: > I have tried earlier, but could not do that: any one knows > definite steps how to unsubscribe from the list? Please report any problem you have when you try the following (report = reply to this mail): Click the link in the footer of the mail: > You received this messa

Re: How to unsubscribe (Was: Lua interface)

2008-09-09 Fir de Conversatie Tony Mechelynck
On 10/09/08 00:58, Mondal, Shishir wrote: > I have tried earlier, but could not do that: any one knows definite > steps how to unsubscribe from the list? > Regards > Shishir Method I: Send an email (which may be empty) from the email address with which you are subscribed to [EMAIL PROTECTED] the

RE: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie Mondal, Shishir
I have tried earlier, but could not do that: any one knows definite steps how to unsubscribe from the list? Regards Shishir -Original Message- From: Patrick Texier [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 7:31 AM To: vim_dev@googlegroups.com Subject: Re: (patch) Lua

Re: 'mksession" and map problem

2008-09-09 Fir de Conversatie Tony Mechelynck
On 09/09/08 14:29, Ron Aaron wrote: > My sessionoptions is: > > set > sessionoptions=winsize,winpos,resize,globals,buffers,slash,localoptions,folds,tabpages,unix > > I have a buffer with a mapping : > > map ,h :call FlipHeader() > > This is saved to the session as: > > ma

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie Patrick Texier
On Fri, 5 Sep 2008 13:49:12 -0400, Luis Carvalho wrote: > I've also patched the Windows makefiles: > > http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-mak-0.4.patch.gz In this patch, for Make_bc5.mak, I have found two errors: line 42: > +INTERP_DEFINES = $(INTERP_DEFINES) -

'mksession" and map problem

2008-09-09 Fir de Conversatie Ron Aaron
My sessionoptions is: set sessionoptions=winsize,winpos,resize,globals,buffers,slash,localoptions,folds,tabpages,unix I have a buffer with a mapping : map ,h :call FlipHeader() This is saved to the session as: map ,h :call FlipHeader() ^V^M And when the session fil

RE: adding a new feature

2008-09-09 Fir de Conversatie John Beckett
Ranjeeth P T wrote: > Usually when we open an object file( in C i.e.out file ) we > get unseen characters So adding the property of objdump will be nice?? Vim is distributed with xxd. The following tip mentions the basics, then presents a more elablorate procedure if you need to use xxd often:

adding a new feature

2008-09-09 Fir de Conversatie Ranjeeth P T
This is my first mail Usually when we open an object file( in C i.e.out file ) we get unseen characters So adding the property of objdump will be nice?? Ranjeeth p t Govt Engineering College Palakkad Kerala India --~--~-~--~~~---~--~~ You received this