Discussion:
emacs keybindings for Thunderbird editor?
(too old to reply)
Chris Menzel
2005-02-05 06:11:04 UTC
Permalink
I have successfully gotten emacs keybindings working in Firefox under
FreeBSD by modifying platformHTMLBindings.xml. Similar modifications
have enabled me to get similar bindings in much of Thunderbird (e.g.,
simple text areas), but only a frustrating subset of them work in the
Thunderbird editor -- notably, while ctrl-[AEBK] are emacsish, I don't
seem able to alter the behavior of ctrl-P, ctrl-N, and ctrl-F, despite
the fact that they are correctly defined in the above xml file. I have
also tried adding the line

include "/usr/X11R6/share/themes/Emacs/gtk-2.0-key/gtkrc"

in ~/.gtkrc-2.0 to call up an emacs keybinding scheme for gtk apps, with
no luck.

Any help would be much appreciated. Thunderbird is the best mailer I've
found for X11, but having to compose email without emacs bindings is
just not an option for me; they are just too hardwired into my fingers.

Chris Menzel
Neil
2005-02-08 17:19:57 UTC
Permalink
Post by Chris Menzel
I have successfully gotten emacs keybindings working in Firefox under
FreeBSD by modifying platformHTMLBindings.xml. Similar modifications
have enabled me to get similar bindings in much of Thunderbird (e.g.,
simple text areas), but only a frustrating subset of them work in the
Thunderbird editor -- notably, while ctrl-[AEBK] are emacsish, I don't
seem able to alter the behavior of ctrl-P, ctrl-N, and ctrl-F, despite
the fact that they are correctly defined in the above xml file.
So they work in FireFox, particularly in the Midas demo?
http://www.mozilla.org/editor/midasdemo/
--
Warning: May contain traces of nuts.
Chris Menzel
2005-02-09 13:38:26 UTC
Permalink
Post by Neil
Post by Chris Menzel
I have successfully gotten emacs keybindings working in Firefox under
FreeBSD by modifying platformHTMLBindings.xml. Similar modifications
have enabled me to get similar bindings in much of Thunderbird (e.g.,
simple text areas), but only a frustrating subset of them work in the
Thunderbird editor -- notably, while ctrl-[AEBK] are emacsish, I don't
seem able to alter the behavior of ctrl-P, ctrl-N, and ctrl-F, despite
the fact that they are correctly defined in the above xml file.
So they work in FireFox, particularly in the Midas demo?
http://www.mozilla.org/editor/midasdemo
Actually, no, not in midasdemo (except under OS X, no doubt because many
of the functions of Control under Linux and FreeBSD are subsumed by the
Mac Command key). I *really* hope the Mozilla folks allow
platformHTMLBindings.xml to override these defaults.
Neil
2005-02-10 13:36:36 UTC
Permalink
Post by Chris Menzel
Post by Neil
Post by Chris Menzel
I have successfully gotten emacs keybindings working in Firefox
under FreeBSD by modifying platformHTMLBindings.xml. Similar
modifications have enabled me to get similar bindings in much of
Thunderbird (e.g., simple text areas), but only a frustrating subset
of them work in the Thunderbird editor -- notably, while ctrl-[AEBK]
are emacsish, I don't seem able to alter the behavior of ctrl-P,
ctrl-N, and ctrl-F, despite the fact that they are correctly defined
in the above xml file.
So they work in FireFox, particularly in the Midas demo?
http://www.mozilla.org/editor/midasdemo
Actually, no, not in midasdemo (except under OS X, no doubt because
many of the functions of Control under Linux and FreeBSD are subsumed
by the Mac Command key). I *really* hope the Mozilla folks allow
platformHTMLBindings.xml to override these defaults.
OS X is different, because the GTK2 code queries Gnome for the key
bindings, while OS X relies on platformHTMLBindings.xml; maybe you can
figure out using bug 257405 if you can work around it.
--
Warning: May contain traces of nuts.
Loading...