From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.devel Subject: Re: [RFE] Migration to gitlab Date: Sat, 11 May 2019 09:29:48 -0400 Message-ID: <874l61azlf.fsf@fencepost.gnu.org> References: <1552789070.5272.1@yandex.ru> <87imwhmmt8.fsf@gmail.com> <87y347g1l3.fsf@iotcl.com> <9ac21e82-8e47-f9b5-f88d-23c0c56946d1@yandex.ru> <87pnpc1lby.fsf@iotcl.com> <83zhoezdqc.fsf@gnu.org> <87imuivfcr.fsf@iotcl.com> <83k1eyfxls.fsf@gnu.org> <3b8e2195-07c0-a240-6164-8d34bcca344f@yandex.ru> <83ftpmfp0y.fsf@gnu.org> <838svefl3p.fsf@gnu.org> <658fcd11-dfad-2060-c84b-5da938d506b7@yandex.ru> <83woiydorm.fsf@gnu.org> <87r296ui8n.fsf@telefonica.net> <83r295ecws.fsf@gnu.org> <831s15dw56.fsf@gnu.org> <28869f2c-4784-f176-3564-871f48ad58bd@yandex.ru> <83zhntcgf8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="60752"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 11 15:29:59 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hPS4d-000Fh5-2B for ged-emacs-devel@m.gmane.org; Sat, 11 May 2019 15:29:59 +0200 Original-Received: from localhost ([127.0.0.1]:58911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPS4c-0008AO-22 for ged-emacs-devel@m.gmane.org; Sat, 11 May 2019 09:29:58 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPS4W-0008AH-9c for emacs-devel@gnu.org; Sat, 11 May 2019 09:29:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPS4W-0001fM-7x for emacs-devel@gnu.org; Sat, 11 May 2019 09:29:52 -0400 Original-Received: from [192.159.176.171] (port=45828 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hPS4V-0006LG-Cc for emacs-devel@gnu.org; Sat, 11 May 2019 09:29:52 -0400 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <83zhntcgf8.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236418 Archived-At: Eli Zaretskii writes: >> From: Dmitry Gutov >> Date: Sat, 11 May 2019 15:34:19 +0300 >> Cc: ofv@wanadoo.es, emacs-devel@gnu.org >>=20 >> On 11.05.2019 15:16, Eli Zaretskii wrote: >> > The answer seems to be "Google Chrome". Unfortunately. >>=20 >> Not necessarily: >>=20 >> https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/ > > Much better, thanks. > You could also go for something like Tridactyl [0], which allows you to accomplish various tasks using only your keyboard. The default bindings are modelled after Vim, but it=E2=80=99s very malleable and you could change (almost) every binding. I say almost because in recent versions of Firefox (and by extension IceCat) you can=E2=80=99t rebind some of the =E2= =80=9Ccore=E2=80=9D bindings like C-n. Though I personally haven=E2=80=99t really found that t= o be problematic, as I prefer p and n over C-p and C-n anyway. You can have a look at my config here [1] or the example config there [2], to get an idea of what=E2=80=99s possible. [0]: https://github.com/tridactyl/tridactyl [1]: https://git.sr.ht/~bandali/dotfiles/tree/master/.config/tridactyl/trid= actylrc [2]: https://github.com/tridactyl/tridactyl/blob/master/.tridactylrc Specifically, for editing textareas in Emacs, it=E2=80=99ll pick up your $E= DITOR or you can set the editor explicitly using its editorcmd option [3]. [3]: https://git.sr.ht/~bandali/dotfiles/commit/2446aab5a76e00157c62e13ec06= b09370df3519a Hope this helps.