From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: crash in RC branch Date: Tue, 24 Dec 2002 08:19:28 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1040710836 27517 80.91.224.249 (24 Dec 2002 06:20:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Dec 2002 06:20:36 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18QiQb-00079g-00 for ; Tue, 24 Dec 2002 07:20:33 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18QiU1-0004o8-00 for ; Tue, 24 Dec 2002 07:24:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QiQ6-0005oL-02 for emacs-devel@quimby.gnus.org; Tue, 24 Dec 2002 01:20:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18QiPm-0005lU-00 for emacs-devel@gnu.org; Tue, 24 Dec 2002 01:19:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18QiPk-0005gl-00 for emacs-devel@gnu.org; Tue, 24 Dec 2002 01:19:42 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QiPj-0005fB-00; Tue, 24 Dec 2002 01:19:40 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA25169; Tue, 24 Dec 2002 08:19:28 +0200 (IST) X-Sender: eliz@is Original-To: Francesco Potorti` In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10332 On Mon, 23 Dec 2002, Francesco Potorti` wrote: > I tried to look at recent_keys, but wasn't able to parse its contents. What was the nature of your difficulty, specifically? IIRC, recent_keys simply holds the numerical values of the keys, so an ASCII table should be enough to interpret it (that's an oversimplification: there are modifiers such as Meta etc., but the principle remains).