Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread Efraim Yawitz
On Mon, Nov 17, 2008 at 11:16 AM, Xulxer [EMAIL PROTECTED] wrote: Hi, perhaps someone is interested in the good features of the other great editor: http://upsilon.cc/~zack/blog/posts/2008/10/from_Vim_to_Emacs_-_part_1/

Re: external processes interaction

2008-11-18 Thread Thomas Koch
Am Tuesday 18 November 2008 04:57:07 schrieb StarWing: because a firm choice in Vim is to ... (OK, I confess, I'm starting to beat a dead horse) ... not have support for interaction with external processes. that's true. i just want a debuger with Vim. I believe that the issue of

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread A. S. Budden
2008/11/18 Efraim Yawitz [EMAIL PROTECTED]: On Mon, Nov 17, 2008 at 11:16 AM, Xulxer [EMAIL PROTECTED] wrote: Hi, perhaps someone is interested in the good features of the other great editor: http://upsilon.cc/~zack/blog/posts/2008/10/from_Vim_to_Emacs_-_part_1/

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread Teemu Likonen
Efraim Yawitz (2008-11-18 12:22 +0200) wrote: http://upsilon.cc/~zack/blog/posts/2008/11/from_Vim_to_Emacs_-_part_2/ The main thing I think this blog post missed is the fact that we vi/vim fans think that modality is the whole point (not a drawback, as he seems to imply)! You are wrong

Mappings for tab navigation don't work

2008-11-18 Thread Mr . SpOOn
Hi, in my .vimrc I have this: map silentA-t :tabnewCR map silentA-Right :tabnCR map silentA-Left :tabpCR So I should open a tab just pressing Alt + t, and moving with alt left or right arrow. This just doesn't work and when I press them nothing happens. I searched in the .vimrc and it

I try to launch gvim in ex mode to modify a file on windows XP plateform unsucessfully !

2008-11-18 Thread AAntonio
Hello, I try to launch gvim (version 7.2) in ex mode to modify a file on windows XP plateform unsuccessfully ! My test: == file f1.txt === %s/hello/liello/g write quit == file f1.txt = hello hello coco hello Command on cmd windows: C:\temp c:\vim\vim72\gvim.exe -e -s f2.txt

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread François Beaubert
2008/11/18 A. S. Budden [EMAIL PROTECTED]: Certainly looks very good: as soon as it works (and is easy to install) on both Linux Windows, I may well start using this more actively. A windows version is on the way ... Best is to ask the developers on the mailing list or on irc

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread A. S. Budden
2008/11/18 François Beaubert [EMAIL PROTECTED]: So to say, I would like to have the look of gedit and the feel of Vim ;))) So have a look at Pida you won't be disappointed: http://pida.co.uk/ It's in heavy devlopment and soon a 0.6 release will be available Most of the developers are on

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread Sergey Khorev
Pida is not an usual IDE like Eclipse, Netbeans, etc ... Pida is lightweight, fast, easy to use and highly configurable with plugins You use what you want to use, point. Looks very similar to Agide... --~--~-~--~~~---~--~~ You received this message from the

Re: external processes interaction

