all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* conkeror and emacs custom keymap
@ 2009-08-12 16:45 imputerate
  2009-08-12 21:02 ` Colin S. Miller
  2009-08-13  4:15 ` B. T. Raven
  0 siblings, 2 replies; 6+ messages in thread
From: imputerate @ 2009-08-12 16:45 UTC (permalink / raw)
  To: help-gnu-emacs

my .emacs file contains lines like these:

(global-set-key "\eh" 'backward-delete-char)
(global-set-key "\eg" 'delete-char)
(global-set-key "\ev" 'kill-word)
(global-set-key "\ey" 'kill-line)

Such keymappings allow me to "touch edit" as well as "touch type;"

When I use Firefox they don't work;

Would they work in conkeror? How?

Thanks, imputerate


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: conkeror and emacs custom keymap
  2009-08-12 16:45 conkeror and emacs custom keymap imputerate
@ 2009-08-12 21:02 ` Colin S. Miller
  2009-08-13  2:43   ` imputerate
  2009-08-13  4:15 ` B. T. Raven
  1 sibling, 1 reply; 6+ messages in thread
From: Colin S. Miller @ 2009-08-12 21:02 UTC (permalink / raw)
  To: help-gnu-emacs

imputerate wrote:
> my .emacs file contains lines like these:
> 
> (global-set-key "\eh" 'backward-delete-char)
> (global-set-key "\eg" 'delete-char)
> (global-set-key "\ev" 'kill-word)
> (global-set-key "\ey" 'kill-line)
> 
> Such keymappings allow me to "touch edit" as well as "touch type;"
> 
> When I use Firefox they don't work;
> 
> Would they work in conkeror? How?
> 
> Thanks, imputerate

Imputerate,

I think you misunderstand what emacs means by 'global'.

global-set-key sets a global key binding within emacs (i.e. not editing-mode specific).
It won't affect any other programs you are running, including
Mozilla's firefox, or KDE konqueror (I assume that is what you mean by 'conkeror').

In KDE,
you can change the shortcuts for all KDE apps by using
"KDE Button" / "Control Center"
selecting "Regional & Accessibility" / "Keyboard Shortcuts".

However, this will only affect KDE apps; it won't affect
galeon (Gnome's browser), open office, emacs, firefox etc.



HTH,
Colin S. Miller


-- 
Replace the obvious in my email address with the first three letters of the hostname to reply.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: conkeror and emacs custom keymap
  2009-08-12 21:02 ` Colin S. Miller
@ 2009-08-13  2:43   ` imputerate
  2009-08-13  8:35     ` Dmitry Dzhus
  0 siblings, 1 reply; 6+ messages in thread
From: imputerate @ 2009-08-13  2:43 UTC (permalink / raw)
  To: help-gnu-emacs

On Aug 12, 4:02 pm, "Colin S. Miller" <no-spam-
thank-...@csmiller.demon.co.uk> wrote:
> imputerate wrote:
> > my .emacs file contains lines like these:
>
> > (global-set-key "\eh" 'backward-delete-char)
> > (global-set-key "\eg" 'delete-char)
> > (global-set-key "\ev" 'kill-word)
> > (global-set-key "\ey" 'kill-line)
>
> > Such keymappings allow me to "touch edit" as well as "touch type;"
>
> > When I use Firefox they don't work;
>
> > Would they work in conkeror? How?
>
> > Thanks, imputerate
>
> Imputerate,
>
> I think you misunderstand what emacs means by 'global'.
>
> global-set-key sets a global key binding within emacs (i.e. not editing-mode specific).
> It won't affect any other programs you are running, including
> Mozilla's firefox, or KDE konqueror (I assume that is what you mean by 'conkeror').
>
> In KDE,
> you can change the shortcuts for all KDE apps by using
> "KDE Button" / "Control Center"
> selecting "Regional & Accessibility" / "Keyboard Shortcuts".
>
> However, this will only affect KDE apps; it won't affect
> galeon (Gnome's browser), open office, emacs, firefox etc.
>
> HTH,
> Colin S. Miller
>
> --
> Replace the obvious in my email address with the first three letters of the hostname to reply.

by conkeror i mean the emacs oriented web browser [not konqueror, the
KDE app];

does that make my predicament any cheerier?

imputerate


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: conkeror and emacs custom keymap
  2009-08-12 16:45 conkeror and emacs custom keymap imputerate
  2009-08-12 21:02 ` Colin S. Miller
@ 2009-08-13  4:15 ` B. T. Raven
  2009-08-13  5:46   ` Ivan Kanis
  1 sibling, 1 reply; 6+ messages in thread
From: B. T. Raven @ 2009-08-13  4:15 UTC (permalink / raw)
  To: help-gnu-emacs

imputerate wrote:
> my .emacs file contains lines like these:
> 
> (global-set-key "\eh" 'backward-delete-char)
> (global-set-key "\eg" 'delete-char)
> (global-set-key "\ev" 'kill-word)
> (global-set-key "\ey" 'kill-line)
> 
> Such keymappings allow me to "touch edit" as well as "touch type;"
> 
> When I use Firefox they don't work;
> 
> Would they work in conkeror? How?
> 
> Thanks, imputerate

Don't know, but there is an add-on for Firefox called Firemacs (now at 
3.7) which can map Firefox shortcuts to Emacs key combos. This is 
available for both w32 and Linux versions of FF.

Ed



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: conkeror and emacs custom keymap
  2009-08-13  4:15 ` B. T. Raven
@ 2009-08-13  5:46   ` Ivan Kanis
  0 siblings, 0 replies; 6+ messages in thread
From: Ivan Kanis @ 2009-08-13  5:46 UTC (permalink / raw)
  To: B. T. Raven; +Cc: help-gnu-emacs

"B. T. Raven" <nihil@nihilo.net> wrote:

> Don't know, but there is an add-on for Firefox called Firemacs (now at
> 3.7) which can map Firefox shortcuts to Emacs key combos. This is
> available for both w32 and Linux versions of FF.

Thanks for the tip, I just installed Firemacs and it makes Firefox even
more friendly.

Regards,
-- 
Ivan
Kanis http://kanis.fr

Computer games don't affect kids; I mean if Pac-Man affected us as
kids, we'd all be running around in darkened rooms, munching magic
pills and listening to repetitive electronic music.
    -- Kristian Wilson 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: conkeror and emacs custom keymap
  2009-08-13  2:43   ` imputerate
@ 2009-08-13  8:35     ` Dmitry Dzhus
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Dzhus @ 2009-08-13  8:35 UTC (permalink / raw)
  To: help-gnu-emacs

imputerate wrote:

> by conkeror i mean the emacs oriented web browser [not konqueror, the
> KDE app];

Although Conkeror design is inspired by Emacs, it does not use
keybindings you set inside the Emacs (just like any other program).

You probably want to use these keybindings to edit text fields in web
forms. In that case I suggest you to set up emacs (or emacsclient) as
your EDITOR so you can hit C-i in Conkeror and edit fields in Emacs.
-- 
Happy Hacking.

http://sphinx.net.ru^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-13  8:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-12 16:45 conkeror and emacs custom keymap imputerate
2009-08-12 21:02 ` Colin S. Miller
2009-08-13  2:43   ` imputerate
2009-08-13  8:35     ` Dmitry Dzhus
2009-08-13  4:15 ` B. T. Raven
2009-08-13  5:46   ` Ivan Kanis

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.