From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Hugues Mercier" Newsgroups: gmane.emacs.bugs Subject: Bug: iso-accents-mode and numerical keboard Date: Tue, 15 Feb 2005 14:05:32 -0800 (PST) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1108505341 16636 80.91.229.2 (15 Feb 2005 22:09:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 22:09:01 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 15 23:09:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1AsB-0000TP-Sj for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 23:08:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1B80-0001qj-Hc for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 17:25:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1B4T-0000nT-Vj for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 17:21:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1B4L-0000hZ-1D for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 17:21:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1B4H-0000ex-Od for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 17:21:17 -0500 Original-Received: from [137.82.52.84] (helo=mail.ece.ubc.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1Ap3-0007k6-RW for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 17:05:34 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.ece.ubc.ca (Postfix) with ESMTP id 02FEA3F0246 for ; Tue, 15 Feb 2005 14:05:33 -0800 (PST) Original-Received: from mail.ece.ubc.ca ([127.0.0.1]) by localhost (plover [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07260-04 for ; Tue, 15 Feb 2005 14:05:32 -0800 (PST) Original-Received: from lvs1-r7.ece.ubc.ca (lvs1-r7.ece.ubc.ca [137.82.52.137]) by mail.ece.ubc.ca (Postfix) with ESMTP id E41483F0244 for ; Tue, 15 Feb 2005 14:05:32 -0800 (PST) Original-Received: by lvs1-r7.ece.ubc.ca (Postfix, from userid 33) id 8A21F1FD45; Tue, 15 Feb 2005 14:05:32 -0800 (PST) Original-To: bug-gnu-emacs@gnu.org Original-Received: from 137.82.57.248 (auth. user huguesm@localhost) by webmail.ece.ubc.ca with HTTP; Tue, 15 Feb 2005 22:05:32 +0000 X-IlohaMail-Blah: huguesm@localhost X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo X-Mailer: IlohaMail/0.8.13 (On: webmail.ece.ubc.ca) Bounce-To: "Hugues Mercier" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ece.ubc.ca X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.bugs:10738 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10738 I have found the following bug: --------------------------------------------------------------------- GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-10-16 on raven, modified by Debian --------------------------------------------------------------------- When iso-accents-mode is enabled (M-x iso-accents-mode), the slash (division) key on the numerical keyboard stop working. When the key is pressed, the following error message is printed: iso-accents-accent-key: Wrong type argument: integerp, kp-divide Regards, Hugues Mercier.