Re: VimTips Wiki: New Direction

2007-03-07 Thread Paul Irofti
On Wed, Mar 07, 2007 at 08:39:23PM +1100, John Beckett wrote: Paul Irofti wrote: Back-ups are better made on the server side. For mediawiki a regular sqldump (maybe added in crontab) is all that is necessary. Good. But can we actually do that? I thought we were planning to use a system

Re: VimTips Wiki: New Direction

2007-03-07 Thread Paul Irofti
On Wed, Mar 07, 2007 at 11:03:46AM +0100, A.J.Mechelynck wrote: John Beckett wrote: Brian McKee wrote: One of the first things I was thinking about mirrors the above comments. http://en.wikibooks.org/wiki/Talk:Learning_the_vi_editor/Vim/ TipsSandbox/Tip_1:_the_super_star has a bunch of

Re: VimTips Wiki: New Direction

2007-03-06 Thread Paul Irofti
On Tue, Mar 06, 2007 at 06:45:51PM +1100, John Beckett wrote: Tom Purl wrote: I looked into the anti-spam features of Wikibooks, and they basically do the basics: blacklists for abusers and easy rollbacks. So the top 2% of spammers/vandalizers will be blocked, and it will be easy for the

Re: VimTips - Google Wiki Usefulness

2007-02-26 Thread Paul Irofti
Hello vimmers, I don't understand why Google Wiki is being discussed here as the main solution. As I see it there are a few _major_ disadvantages of using it: - it has software limitations that a large community, such as ours, can't cope with - it's managed and offered by a third party

Re: VimTips - Google Wiki Usefulness

2007-02-26 Thread Paul Irofti
Not sure this got through, resending. - Forwarded message from Paul Irofti [EMAIL PROTECTED] - From: Paul Irofti [EMAIL PROTECTED] To: A.J.Mechelynck [EMAIL PROTECTED] Cc: Tom Purl [EMAIL PROTECTED], Bram Moolenaar [EMAIL PROTECTED], vim@vim.org Date: Mon, 26 Feb 2007 12:42:34

Re: VimTips - Google Wiki Usefulness

2007-02-26 Thread Paul Irofti
On Mon, Feb 26, 2007 at 05:38:42AM -0500, Yakov Lerner wrote: ElWiki.com Free MediaWiki hosting with fast setup. A free .com/net/org domain is offered for wikis which reach 10 pages of content. Google AdSense text-ads may be added to the right sidebar to cover hosting expenses. From:

Re: VimTips - Google Wiki Usefulness

2007-02-26 Thread Paul Irofti
On Mon, Feb 26, 2007 at 12:55:58PM +0100, A.J.Mechelynck wrote: ! Obligations # The service is provided free-of-charge, as-is, and without any guarantees or obligations. # We reserve the right to cancel or alter the service at any time.

Re: Keyboard mapping being changed during usage

2007-01-18 Thread Paul Irofti
On Thu, Jan 18, 2007 at 02:31:21PM -0200, Vinicius Pinto wrote: I'm using Vim 7.0 on Windows XP and my keyboard mapping is set so brazilian portuguese (ABNT2). The problem is that sometimes when I'm using Vim, it changes the mapping to US, so, for example, when I type the ? key, it prints a

dvorak layout support

2006-11-03 Thread Paul Irofti
I've just switched to dvorak and was wondering if there's any support for dvorak keyboards as the old qwerty keyboard mappings tend to screw up all logic in command mode (specially movement).

Re: ruby indentation

2006-10-19 Thread Paul Irofti
On Thursday 19 October 2006 18:26, Akbar wrote: Hi, I use vim7 ( compiled from source ) This is my situation: open bla.rb def bla ( type def bla, enter ) print bla( type two spaces and print bla, enter ) print bli ( no need to type two spaces, sweet, type

Re: Can the mailing list owner set Reply-to field be [EMAIL PROTECTED]

2006-10-19 Thread Paul Irofti
On Thursday 19 October 2006 07:22, Kamaraju Kusumanchi wrote: On Wednesday 18 October 2006 22:22, Peng Yu wrote: Hi, Can the mailing list owner set Reply-to field in every mail forward from this mailing list be vim@vim.org? I replied some mails to the original poster. But sometime I

Re: www.vim.org

2006-10-19 Thread Paul Irofti
Works just fine for me. Here's a traceroute for those in doubt: $ traceroute www.vim.org traceroute to vhost.sourceforge.net (66.35.250.210), 64 hops max, 40 byte packets  1  nautilus (192.168.1.1)  0.173 ms  0.183 ms  0.145 ms  2  86.106.2.2 (86.106.2.2)  0.456 ms  0.707 ms  0.430 ms  3  

Re: gvim-7-0-118.exe virus found??

2006-10-16 Thread Paul Irofti
On Monday 16 October 2006 15:40, Benji Fisher wrote: On Mon, Oct 16, 2006 at 03:08:58PM +0800, Edward Wong wrote: Dear all, Just tried downloading gvim-7-0-118 from sourceforge and AVG detects there is a trojan virus. Can it be a false alarm? Ed Please be more specific. Can

Re: Spell checking in comments only

2006-10-15 Thread Paul Irofti
On Sunday 15 October 2006 11:06, Przemyslaw Gawronski wrote: Hi, when writing code in Python, C, HTML (or any other) I would like to have spell checking only in comments. Is that possible? If so, how can I set it up? Thanks Przemek Have you tried it? I remember enabling spelling once when

:cd and :E

2006-09-02 Thread Paul Irofti
Hi vim(m?)ers, If I :cd to another directory and then :E to browse through I get the directory where the current buffer resides. Is this correct/wanted behavior? And if so why? Thanks, Paul.

Fwd: Re: :cd and :E

2006-09-02 Thread Paul Irofti
It's to late apparently, it seems I only replied to Max, sorry about that too. :-( -- Forwarded Message -- Subject: Re: :cd and :E Date: Sunday 03 September 2006 01:10 From: Paul Irofti [EMAIL PROTECTED] To: Max Dyckhoff [EMAIL PROTECTED] On Sunday 03 September 2006 01:08

Re: :cd and :E

2006-09-02 Thread Paul Irofti
On Sunday 03 September 2006 01:47, Max Dyckhoff wrote: I am so dense sometimes, I should have thought of that instantly :) Max -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Saturday, September 02, 2006 3:45 PM To: Max Dyckhoff Cc: Paul Irofti; vim

set vb t_vb=

2006-08-27 Thread Paul Irofti
Hi vimers, I have a problem since my latest update to vim7. My vimrc file contains, among other things, set vb t_vb=. Because I don't like any kind of beeps or other warnings. Now, after the update, it gives me a visual beep/warning although I have the same vimrc. If I issue at runtime: :set

Re: set vb t_vb=

2006-08-27 Thread Paul Irofti
On Sunday 27 August 2006 17:44, A.J.Mechelynck wrote: Paul Irofti wrote: Hi vimers, I have a problem since my latest update to vim7. My vimrc file contains, among other things, set vb t_vb=. Because I don't like any kind of beeps or other warnings. Now, after the update, it gives me

Re: set vb t_vb=

2006-08-27 Thread Paul Irofti
On Sunday 27 August 2006 19:01, Paul Irofti wrote: On Sunday 27 August 2006 17:44, A.J.Mechelynck wrote: Paul Irofti wrote: Hi vimers, I have a problem since my latest update to vim7. My vimrc file contains, among other things, set vb t_vb=. Because I don't like any kind of beeps