Re: UTF-8 bomb showing up after :%!sort

2008-05-18 Fir de Conversatie Matthew Winn
On Sun, 18 May 2008 11:10:53 +1000, John Beckett [EMAIL PROTECTED] wrote: Adri Verhoef wrote: I think there is a problem here, namely that the BOM (Byte Order Mark, see :help 'bomb') is transferred to the shell command, when it shouldn't. In my opinion Vim should be able to

Re: UTF-8 bomb showing up after :%!sort

2008-05-18 Fir de Conversatie Ben Schmidt
Matthew Winn wrote: On Sun, 18 May 2008 11:10:53 +1000, John Beckett [EMAIL PROTECTED] wrote: Adri Verhoef wrote: I think there is a problem here, namely that the BOM (Byte Order Mark, see :help 'bomb') is transferred to the shell command, when it shouldn't. In my opinion Vim should be

Re: D-Bus in vim, and collaborative editing

2008-05-18 Fir de Conversatie Xavier de Gaye
On Sat, May 17, 2008 at 4:45 PM, Alban Crequy [EMAIL PROTECTED] wrote: ... It seems that this mainloop problem is not specific to D-Bus but other projects has the same problem: - Clewn [4]: GDB support in vim. Clewn is an external program but need a patch in vim to work. This is not

Re: authoritative source repository

2008-05-18 Fir de Conversatie Ben Schmidt
I see. So, cvs and svn are effectively read-only - probably just a convenience for folks want to track the activity? I presume there's an uber-upstream source control system from which ftp.home.vim.org/pub/vim is derived then eh? Just curious - what is used at the top, and how do those

Re: UTF-8 bomb showing up after :%!sort

2008-05-18 Fir de Conversatie Ilya Bobir
Adri Verhoef wrote: [...] Now do: :se fileencoding=utf8 bomb [...] Note, that you probably do not want to use BOM with UTF-8. See http://unicode.org/faq/utf_bom.html#29 (Q: Can a UTF-8 data stream contain the BOM character (in UTF-8 form)? If yes, then can I still assume the

Re: UTF-8 bomb showing up after :%!sort

2008-05-18 Fir de Conversatie Tony Mechelynck
On 18/05/08 18:41, Ilya Bobir wrote: Adri Verhoef wrote: [...] Now do: :se fileencoding=utf8 bomb [...] Note, that you probably do not want to use BOM with UTF-8. See http://unicode.org/faq/utf_bom.html#29 (Q: Can a UTF-8 data stream contain the BOM character (in UTF-8 form)? If

Re: D-Bus in vim, and collaborative editing

2008-05-18 Fir de Conversatie Vladimir Marek
Hi, [...] The D-Bus connection is an Unix socket. When vim fires a signal from the plug-in, some data is sent through the socket to the dbus-daemon process. But to receive D-Bus signal, the socket file descriptor must be added somehow in the vim main loop in order to call a function to read

Re: authoritative source repository

2008-05-18 Fir de Conversatie Tony Mechelynck
On 18/05/08 07:10, Yakov Lerner wrote: On Thu, May 15, 2008 at 8:59 PM, John Calixto [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi folks, Could somebody please explain the Vim source repos to me? There seems to be activity in both the CVS and SVN repos - which one is

FileChangedShellPost event should only occur on a change

2008-05-18 Fir de Conversatie John Little
As I've posted on the vim_use group, Vim presently always runs FileChangedShellPost autocommands whenever it checks if the file was changed outside of vim, whether it has changed or not. This includes every focus gained event in the GUI. IMO this is a bug, and makes the event not useful in some