2008-11-18 Thread Bram Moolenaar
Thomas Koch wrote: Am Tuesday 18 November 2008 04:57:07 schrieb StarWing: because a firm choice in Vim is to ... (OK, I confess, I'm starting to beat a dead horse) ... not have support for interaction with external processes. that's true. i just want a debuger with Vim. I

Re: Unlisted buffers, bdelete vs bwipeout

2008-11-18 Thread Xavier de Gaye
On Tue, Nov 18, 2008 at 2:32 PM, dcarroll [EMAIL PROTECTED] wrote: Hello, I'm struggling to understand the subtle nuances of buffers. bdelete - deletes a buffer from the buffer list, and adds it to the top-secret unlisted buffer list. bwipeout - the documentation says Like bdelete, but

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread Teemu Likonen
Matthew Winn (2008-11-18 19:49 +) wrote: I tried Emacs and gave up on it because it required the use of ^S and ^Q, which on the hardware I was using were reserved for flow control. The help Emacs offered was get different hardware. I decided I wanted nothing to do with software that was

Re: clear screen on quit on filetype

2008-11-18 Thread Chris Suter
create a wrapper script for /usr/bin/vim containing the following: #!/bin/bash /usr/bin/vim $1 if [[ -f /tmp/was_editing_certain_type_of_file ]] then rm /tmp/was_editing_certain_type_of_file clear fi then, in your ~/.vimrc, add the following (assume you want to do this for anything

Re: clear screen on quit on filetype

2008-11-18 Thread Gary Johnson
On 2008-11-18, Noah Spurrier [EMAIL PROTECTED] wrote: Can someone suggest a way I can do the following? For certain filetypes I would like to have the screen cleared before Vim quits back to the shell prompt. For most filetypes I DO NOT want Vim to clear the screen. Is this getting too

Re: Create or modify colorschemes for the terminal version

2008-11-18 Thread Mr . SpOOn
On Tue, Nov 18, 2008 at 11:24 PM, Anton Sharonov [EMAIL PROTECTED] wrote: from Pan, Shi Zhu http://vim.sourceforge.net/scripts/script.php?script_id=760 First time, it looks not very impressing. But your editor it isn't photo-album. Editor is a tool which you stare 8 hours in the day. Yes, I

Re: Mappings for tab navigation don't work

2008-11-18 Thread Mr . SpOOn
On Tue, Nov 18, 2008 at 9:14 PM, Vitor Eiji Justus Sakaguti [EMAIL PROTECTED] wrote: The A-t one is not going to work, since it corresponds to ô (try inserting a ô in normal mode) I am in Italy and on my keyboard there isn't such a character. but do the A-Right and A-Left mappings really not

Re: Mappings for tab navigation don't work

2008-11-18 Thread Vitor Eiji Justus Sakaguti
2008/11/18 Mr. SpOOn [EMAIL PROTECTED]: Hi, in my .vimrc I have this: map silentA-t :tabnewCR map silentA-Right :tabnCR map silentA-Left :tabpCR So I should open a tab just pressing Alt + t, and moving with alt left or right arrow. This just doesn't work and when I press them nothing

Re: Intesting blog posts of 10 year vim user switching to emacs

2008-11-18 Thread Tony Mechelynck
On 18/11/08 11:22, Efraim Yawitz wrote: On Mon, Nov 17, 2008 at 11:16 AM, Xulxer[EMAIL PROTECTED] wrote: Hi, perhaps someone is interested in the good features of the other great editor: http://upsilon.cc/~zack/blog/posts/2008/10/from_Vim_to_Emacs_-_part_1/

Auto Indent + 1 in insert mode or normal

2008-11-18 Thread Tim Johnson
Using vim 7.1 (huge version) on Kubuntu 7.10 I would like to be able to type enter or Ctrl-J in insert mode and open a new line indented one more tab than the previous: example - type block: [] move cursor between the braces type Ctrl-J result might be: block: [ ] alternatively, a

Re: external processes interaction

2008-11-18 Thread bill lam
On Wed, 19 Nov 2008, Tony Mechelynck wrote: V On 18/11/08 11:25, Thomas Koch wrote: Am Tuesday 18 November 2008 04:57:07 schrieb StarWing: because a firm choice in Vim is to ... (OK, I confess, I'm starting to beat a dead horse) ... not have support for interaction with external

RE: perldo bug(?)

2008-11-18 Thread John Beckett
Elennoel Bacongallo wrote: Hi! i would like to delete my on this community, but i can't login because i forgot my password. If you want to unsubscribe from this mailing list: Please report any problem you have when you try the following (report = reply to this mail): Click the link in the

Re: Full path of current file?

2008-11-18 Thread 石康志
%:p ? 2008/11/19 Naim Far [EMAIL PROTECTED] You can try CR1G (Control,1 and G) Naim... -Original Message- From: vim_use@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 703designs Sent: Wednesday, November 05, 2008 4:48 AM To: vim_use Subject: Full path of current