From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: APL mode Date: Mon, 14 Oct 2013 12:40:06 +0200 Message-ID: <8585072.kCA3NtitWN@descartes> References: <2175241.EV4ttzPlpJ@descartes> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1381747232 10991 80.91.229.3 (14 Oct 2013 10:40:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2013 10:40:32 +0000 (UTC) Cc: Rustom Mody To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 14 12:40:35 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVfZh-0000Ed-Im for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 12:40:33 +0200 Original-Received: from localhost ([::1]:36124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVfZg-0004kW-E8 for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 06:40:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVfZV-0004jV-06 for emacs-devel@gnu.org; Mon, 14 Oct 2013 06:40:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVfZN-0006xi-GJ for emacs-devel@gnu.org; Mon, 14 Oct 2013 06:40:20 -0400 Original-Received: from ptmx.org ([178.63.28.110]:36864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVfZN-0006xa-A9 for emacs-devel@gnu.org; Mon, 14 Oct 2013 06:40:13 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id C24C22ACF7; Mon, 14 Oct 2013 12:40:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vhnRWMw7kTDG; Mon, 14 Oct 2013 12:40:10 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 2D38A221A1; Mon, 14 Oct 2013 12:40:10 +0200 (CEST) User-Agent: KMail/4.10.5 (Linux/3.8.0-30-generic; KDE/4.10.5; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164195 Archived-At: On Monday 14 October 2013 10:30:42 Rustom Mody wrote: > Heres a first cut attempt. > F8 and F9 are made to be like dead-keys by making them emacs prefix k= eys. > What do you think? F8/F9 might be a bad choice because they are user keys. But overall yo= u=20 approach seems like a good idea. APL programmers are certainly likely = to use=20 the keyboard approach. I personally prefer the quail input method thou= gh. =20 But then again I use M-x quite often in Emacs as well instead of keybin= dings. Regards, R=C3=BCdiger