From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.devel Subject: Re: APL mode Date: Sun, 13 Oct 2013 20:17:04 +0530 Message-ID: References: <2556707.G5KkrEK5zp@descartes> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1381675648 8476 80.91.229.3 (13 Oct 2013 14:47:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2013 14:47:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?R=FCdiger_Sonderfeld?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 13 16:47:33 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 1VVMx9-0005jD-1j for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 16:47:31 +0200 Original-Received: from localhost ([::1]:33320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVMx8-0005Ke-7p for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 10:47:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVMx5-0005Jh-Gc for emacs-devel@gnu.org; Sun, 13 Oct 2013 10:47:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVMx4-00073e-2Y for emacs-devel@gnu.org; Sun, 13 Oct 2013 10:47:27 -0400 Original-Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:34601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVMx3-00073a-Qy for emacs-devel@gnu.org; Sun, 13 Oct 2013 10:47:25 -0400 Original-Received: by mail-pd0-f178.google.com with SMTP id w10so6374719pde.9 for ; Sun, 13 Oct 2013 07:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=KJn7jG/VKdkCgCKZq3hOQJaB3heSqSZ8CPc/07H00zk=; b=HbGn+oSLZ0kI4OIPEqQoudLw8drt2kkJ3xLiiK3ub5b/6wAbsfGx5fqC7RoVhyF15Q UQvghHtskGubDFQPYe7Pa1oYVaUH4esrw+fwVjtsALuF4v3SxNunkDWNGPR334l7zZSY v+tdxBBGxlWQTej3P43d8RS4976i01GRkGBK4OcA5w5PCOrccMoqaltUda7D2fhuFghT LuOZDjJ+/1MdwFLSJAD5/0N8eoPW3NtJCUPVThhsWJC998VMu1XKETPGeAGCuZOq9yiL 6io9u6dcgSA+cLbjaVdz31l9BcIfyVHrdhcos5QXCfzFV9VIm97WDli/5vLK2563260p pNMw== X-Received: by 10.68.138.199 with SMTP id qs7mr389396pbb.199.1381675644200; Sun, 13 Oct 2013 07:47:24 -0700 (PDT) Original-Received: by 10.68.133.198 with HTTP; Sun, 13 Oct 2013 07:47:04 -0700 (PDT) In-Reply-To: <2556707.G5KkrEK5zp@descartes> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::232 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:164176 Archived-At: On Sun, Oct 13, 2013 at 6:12 PM, R=FCdiger Sonderfeld wrote: > Hi, > I started working on some APL-mode stuff. But I haven't gotten very far = and I > currently lack the time to continue working on it. > > Feel free to improve/change it: > > https://github.com/ruediger/apl-mode Hi R=FCdiger Good to see someone else has interest in APL-under-emacs! I have one general question for you: Did you try Gnu-Apl under emacs? I personally find the xmodmap approach too invasive to be practicable -- everything other than the emacs-apl modes stop working! Not just at the emacs level but even at the X level eg Alt-F2, Alt-F4 etc etc So I feel we need to find an input-method approach which does not disturb things too much outside the 2 buffers where its needed -- Apl file, Apl interpreter. --=20 http://www.the-magus.in http://blog.languager.org