From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: stianse@gmail.com Newsgroups: gmane.emacs.help Subject: Re: What do you think of new vimpulse-mode which emulates vim keys? (was: Re: need advice about fixing up my new vimpact-mode, a Vim emulation mode based on viper-mode) Date: 28 Mar 2007 06:36:41 -0700 Organization: http://groups.google.com Message-ID: <1175089001.467957.295940@n76g2000hsh.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1175089197 19397 80.91.229.12 (28 Mar 2007 13:39:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2007 13:39:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 28 15:39:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HWYNS-000880-0d for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2007 15:39:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWYPu-0005Zj-Pa for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Mar 2007 08:42:22 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!n76g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 88.91.49.46 Original-X-Trace: posting.google.com 1175089003 9406 127.0.0.1 (28 Mar 2007 13:36:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 28 Mar 2007 13:36:43 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061025 Firefox/2.0 (Swiftfox),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n76g2000hsh.googlegroups.com; posting-host=88.91.49.46; posting-account=Qs5nUQ0AAACx2yvlJ_Xd0W_zzO5DviWN Original-Xref: shelby.stanford.edu gnu.emacs.help:146639 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42243 Archived-At: On Mar 12, 10:19 pm, "Jason Spiro" wrote: > On 2007/2/20, I wrote: > > A new development: After sending out this email, Alessandro mailed me > > privately about his own vim emulation code. I will send it to you > > privately and also to whoever wants. It is public domain license; I > > hope to rename the code and post it on EmacsWiki. > > I have posted Alessandro'svimpulsecode athttp://www.emacswiki.org/elisp/vimpulse.el- what do you think of it? > > Cheers, > Jason > > -- > Jason Spiro: computer consulting with a smile. > I also provide training and spyware removal services for homes and businesses. > Call or email for a FREE 5-minute consultation. Satisfaction guaranteed. > +1 (416) 781-5938 / Email: i...@jspiro.com / MSN: jasonsp...@hotmail.com Great, I just recently discovered viper-mode and vimpulse made it even better. I have only tried it for a couple of days, so I don't have any constructive feedback at the moment, except one modification I had to make in vimpulse.el. In order to make it work I had to delete the line 'viper--key-maps from the function my-get-emulation-keymap(). Without this I got an error message telling me that viper--key-maps variable was void, resulting in not being able to do anything in emacs (not even close the window). Does this have any impact on the available features in vimpulse? I use an emacs-snapshot from 2005-12-03 by the way. - Stian