From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Why Emacs needs a modern bug tracker Date: Sun, 06 Jan 2008 22:27:03 +0100 Message-ID: <478147A7.1030301@swipnet.se> References: <20080104164454.0A4BD830697@snark.thyrsus.com> <20080104232514.GB2735@muc.de> <20080105122310.GB3014@muc.de> <20080105174008.2208B303F6@Psilocybe.Update.UU.SE> <20080105171004.128cec58@reforged> <85abnihl6z.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199654905 5462 80.91.229.12 (6 Jan 2008 21:28:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 21:28:25 +0000 (UTC) Cc: Mike Mattie , ams@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 22:28:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBd2z-0004IX-Fk for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 22:28:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBd2c-0004z8-JY for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 16:28:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBd2Y-0004wz-Lv for emacs-devel@gnu.org; Sun, 06 Jan 2008 16:28:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBd2X-0004uo-8C for emacs-devel@gnu.org; Sun, 06 Jan 2008 16:28:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBd2W-0004uT-Qu for emacs-devel@gnu.org; Sun, 06 Jan 2008 16:28:16 -0500 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBd2M-0005oT-2h; Sun, 06 Jan 2008 16:28:06 -0500 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 4676837FE8; Sun, 6 Jan 2008 22:28:04 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 33FC537E7B; Sun, 6 Jan 2008 22:28:04 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 202FF37E48; Sun, 6 Jan 2008 22:28:04 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: <85abnihl6z.fsf@lola.goethe.zz> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86398 Archived-At: David Kastrup skrev: > Richard Stallman writes: > >> I highly recommend firemacs. It's a firefox add-on that rebinds most >> of the editing keys to Emacs defaults. >> >> https://addons.mozilla.org/en-US/firefox/addon/4141 >> >> I've been wanting that for ages. > > Place the line > > gtk-key-theme-name = "Emacs" > > into the file ~/.gtkrc-2.0 and that's basically it. For all GTK+ > applications, not just firefox. > Not guaranteed to work. I think Gtk+ don't read ~/.gtkrc-2.0 if there is a gconf daemon running. Or maybe that is a Gnome setup. Anyway, Gtk+ developers says ~/.gtkrc-2.0 is depreciated. Don't know how firefox does it though. Anyway, the add on is useful for OSX and such also. Jan D.