From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juergen Sauermann Newsgroups: gmane.emacs.devel Subject: Re: APL mode Date: Mon, 28 Oct 2013 13:40:33 +0100 Message-ID: <526E5B41.7060100@t-online.de> References: <2556707.G5KkrEK5zp@descartes> <2175241.EV4ttzPlpJ@descartes> <52603276.70404@harpegolden.net> <87ppqqt4s8.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1382976536 7659 80.91.229.3 (28 Oct 2013 16:08:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2013 16:08:56 +0000 (UTC) Cc: "Stephen J. Turnbull" , Stefan Monnier , emacs-devel To: Rustom Mody Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 28 17:09:00 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 1VapND-0008Ll-Fo for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2013 17:08:59 +0100 Original-Received: from localhost ([::1]:42034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VapNC-0003s9-VR for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2013 12:08:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vam7k-0002Le-7M for emacs-devel@gnu.org; Mon, 28 Oct 2013 08:40:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vam7c-0002I4-N8 for emacs-devel@gnu.org; Mon, 28 Oct 2013 08:40:48 -0400 Original-Received: from mailout11.t-online.de ([194.25.134.85]:60427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vam7c-0002Gz-Cp for emacs-devel@gnu.org; Mon, 28 Oct 2013 08:40:40 -0400 Original-Received: from fwd04.aul.t-online.de (fwd04.aul.t-online.de ) by mailout11.t-online.de with smtp id 1Vam7Y-0001zu-GH; Mon, 28 Oct 2013 13:40:36 +0100 Original-Received: from [192.168.0.110] (STKFZZZO8hD0u9FeQjfQSXkPPWUTgAARh85NgMo9ZSP6F7XnlyqZrYOVwCKLtgbwOU@[79.235.233.124]) by fwd04.t-online.de with esmtp id 1Vam7W-3ddS760; Mon, 28 Oct 2013 13:40:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 In-Reply-To: X-ID: STKFZZZO8hD0u9FeQjfQSXkPPWUTgAARh85NgMo9ZSP6F7XnlyqZrYOVwCKLtgbwOU X-TOI-MSGID: f4a86c52-12bf-4145-ac85-47754abd3daf X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 194.25.134.85 X-Mailman-Approved-At: Mon, 28 Oct 2013 12:08:56 -0400 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:164599 Archived-At: Hi, setxkbmap -layout "us,apl" -variant ",sax" -option "grp:switch" gives me "Error loading new keyboard description" while setxkbmap -layout "us,apl" -variant "sax" -option "grp:switch" seems to work better. However, I am getting ∊ for both rAlt and shift-rAlt (the latter should give, for example, ⍷ = U2377 instead). so the sax variant seems not to be understood. /// Juergen On 10/28/2013 01:21 PM, Rustom Mody wrote: > setxkbmap -layout "us,apl" -variant ",sax" -option "grp:switch"