From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: How to recognize keyboard insertion? Date: Sun, 01 Nov 2009 13:59:32 +0000 Message-ID: <4AED9444.4020207@harpegolden.net> References: <83vdhvd096.fsf@gnu.org> <4AEC6CC5.3010009@harpegolden.net> <83skczcwes.fsf@gnu.org> <4AECE4BB.9010900@gnu.org> <83hbtedh8z.fsf@gnu.org> <87fx8yddex.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1257084017 29156 80.91.229.12 (1 Nov 2009 14:00:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2009 14:00:17 +0000 (UTC) Cc: Eli Zaretskii , Jason Rumney , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 01 15:00:10 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N4ayX-0005Ug-Rc for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2009 15:00:10 +0100 Original-Received: from localhost ([127.0.0.1]:53308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4ayX-0001pu-8i for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2009 09:00:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4ayL-0001nY-Gn for emacs-devel@gnu.org; Sun, 01 Nov 2009 08:59:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4ayG-0001lY-8w for emacs-devel@gnu.org; Sun, 01 Nov 2009 08:59:56 -0500 Original-Received: from [199.232.76.173] (port=36150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4ayF-0001lR-Vw for emacs-devel@gnu.org; Sun, 01 Nov 2009 08:59:52 -0500 Original-Received: from harpegolden.net ([65.99.215.13]:33740) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4ayA-0002FE-Vm; Sun, 01 Nov 2009 08:59:47 -0500 Original-Received: from [87.198.54.207] (87-198-54-207.ptr.magnet.ie [87.198.54.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTP id D117C8205; Sun, 1 Nov 2009 13:59:43 +0000 (GMT) User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) In-Reply-To: <87fx8yddex.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116553 Archived-At: Turning on arabic layout and using keypresses "ABCD(5+4)*96EF" i.e. pressing a then b then c then d then Shift-0 (so generating code for "(" not ")", remembering the arabic layout has them reversed) then 5 then + then 4 then Shift-9 (so code ")" not "(") then * then 9 then 6 then e then f. And now using "(" and ")" to indicate displayed orientation not underlying code: -!- is cursor: icedove / kmail / openoffice all do: -!- -!-A -!-BA -!-CBA -!-DCBA DCBA(-!- 5-!-)DCBA 5)DCBA+-!- 4-!-+5)DCBA 4+5)DCBA)-!- 4+5)DCBA)*-!- 9-!-*(4+5)DCBA 96-!-*(4+5)DCBA -!-E96*(4+5)DCBA -!-FE96*(4+5)DCBA