From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Android port of Emacs Date: Thu, 13 Jul 2023 13:54:49 +0000 Message-ID: <489f350ce61f61bc9522@heytings.org> References: <83v8fnslfz.fsf@gnu.org> <83edmask4z.fsf@gnu.org> <5c02371a-3c42-de66-70b7-4ed0d88cc3fa@gutov.dev> <87cz1td0ku.fsf@yahoo.com> <87cz1ta5fr.fsf@telefonica.net> <87edm645yy.fsf@yahoo.com> <878rc95a1t.fsf@telefonica.net> <87r0q1vwtl.fsf@yahoo.com> <874jmx55ek.fsf@telefonica.net> <87mt0owgjf.fsf@yahoo.com> <87zg4o47vi.fsf@telefonica.net> <87ilbc9oh6.fsf@yahoo.com> <878rby5284.fsf@yahoo.com> <39787f70-4d80-51c1-1f66-70f7feda7227@gutov.dev> <87zg4e31wm.fsf@yahoo.com> <83bkguo3oo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8515"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Po Lu , dmitry@gutov.dev, sbaugh@janestreet.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 13 15:55:39 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qJwnD-0001xd-Qv for ged-emacs-devel@m.gmane-mx.org; Thu, 13 Jul 2023 15:55:39 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qJwmX-0003WR-6p; Thu, 13 Jul 2023 09:54:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJwmU-0003WE-DY for emacs-devel@gnu.org; Thu, 13 Jul 2023 09:54:54 -0400 Original-Received: from heytings.org ([95.142.160.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJwmR-0008Ko-Up; Thu, 13 Jul 2023 09:54:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1689256489; bh=qcTaEPODkyacIoGU6dDbZqHHpCqm1VuekhWPsFH0iNc=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=FQSWo2l4ACsr7OSJI/p5AYXyyIdt3aJPcTy1AR6x6lz6DZZj2Pr+8FVerKJqhcPJV 9LB9VDtnOUlV4Lc2J6FYHuGQZlUxOOCCe0zPzk2alGn3iWqNRjZjurKePy1jgvKNxH 9sBAvIqWOcyuVp/kEh4/ll+3mJkizMhWWuRAVlq9dGGR1qPA9Vqs0zJ8Bn4fO/lnIk MQhIYlVpbGgu+iDFH+JKZP01kGO0QwsmStCTXMZj2KkSPXJDTFD4Nd2UoDQJclovij L2q20nw9mnS9vSmMxYGyn9vgz4tI+l2BQCNBTseWtrNtv8HfEtFsIp+on6M+E16vSu DXC2kAkSWxlcg== In-Reply-To: <83bkguo3oo.fsf@gnu.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307818 Archived-At: >>> How do you input M-x? That would require the keyboard to stick around >>> when there is no active input, right? >> >> I select Edit -> Execute Command from the menu bar. (This option only >> exists on the branch.) > > Did you see how JuiceSSH does that? Its keyboard add-on is very > convenient in use with Emacs, when I need to SSH into a remote host. It > has keys for Ctrl, Alt, Home/End, PgUp/Pgn, ESC, and arrow keys. Very > convenient. > Guess what? Such a keyboard add-on is built-in in both Termux and Termux:X11, and what's more it is fully configurable.