Jason Spiro | 18 Sep 2007 06:17
Picon

(viper devel) Should Viper parse .vimrc files? And should "n" and C-s C-s search be integrated?

Hi all and thanks for joining the list.

I wonder:

* Would it be useful for Viper/Vimpulse[1] to parse users' .vimrc
files to see if they have used commands like :set ignorecase and
:imap, and to apply those settings, key mappings, and abbreviation
definitions in Emacs?

     * How hard is it to parse Vim scripts badly?  To parse them well?
 How should Viper/Vimpulse parse them?

* Should the "last Emacs (Ctrl-s) search" and "last Vi (/) search" be
treated as one so that the C-s C-s combo and Viper/Vimpulse's "Repeat
Last Search" command (the "n" key) will both repeat the same
search?[2]

Thanks in advance,
Jason

P.S.  Please Reply to All.  I am cc'ing Michael, John, and Alessandro:
they aren't on-list.  Please join at
https://lists.ourproject.org/mailman/listinfo/implementations-list :-)

^ [1].  Viper and Vimpulse provide Vi and Vim emulation for Emacs.

^ [2].  This is much easier to do right if we treat search case
sensitivity settings as identical in both Vi and Emacs emulation, at
least for search-repetition purposes.

(Continue reading)

Stephen Bach | 18 Sep 2007 22:20
Picon

Re: viper-in-more-modes

On Mon, Sep 17, 2007 at 09:57:26PM -0400, Jason Spiro wrote:
> 2007/9/16, Stephen Bach <sjbach <at> comcast.net> wrote:
> > On Sun, Sep 16, 2007 at 11:46:47AM -0500, Jason Spiro wrote:
> ...
> > > Yes but I am looking for a co-maintainer.  If you are interested, I'd
> > > love it if you could volunteer even a few hours of your time :)
> >
> > Perhaps - what would be involved?
> 
> Testing patches on Emacs 21, Emacs 22, and/or XEmacs 21.  Preferably
> all three.  :)

Sure, I'd be willing to put in a little effort.  I'm currently running
Emacs 22 and a 23 snapshot.  Let me know what I can do.

Regards,
Steve

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : /pipermail/implementations-list/attachments/20070918/6f710c10/attachment.pgp

Jon | 1 Oct 2007 23:06
Favicon

(viper devel) Should Viper parse .vimrcfiles? And should "n" and C-s C-s search be integrated?

Sorry for the delay in answering.

ViEmu's approach with .vimrc is that I don't read it. I provide an alternate
.viemurc. The reason is that I don't process much of the stuff that would be
in .vimrc, so it could be confusing. I prefer the user to be aware of the
fact, and that is a good way for now. If/when most of the stuff is properly
processed, I might switch to processing the regular .vimrc.

In my opinion, vim's scripting language is a total PITA. So good luck with
it. It's not among the goals of ViEmu to provide full vim/viml emulation, it
would be too much work for too little a result. But a healthy subset of the
important parts is important for many users.

Regards,

  - Jon
  - http://www.viemu.com

-----Original Message-----
From: Jason Spiro [mailto:jasonspiro3 <at> gmail.com] 
Sent: Tuesday, September 18, 2007 4:17 AM
To: implementations-list <at> lists.ourproject.org
Cc: Alessandro Piras; Michael Kifer; John J Lee
Subject: [implementations-list] (viper devel) Should Viper parse
.vimrcfiles? And should "n" and C-s C-s search be integrated?

Hi all and thanks for joining the list.

I wonder:

(Continue reading)


Gmane