all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug: iso-accents-mode and numerical keboard
@ 2005-02-15 22:05 Hugues Mercier
  2005-03-17  4:24 ` Hugues Mercier
  0 siblings, 1 reply; 2+ messages in thread
From: Hugues Mercier @ 2005-02-15 22:05 UTC (permalink / raw)



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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: iso-accents-mode and numerical keboard
  2005-02-15 22:05 Bug: iso-accents-mode and numerical keboard Hugues Mercier
@ 2005-03-17  4:24 ` Hugues Mercier
  0 siblings, 0 replies; 2+ messages in thread
From: Hugues Mercier @ 2005-03-17  4:24 UTC (permalink / raw)
  Cc: rms


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-17  4:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-15 22:05 Bug: iso-accents-mode and numerical keboard Hugues Mercier
2005-03-17  4:24 ` Hugues Mercier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.