From: "Hugues Mercier" <huguesm@ece.ubc.ca>
Cc: rms@gnu.org
Subject: Re: Bug: iso-accents-mode and numerical keboard
Date: Wed, 16 Mar 2005 20:24:30 -0800 (PST) [thread overview]
Message-ID: <SUHphREX.1111033470.9602650.huguesm@localhost> (raw)
In-Reply-To: <kQnH49Bj.1108505132.4826420.huguesm@localhost>
In the file iso-acc.el, the / (slash) is used as a pseudo accent
character, which causes the / key on the numerical keyboard to fail when
iso-accents-mode is enabled. Note that the / key is only used when
iso-languages is set to "latin-1" (default setting).
This can be solved by using | (or any other key not appearing on the
numerical keyboard) instead of / as a pseudo accent character. The
following lines need to be changed in iso-acc.el:
Line 139
(?| (?A . ?\305) (?E . ?\306) (?O . ?\330) (?a . ?\345) (?e . ?\346)
Line 170
(defvar iso-accents-enable '(?' ?` ?^ ?\" ?~ ?|)
There are also a few lines of comments that need to be updated.
I hope it helps,
Hugues Mercier.
Le 15/2/2005, "Hugues Mercier" <huguesm@ece.ubc.ca> a écrit:
>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.
prev parent reply other threads:[~2005-03-17 4:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-15 22:05 Bug: iso-accents-mode and numerical keboard Hugues Mercier
2005-03-17 4:24 ` Hugues Mercier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=SUHphREX.1111033470.9602650.huguesm@localhost \
--to=huguesm@ece.ubc.ca \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).