From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: describe-char should display the character's Unicode name Date: Thu, 24 Jul 2008 17:34:02 +0200 Message-ID: <4888A0EA.80305@gmail.com> References: <868ww3vydn.fsf@lifelogs.com> <86ljzzkyjg.fsf@lifelogs.com> <87r69qk7rt.fsf@jurta.org> <86iquzi49s.fsf@lifelogs.com> <878wvta5rb.fsf@jurta.org> <863am0ejyi.fsf@lifelogs.com> <87vdywz54i.fsf@jurta.org> <4887B618.4000307@gmail.com> <86zlo7bebu.fsf@lifelogs.com> <86myk7b8vo.fsf@lifelogs.com> 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 1216913694 8856 80.91.229.12 (24 Jul 2008 15:34:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 15:34:54 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 17:35:43 2008 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 1KM2qu-0006bF-Oh for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 17:35:40 +0200 Original-Received: from localhost ([127.0.0.1]:35495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM2ps-0006e0-TF for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 11:34:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM2po-0006dN-89 for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:34:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM2pj-0006cx-Oc for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:34:27 -0400 Original-Received: from [199.232.76.173] (port=49320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM2pj-0006cs-E1 for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:34:23 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:50783) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KM2ph-0001ec-FB for emacs-devel@gnu.org; Thu, 24 Jul 2008 11:34:22 -0400 Original-Received: from c83-254-151-176.bredband.comhem.se ([83.254.151.176]:60071 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KM2pT-0007th-4v; Thu, 24 Jul 2008 17:34:07 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <86myk7b8vo.fsf@lifelogs.com> X-Antivirus: avast! (VPS 080724-1, 2008-07-24), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.176 X-Scan-Result: No virus found in message 1KM2pT-0007th-4v. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1KM2pT-0007th-4v 269c97d7aac10b0d215f4929b2618869 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:101398 Archived-At: Ted Zlatanov wrote: > On Thu, 24 Jul 2008 15:39:42 +0200 "Lennart Borgman" wrote: > > LB> Can you please explain that thing with "an actual key name" above? > > Juri mentioned that M-TAB, for example, won't work as a Quail method > invocation key. You need to use a single key, not a key sequence > apparently (but realize I don't know the internals and am just repeating > what Juri found). Thanks Ted. Juri, could you please explain a bit? Would it be possible to use tabkey2.el for Quyail in its current incarnation where I do something like (funcall original-command-on-tab) on the 2nd Tab press.