[7036] in testers
Re: mozilla doesn't honor emacs line-edits
daemon@ATHENA.MIT.EDU (Alex Rolfe)
Tue May 24 17:36:55 2005
To: Robert A Basch <rbasch@mit.edu>
Cc: Angie Kelic <sly@mit.edu>, testers@mit.edu
From: Alex Rolfe <arolfe@MIT.EDU>
Date: Tue, 24 May 2005 17:36:43 -0400
In-Reply-To: <1116970258.8758.47.camel@anhedonia.mit.edu> (Robert A. Basch's
message of "Tue, 24 May 2005 17:30:59 -0400")
Message-ID: <ubzr7fw2tn8.fsf@metacircular-evaluator.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
linux (ec-eval.csail.mit.edu) running 9.4.5.
I confirmed (with 'gconftool-2 -g ') that they value was written
correctly and running strace on mozilla showed that it ran gconftool-2
to get that registry value, so I don't know why it wasn't used. Perhaps
it tried to read that setting from elsewhere later and overwrote the
gconftool output?
Alex
Robert A Basch <rbasch@MIT.EDU> writes:
> On Tue, 2005-05-24 at 16:06, Alex Rolfe wrote:
>> Using just gconftool-2 didn't work; I had to add "gtk-key-theme-name =
>> "Emacs"" to my .gtkrc-2.0 to make the keybindings work again.
>
> On what machine/version did you try this? In my testing on 9.4.5
> machines, only setting the GConf key seems to work; editing .gtkrc-2.0
> seems to have no effect. On the other hand, the mozillaZine article
> is annoyingly uncertain on this...
>
> Bob