From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: Why Emacs needs a modern bug tracker Date: Thu, 10 Jan 2008 06:11:13 +0200 Message-ID: <20080110041113.GA12523@kobe.laptop> References: <20080104164454.0A4BD830697@snark.thyrsus.com> <20080104232514.GB2735@muc.de> <20080105122310.GB3014@muc.de> <20080105174008.2208B303F6@Psilocybe.Update.UU.SE> <20080105171004.128cec58@reforged> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199938300 5606 80.91.229.12 (10 Jan 2008 04:11:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 04:11:40 +0000 (UTC) Cc: Mike Mattie , ams@gnu.org, emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 10 05:12:02 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 1JColt-0007ot-9P for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2008 05:12:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JColV-0007yh-IT for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 23:11:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JColP-0007vh-7Z for emacs-devel@gnu.org; Wed, 09 Jan 2008 23:11:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JColN-0007tW-TD for emacs-devel@gnu.org; Wed, 09 Jan 2008 23:11:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JColN-0007tD-MR for emacs-devel@gnu.org; Wed, 09 Jan 2008 23:11:29 -0500 Original-Received: from mx-out.forthnet.gr ([193.92.150.104] helo=mx-out-04.forthnet.gr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JColF-0000jD-V5; Wed, 09 Jan 2008 23:11:22 -0500 Original-Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-04.forthnet.gr (8.13.8/8.13.8) with ESMTP id m0A4BIiO000720; Thu, 10 Jan 2008 06:11:18 +0200 Original-Received: from MX-IN-04.forthnet.gr (mx-in-04.forthnet.gr [193.92.150.163]) by mx-av-03.forthnet.gr (8.14.1/8.14.1) with ESMTP id m0A4BIvZ029165; Thu, 10 Jan 2008 06:11:18 +0200 Original-Received: from kobe.laptop (ppp263-130.adsl.forthnet.gr [77.49.42.130]) by MX-IN-04.forthnet.gr (8.14.2/8.14.2) with ESMTP id m0A4BFg3022177; Thu, 10 Jan 2008 06:11:17 +0200 Authentication-Results: MX-IN-04.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-04.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m0A4BFpF012675; Thu, 10 Jan 2008 06:11:15 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m0A4BDVC012674; Thu, 10 Jan 2008 06:11:13 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Content-Disposition: inline In-Reply-To: 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:86678 Archived-At: On 2008-01-06 13:09, Richard Stallman wrote: > 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. Hi Richard, Another extension which you will probably like a lot is `mozex': http://mozex.mozdev.org/development.html It can be configured to allow editing of web forms through emacsclient, which I *always* do these days. I vehemently _hate_ having to edit in a tiny text box, with web-page dependent fonts and non-Emacs keyboard bindings. So I usually install mozex, and then configure mozex to edit text areas with: emacsclient -a emacs I commonly start `server-mode' in an Emacs instance when I fire up X11, so this works quite nicely.