all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Adam Wołk" <netprobe@gmail.com>
To: "Lennart Borgman" <lennart.borgman@gmail.com>
Cc: Thomas Lord <lord@emf.net>,
	ferkiwi+a@gmail.com, emacs-devel@gnu.org,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	Paul R <paul.r.ml@gmail.com>, Miles Bader <miles@gnu.org>
Subject: Re: Why Emacs should have a good web-browser
Date: Tue, 21 Jul 2009 21:47:19 +0200	[thread overview]
Message-ID: <op.uxfnw5n6bf5wq6@inferno.interq.pl> (raw)
In-Reply-To: <e01d8a50907211233yf8ff9fbs7f2ca307f821ca0e@mail.gmail.com>

Dnia 21-07-2009 o 21:33:33 Lennart Borgman <lennart.borgman@gmail.com>  
napisał(a):


> There are some users of Emacs (like me) that never use these key
> bindings since we prefer Viper. So we would really want a combination
> of vi+emacs keybindings in other applications too.

I saw this question recently on the conkeror mailing list.
It seems that there are no ready to use bindings or modes for people who  
prefer vim key bindings but I believe that this could be implemented (at  
least partially?).

Below are some quotes from the conkeror mailing list archives:

quote from http://article.gmane.org/gmane.comp.mozilla.conkeror/1580 :
> Some vi-like search bindings:
>
>   define_key(content_buffer_normal_keymap, "/", "isearch-forward");
>   define_key(content_buffer_normal_keymap, "?", "isearch-backward");
>   define_key(content_buffer_normal_keymap, "n",  
> "isearch-continue-forward");
>   define_key(content_buffer_normal_keymap, "N",  
> "isearch-continue-backward");
>
> The commands isearch-continue-[forward/backward] are bound on S and R
> by default, and you may just want to use those unless you are planning
> to make a whole new binding set.
>
>> open link in new buffer with F instead of C-u f
>
>   define_key(content_buffer_normal_keymap, "F", "follow-new-buffer");


quote from http://article.gmane.org/gmane.comp.mozilla.conkeror/1587 :
>> Thanks for the tips. I understand that conkeror could be made to behave  
>> like
>> vimperator by changing keybindings. What I actually wanted to know is  
>> if it
>> is possible to make conkeror "completely" behave like Vimperator "only"  
>> by
>> changing the keybindings or does one need to do more than that (for  
>> example,
>> some deeper hacking)?
>
> Changing key bindings will likely get you much of the way to vimperator,
> but it will indeed not get you an exact clone of vimperator.  For one
> thing, not all UI decisions are represented as key binding choices, and
> for another, there are some features in vimperator not supported in
> Conkeror (though also some things in Conkeror not supported in
> Vimperator).
>
> I would think that changing the key bindings would be mostly sufficient,
> though.




  reply	other threads:[~2009-07-21 19:47 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-08 20:11 Why Emacs should have a good web-browser Fernando
2009-07-08 20:54 ` Chong Yidong
2009-07-08 21:55   ` joakim
2009-07-08 22:42     ` Lennart Borgman
2009-08-13 22:54       ` Daniel Colascione
2009-07-08 22:55     ` Chong Yidong
2009-07-08 22:59       ` Lennart Borgman
2009-07-08 23:05         ` Davis Herring
2009-07-09  0:05       ` joakim
2009-07-09 12:36       ` Jason Rumney
2009-07-09 14:25         ` joakim
2009-07-09 16:01           ` Chong Yidong
2009-07-09 17:39             ` joakim
2009-07-09 22:19       ` Richard Stallman
2009-07-08 20:58 ` Richard Riley
2009-07-09 21:12 ` Paul R
2009-07-11 20:24 ` Stefan Monnier
2009-07-12 11:01   ` Robert D. Crawford
2009-07-13  7:18   ` Ken Raeburn
2009-07-17 15:59   ` Paul R
2009-07-18  1:29     ` Miles Bader
2009-07-21  9:18       ` Paul R
2009-07-21 15:52         ` Stefan Monnier
2009-07-21 16:31           ` Miles Bader
2009-07-21 17:25             ` Thomas Lord
2009-07-22  9:23             ` Paul R
2009-07-21 16:52           ` David Reitter
2009-07-21 20:34             ` Chong Yidong
2009-07-21 17:13           ` Thomas Lord
2009-07-21 18:21             ` Adam Wołk
2009-07-21 19:01               ` Lennart Borgman
2009-07-21 19:26                 ` Adam Wołk
2009-07-21 19:33                   ` Lennart Borgman
2009-07-21 19:47                     ` Adam Wołk [this message]
2009-07-21 20:02                   ` Robert D. Crawford
2009-07-21 20:08                     ` Lennart Borgman
2009-07-21 20:37                       ` Robert D. Crawford
2009-07-21 20:24                     ` Adam Wołk
2009-07-21 21:27                       ` Robert D. Crawford
2009-07-21 21:36                         ` T.V. Raman
2009-07-21 22:14                           ` Robert D. Crawford
2009-07-21 21:48                         ` Adam Wołk
2009-07-21 22:24                           ` Robert D. Crawford
2009-07-22 10:33               ` Tassilo Horn
2009-07-22  9:12           ` Paul R
2009-07-22 14:47             ` Stefan Monnier
     [not found]       ` <fxezoucvx5x8i57cbqUYAxe124vaj_firegpg@mail.gmail.com>
2009-07-21 22:09         ` Stephen Eilert
2009-07-21 23:05           ` Chong Yidong
2009-07-22 17:40             ` Stephen Eilert
2009-07-22 18:07               ` Chong Yidong
2009-08-30 18:22   ` joakim
2009-09-02  9:58     ` martin rudalics
2009-09-02 12:00       ` joakim
2009-09-12 19:03 ` Deniz Dogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.uxfnw5n6bf5wq6@inferno.interq.pl \
    --to=netprobe@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=ferkiwi+a@gmail.com \
    --cc=lennart.borgman@gmail.com \
    --cc=lord@emf.net \
    --cc=miles@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=paul.r.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.