Subject: Keyboard fix for emacs20*.deb
X-Face: #G'i>Q>~:^*=!qpsXTU;iEZ8xcAz+u~Vq0(a6!3ebS/2|\r{9&asz&Qp]~)uF,N"4,jS
T&F>.|='gO6:N
Date: 03 Oct 1999 16:38:51 +0200
X-Gnus-Mail-Source: file:~/.gnus/mail/boxes/cs
Message-ID: <874sg85x1g.fsf@pdm.pvt.net>
User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Lines: 203
Xref: raven.localnet inbox:34253
--=-=-=
Hi,
Slovak users think it is worth to apply the attached patch to the Debian
Emacs 20 package. The patch was already sent to the LEIM maintainer, so
only fix in the Debian package is needed. Would you please apply it?
BTW, do you plan to package Emacs 20.4 for potato?
Thanks,
Milan Zamazal
--=-=-=
Content-Type: text/x-patch; charset=iso-8859-2
Content-Disposition: attachment; filename=emacs20.patch
Content-Transfer-Encoding: quoted-printable
*** emacs-20.4/leim/quail/slovak.el.orig Wed Aug 12 23:44:07 1998
--- emacs-20.4/leim/quail/slovak.el Wed Sep 8 20:31:22 1999
***************
*** 27,33 ****
;;; Commentary:
=20=20
;; This setups some Slovak keyboards:
! ;; - standard Slovak keyboard
;; - three Slovak keyboards for programmers
=20=20
;;; Code:
--- 27,33 ----
;;; Commentary:
=20=20
;; This setups some Slovak keyboards:
! ;; - standard Slovak keyboard (both QWERTZ and QWERTY versions)
;; - three Slovak keyboards for programmers
=20=20
;;; Code:
***************
*** 61,68 ****
("*" ?8)
("(" ?9)
(")" ?0)
- ("q" ?`)
- ("Q" ?`)
("-" ?=3D)
("_" ?%)
("=3D" ?')
--- 61,66 ----
***************
*** 136,145 ****
("+=3DU" ?=DC)
("=3DZ" ?=DD)
("+Y" ?=AE)
! ("=3Dq" ?q)
! ("+q" ?q)
! ("=3DQ" ?Q)
! ("+Q" ?Q)
("=3D2" ?@)
("=3D3" ?#)
("=3D4" ?$)
--- 134,266 ----
("+=3DU" ?=DC)
("=3DZ" ?=DD)
("+Y" ?=AE)
! ("=3D2" ?@)
! ("=3D3" ?#)
! ("=3D4" ?$)
! ("=3D5" ?%)
! ("=3D6" ?^)
! ("=3D7" ?&)
! ("=3D8" ?*)
! ("=3D9" ?\()
! ("=3D0" ?\))
! ("+1" ?!)
! ("+2" ?@)
! ("+3" ?#)
! ("+4" ?$)
! ("+5" ?%)
! ("+6" ?^)
! ("+7" ?&)
! ("+8" ?*)
! ("+9" ?\()
! ("+0" ?\))
! ([kp-1] ?1)
! ([kp-2] ?2)
! ([kp-3] ?3)
! ([kp-4] ?4)
! ([kp-5] ?5)
! ([kp-6] ?6)
! ([kp-7] ?7)
! ([kp-8] ?8)
! ([kp-9] ?9)
! ([kp-0] ?0)
! ([kp-add] ?+))
!=20
!=20
! (quail-define-package
! "slovak-qwerty" "Slovak" "SK" nil
! "Standard Slovak keyboard (QWERTY version)."
! nil t nil nil nil nil nil nil nil nil t)
!=20
! (quail-define-rules
! ("1" ?+)
! ("2" ?=B5)
! ("3" ?=B9)
! ("4" ?=E8)
! ("5" ?=BB)
! ("6" ?=BE)
! ("7" ?=FD)
! ("8" ?=E1)
! ("9" ?=ED)
! ("0" ?=E9)
! ("!" ?1)
! ("@" ?2)
! ("#" ?3)
! ("$" ?4)
! ("%" ?5)
! ("^" ?6)
! ("&" ?7)
! ("*" ?8)
! ("(" ?9)
! (")" ?0)
! ("-" ?=3D)
! ("_" ?%)
! ("=3D" ?')
! ("[" ?=FA)
! ("{" ?/)
! ("]" ?=E4)
! ("}" ?\()
! ("\\" ?=F2)
! ("|" ?\))
! (";" ?=F4)
! (":" ?\")
! ("'" ?=A7)
! ("\"" ?!)
! ("<" ??)
! (">" ?:)
! ("/" ?-)
! ("?" ?_)
! ("`" ?\;)
! ("~" ?^)
! ("=3Da" ?=E1)
! ("+a" ?=E4)
! ("+=3Da" ?=E4)
! ("+c" ?=E8)
! ("+d" ?=EF)
! ("=3De" ?=E9)
! ("+e" ?=EC)
! ("=3Di" ?=ED)
! ("=3Dl" ?=E5)
! ("+l" ?=B5)
! ("+n" ?=F2)
! ("=3Do" ?=F3)
! ("+o" ?=F4)
! ("~o" ?=F4)
! ("+=3Do" ?=F6)
! ("=3Dr" ?=E0)
! ("+r" ?=F8)
! ("=3Ds" ?=DF)
! ("+s" ?=B9)
! ("+t" ?=BB)
! ("=3Du" ?=FA)
! ("+u" ?=F9)
! ("+=3Du" ?=FC)
! ("=3Dy" ?=FD)
! ("+z" ?=BE)
! ("=3DA" ?=C1)
! ("+A" ?=C4)
! ("+=3DA" ?=C4)
! ("+C" ?=C8)
! ("+D" ?=CF)
! ("=3DE" ?=C9)
! ("+E" ?=CC)
! ("=3DI" ?=CD)
! ("=3DL" ?=C5)
! ("+L" ?=A5)
! ("+N" ?=D2)
! ("=3DO" ?=D3)
! ("+O" ?=D4)
! ("~O" ?=D4)
! ("+=3DO" ?=D6)
! ("=3DR" ?=C0)
! ("+R" ?=D8)
! ("=3DS" ?=DF)
! ("+S" ?=A9)
! ("+T" ?=AB)
! ("=3DU" ?=DA)
! ("+U" ?=D9)
! ("+=3DU" ?=DC)
! ("=3DY" ?=DD)
! ("+Z" ?=AE)
("=3D2" ?@)
("=3D3" ?#)
("=3D4" ?$)
--=-=-=--
--==-=-=
--
Rob Browning PGP=E80E0D04F521A094 532B97F5D64E3930
--==-=-=--
Acknowledgement sent to Rob Browning <rlb@cs.utexas.edu>:
New Bug report received and forwarded.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Rob Browning
Subject: Bug#46612: Acknowledgement (Keyboard fix for emacs20*.deb)
Message-ID:
In-Reply-To: <87d7uvkrq3.fsf@raven.localnet>
References: <87d7uvkrq3.fsf@raven.localnet>
X-Debian-PR-Message: ack 46612
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers mailing list for
their attention; they will reply in due course.
If you wish to submit further information on your problem, please send
it to 46612@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Darren Benham
(administrator, Debian Bugs database)
Received: (at submit) by bugs.debian.org; 4 Oct 1999 16:37:01 +0000
Received: (qmail 18374 invoked from network); 4 Oct 1999 16:37:00 -0000
Received: from cs2868-22.austin.rr.com (HELO omen.dhis.org) (mail@24.28.68.22)
by master.debian.org with SMTP; 4 Oct 1999 16:37:00 -0000
Received: from raven.localnet ([192.168.1.7] ident=mail)
by omen.dhis.org with esmtp (Exim 3.03 #1 (Debian))
id 11YB6b-0003Em-00; Mon, 04 Oct 1999 11:36:53 -0500
Received: from rlb by raven.localnet with local (Exim 3.02 #1 (Debian))
id 11YB6a-0001Gb-00; Mon, 04 Oct 1999 11:36:52 -0500
To: Milan Zamazal
Cc: submit@bugs.debian.org
Subject: Keyboard fix for emacs20*.deb
From: Rob Browning
Date: 04 Oct 1999 11:36:52 -0500
Message-ID: <87d7uvkrq3.fsf@raven.localnet>
Lines: 238
User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.3
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="==-=-="
--==-=-=
Package: emacs20
Version: 20.3-11
I'm filing a bug report so I don't forget this.
--==-=-=
Content-Type: message/rfc822
Content-Disposition: inline
X-From-Line: mz@pdm.pvt.net Mon Oct 4 02:33:32 1999
Return-Path:
Received: from pdm.pvt.net (qmailr@pdm.pvt.net [194.149.103.204])
by cs.utexas.edu (8.9.3/8.9.3) with SMTP id CAA24382
for ; Mon, 4 Oct 1999 02:33:31 -0500 (CDT)
Received: (qmail 392 invoked by uid 1000); 4 Oct 1999 07:33:22 -0000
MBOX-Line: From mz@pdm.pvt.net Sun Oct 03 16:38:51 1999
Received: from pdm by blackbird with local (Exim 3.03 #1 (Debian))
id 11Xmmp-0003Vp-00; Sun, 03 Oct 1999 16:38:51 +0200
To: Rob Browning
Subject: Keyboard fix for emacs20*.deb
X-Face: #G'i>Q>~:^*=!qpsXTU;iEZ8xcAz+u~Vq0(a6!3ebS/2|\r{9&asz&Qp]~)uF,N"4,jS
T&F>.|='gO6:N
Date: 03 Oct 1999 16:38:51 +0200
X-Gnus-Mail-Source: file:~/.gnus/mail/boxes/cs
Message-ID: <874sg85x1g.fsf@pdm.pvt.net>
User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Lines: 203
Xref: raven.localnet inbox:34253
--=-=-=
Hi,
Slovak users think it is worth to apply the attached patch to the Debian
Emacs 20 package. The patch was already sent to the LEIM maintainer, so
only fix in the Debian package is needed. Would you please apply it?
BTW, do you plan to package Emacs 20.4 for potato?
Thanks,
Milan Zamazal
--=-=-=
Content-Type: text/x-patch; charset=iso-8859-2
Content-Disposition: attachment; filename=emacs20.patch
Content-Transfer-Encoding: quoted-printable
*** emacs-20.4/leim/quail/slovak.el.orig Wed Aug 12 23:44:07 1998
--- emacs-20.4/leim/quail/slovak.el Wed Sep 8 20:31:22 1999
***************
*** 27,33 ****
;;; Commentary:
=20=20
;; This setups some Slovak keyboards:
! ;; - standard Slovak keyboard
;; - three Slovak keyboards for programmers
=20=20
;;; Code:
--- 27,33 ----
;;; Commentary:
=20=20
;; This setups some Slovak keyboards:
! ;; - standard Slovak keyboard (both QWERTZ and QWERTY versions)
;; - three Slovak keyboards for programmers
=20=20
;;; Code:
***************
*** 61,68 ****
("*" ?8)
("(" ?9)
(")" ?0)
- ("q" ?`)
- ("Q" ?`)
("-" ?=3D)
("_" ?%)
("=3D" ?')
--- 61,66 ----
***************
*** 136,145 ****
("+=3DU" ?=DC)
("=3DZ" ?=DD)
("+Y" ?=AE)
! ("=3Dq" ?q)
! ("+q" ?q)
! ("=3DQ" ?Q)
! ("+Q" ?Q)
("=3D2" ?@)
("=3D3" ?#)
("=3D4" ?$)
--- 134,266 ----
("+=3DU" ?=DC)
("=3DZ" ?=DD)
("+Y" ?=AE)
! ("=3D2" ?@)
! ("=3D3" ?#)
! ("=3D4" ?$)
! ("=3D5" ?%)
! ("=3D6" ?^)
! ("=3D7" ?&)
! ("=3D8" ?*)
! ("=3D9" ?\()
! ("=3D0" ?\))
! ("+1" ?!)
! ("+2" ?@)
! ("+3" ?#)
! ("+4" ?$)
! ("+5" ?%)
! ("+6" ?^)
! ("+7" ?&)
! ("+8" ?*)
! ("+9" ?\()
! ("+0" ?\))
! ([kp-1] ?1)
! ([kp-2] ?2)
! ([kp-3] ?3)
! ([kp-4] ?4)
! ([kp-5] ?5)
! ([kp-6] ?6)
! ([kp-7] ?7)
! ([kp-8] ?8)
! ([kp-9] ?9)
! ([kp-0] ?0)
! ([kp-add] ?+))
!=20
!=20
! (quail-define-package
! "slovak-qwerty" "Slovak" "SK" nil
! "Standard Slovak keyboard (QWERTY version)."
! nil t nil nil nil nil nil nil nil nil t)
!=20
! (quail-define-rules
! ("1" ?+)
! ("2" ?=B5)
! ("3" ?=B9)
! ("4" ?=E8)
! ("5" ?=BB)
! ("6" ?=BE)
! ("7" ?=FD)
! ("8" ?=E1)
! ("9" ?=ED)
! ("0" ?=E9)
! ("!" ?1)
! ("@" ?2)
! ("#" ?3)
! ("$" ?4)
! ("%" ?5)
! ("^" ?6)
! ("&" ?7)
! ("*" ?8)
! ("(" ?9)
! (")" ?0)
! ("-" ?=3D)
! ("_" ?%)
! ("=3D" ?')
! ("[" ?=FA)
! ("{" ?/)
! ("]" ?=E4)
! ("}" ?\()
! ("\\" ?=F2)
! ("|" ?\))
! (";" ?=F4)
! (":" ?\")
! ("'" ?=A7)
! ("\"" ?!)
! ("<" ??)
! (">" ?:)
! ("/" ?-)
! ("?" ?_)
! ("`" ?\;)
! ("~" ?^)
! ("=3Da" ?=E1)
! ("+a" ?=E4)
! ("+=3Da" ?=E4)
! ("+c" ?=E8)
! ("+d" ?=EF)
! ("=3De" ?=E9)
! ("+e" ?=EC)
! ("=3Di" ?=ED)
! ("=3Dl" ?=E5)
! ("+l" ?=B5)
! ("+n" ?=F2)
! ("=3Do" ?=F3)
! ("+o" ?=F4)
! ("~o" ?=F4)
! ("+=3Do" ?=F6)
! ("=3Dr" ?=E0)
! ("+r" ?=F8)
! ("=3Ds" ?=DF)
! ("+s" ?=B9)
! ("+t" ?=BB)
! ("=3Du" ?=FA)
! ("+u" ?=F9)
! ("+=3Du" ?=FC)
! ("=3Dy" ?=FD)
! ("+z" ?=BE)
! ("=3DA" ?=C1)
! ("+A" ?=C4)
! ("+=3DA" ?=C4)
! ("+C" ?=C8)
! ("+D" ?=CF)
! ("=3DE" ?=C9)
! ("+E" ?=CC)
! ("=3DI" ?=CD)
! ("=3DL" ?=C5)
! ("+L" ?=A5)
! ("+N" ?=D2)
! ("=3DO" ?=D3)
! ("+O" ?=D4)
! ("~O" ?=D4)
! ("+=3DO" ?=D6)
! ("=3DR" ?=C0)
! ("+R" ?=D8)
! ("=3DS" ?=DF)
! ("+S" ?=A9)
! ("+T" ?=AB)
! ("=3DU" ?=DA)
! ("+U" ?=D9)
! ("+=3DU" ?=DC)
! ("=3DY" ?=DD)
! ("+Z" ?=AE)
("=3D2" ?@)
("=3D3" ?#)
("=3D4" ?$)
--=-=-=--
--==-=-=
--
Rob Browning PGP=E80E0D04F521A094 532B97F5D64E3930
--==-=-=--
Bug reassigned from package `emacs20' to `emacs21'.
Request was from Frank Lichtenheld <djpig@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 31 Jan 2004 01:53:25 +0000
From frank@lichtenheld.de Fri Jan 30 17:53:25 2004
Return-path:
Received: from sorgfalt.net (mail.sorgfalt.net) [217.160.169.191]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AmkK5-0008C3-00; Fri, 30 Jan 2004 17:53:25 -0800
Received: from p50839a6d.dip.t-dialin.net ([80.131.154.109] helo=djpig.djpig.de)
by mail.sorgfalt.net with asmtp
(Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.35 (Sorgfalt))
id 1AmkK4-0002Uv-00
for ; Sat, 31 Jan 2004 02:53:24 +0100
Received: from djpig by djpig.djpig.de with local (Exim 3.35 #1 (Debian))
id 1AmkJy-0002Hk-00
for ; Sat, 31 Jan 2004 02:53:18 +0100
From: Frank Lichtenheld
To: control@bugs.debian.org
Subject: reassign 46612 to emacs21
Date: Sat, 31 Jan 2004 02:53:17 +0100
Message-Id:
Sender: Frank Lichtenheld
Delivered-To: control@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_27
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no
version=2.60-bugs.debian.org_2004_01_27
X-Spam-Level:
reassign 46612 emacs21
Information forwarded
to debian-bugs-dist@lists.debian.org, Rob Browning <rlb@defaultvalue.org>:
Bug#46612; Package emacs21.
debian-bugs-dist@lists.debian.orgRob Browning
X-Loop: owner@bugs.debian.org
Subject: Bug#46612: Keyboard fix for emacs20*.deb
Reply-To: Sven Joachim , 46612@bugs.debian.org
Resent-From: Sven Joachim
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Rob Browning
Resent-Date: Sat, 27 Dec 2008 08:33:01 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: followup 46612
X-Debian-PR-Package: emacs21
X-Debian-PR-Keywords:
X-Debian-PR-Source: emacs21
Received: via spool by 46612-submit@bugs.debian.org id=B46612.123036654716498
(code B ref 46612); Sat, 27 Dec 2008 08:33:01 +0000
Received: (at 46612) by bugs.debian.org; 27 Dec 2008 08:29:07 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level:
X-Spam-Bayes: score:0.0000 Tokens: new, 98; hammy, 144; neutral, 46; spammy,
1. spammytokens:0.999-1--H*Ad:U*46612 hammytokens:0.000-+--H*UA:Emacs,
0.000-+--H*UA:Gnus, 0.000-+--H*u:Gnus, 0.000-+--H*u:linux, 0.000-+--H*UA:linux
X-Spam-Status: No, score=-6.5 required=4.0 tests=AWL,BAYES_00,FOURLA,
HAS_BUG_NUMBER,IMPRONONCABLE_2,MURPHY_DRUGS_REL8,SPF_PASS autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: from mail.gmx.net ([213.165.64.20])
by rietz.debian.org with smtp (Exim 4.63)
(envelope-from )
id 1LGUXj-0004H3-7G
for 46612@bugs.debian.org; Sat, 27 Dec 2008 08:29:07 +0000
Received: (qmail invoked by alias); 27 Dec 2008 08:29:00 -0000
Received: from p54864551.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.69.81]
by mail.gmx.net (mp067) with SMTP; 27 Dec 2008 09:29:00 +0100
X-Authenticated: #28250155
X-Provags-ID: V01U2FsdGVkX1+4Tk1tm4C4hrGi0dsbgCYRimhrcOwRXrM4l0BYaF
E8aM/xzlxB1ZF0
Received: by turtle.gmx.de (Postfix, from userid 1000)
id 311EE354B0; Sat, 27 Dec 2008 09:28:54 +0100 (CET)
From: Sven Joachim
To: Rob Browning
Cc: 46612@bugs.debian.org, Milan Zamazal
References: <87d7uvkrq3.fsf@raven.localnet>
Date: Sat, 27 Dec 2008 09:28:54 +0100
In-Reply-To: <87d7uvkrq3.fsf@raven.localnet> (Rob Browning's message of "04
Oct 1999 11:36:52 -0500")
Message-ID: <87abaiowc9.fsf@turtle.gmx.de>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.4
On 1999-10-04 18:36 +0200, Rob Browning wrote:
> Package: emacs20
> Version: 20.3-11
>
> I'm filing a bug report so I don't forget this.
>
> From: Milan Zamazal
> Subject: Keyboard fix for emacs20*.deb
> To: Rob Browning
> Date: 03 Oct 1999 16:38:51 +0200
> Message-ID: <874sg85x1g.fsf@pdm.pvt.net>
> User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4
>
> Hi,
>
> Slovak users think it is worth to apply the attached patch to the Debian
> Emacs 20 package. The patch was already sent to the LEIM maintainer, so
> only fix in the Debian package is needed. Would you please apply it?
It seems this bug should be closed, since the patch is already part of
Emacs 21 AFAICS.
Sven
> *** emacs-20.4/leim/quail/slovak.el.orig Wed Aug 12 23:44:07 1998
> --- emacs-20.4/leim/quail/slovak.el Wed Sep 8 20:31:22 1999
> ***************
> *** 27,33 ****
> ;;; Commentary:
>
> ;; This setups some Slovak keyboards:
> ! ;; - standard Slovak keyboard
> ;; - three Slovak keyboards for programmers
>
> ;;; Code:
> --- 27,33 ----
> ;;; Commentary:
>
> ;; This setups some Slovak keyboards:
> ! ;; - standard Slovak keyboard (both QWERTZ and QWERTY versions)
> ;; - three Slovak keyboards for programmers
>
> ;;; Code:
> ***************
> *** 61,68 ****
> ("*" ?8)
> ("(" ?9)
> (")" ?0)
> - ("q" ?`)
> - ("Q" ?`)
> ("-" ?=)
> ("_" ?%)
> ("=" ?')
> --- 61,66 ----
> ***************
> *** 136,145 ****
> ("+=U" ?Ü)
> ("=Z" ?Ý)
> ("+Y" ?Ž)
> ! ("=q" ?q)
> ! ("+q" ?q)
> ! ("=Q" ?Q)
> ! ("+Q" ?Q)
> ("=2" ?@)
> ("=3" ?#)
> ("=4" ?$)
> --- 134,266 ----
> ("+=U" ?Ü)
> ("=Z" ?Ý)
> ("+Y" ?Ž)
> ! ("=2" ?@)
> ! ("=3" ?#)
> ! ("=4" ?$)
> ! ("=5" ?%)
> ! ("=6" ?^)
> ! ("=7" ?&)
> ! ("=8" ?*)
> ! ("=9" ?\()
> ! ("=0" ?\))
> ! ("+1" ?!)
> ! ("+2" ?@)
> ! ("+3" ?#)
> ! ("+4" ?$)
> ! ("+5" ?%)
> ! ("+6" ?^)
> ! ("+7" ?&)
> ! ("+8" ?*)
> ! ("+9" ?\()
> ! ("+0" ?\))
> ! ([kp-1] ?1)
> ! ([kp-2] ?2)
> ! ([kp-3] ?3)
> ! ([kp-4] ?4)
> ! ([kp-5] ?5)
> ! ([kp-6] ?6)
> ! ([kp-7] ?7)
> ! ([kp-8] ?8)
> ! ([kp-9] ?9)
> ! ([kp-0] ?0)
> ! ([kp-add] ?+))
> !
> !
> ! (quail-define-package
> ! "slovak-qwerty" "Slovak" "SK" nil
> ! "Standard Slovak keyboard (QWERTY version)."
> ! nil t nil nil nil nil nil nil nil nil t)
> !
> ! (quail-define-rules
> ! ("1" ?+)
> ! ("2" ?ľ)
> ! ("3" ?š)
> ! ("4" ?č)
> ! ("5" ?ť)
> ! ("6" ?ž)
> ! ("7" ?ý)
> ! ("8" ?á)
> ! ("9" ?í)
> ! ("0" ?é)
> ! ("!" ?1)
> ! ("@" ?2)
> ! ("#" ?3)
> ! ("$" ?4)
> ! ("%" ?5)
> ! ("^" ?6)
> ! ("&" ?7)
> ! ("*" ?8)
> ! ("(" ?9)
> ! (")" ?0)
> ! ("-" ?=)
> ! ("_" ?%)
> ! ("=" ?')
> ! ("[" ?ú)
> ! ("{" ?/)
> ! ("]" ?ä)
> ! ("}" ?\()
> ! ("\\" ?ň)
> ! ("|" ?\))
> ! (";" ?ô)
> ! (":" ?\")
> ! ("'" ?§)
> ! ("\"" ?!)
> ! ("<" ??)
> ! (">" ?:)
> ! ("/" ?-)
> ! ("?" ?_)
> ! ("`" ?\;)
> ! ("~" ?^)
> ! ("=a" ?á)
> ! ("+a" ?ä)
> ! ("+=a" ?ä)
> ! ("+c" ?č)
> ! ("+d" ?ď)
> ! ("=e" ?é)
> ! ("+e" ?ě)
> ! ("=i" ?í)
> ! ("=l" ?ĺ)
> ! ("+l" ?ľ)
> ! ("+n" ?ň)
> ! ("=o" ?ó)
> ! ("+o" ?ô)
> ! ("~o" ?ô)
> ! ("+=o" ?ö)
> ! ("=r" ?ŕ)
> ! ("+r" ?ř)
> ! ("=s" ?ß)
> ! ("+s" ?š)
> ! ("+t" ?ť)
> ! ("=u" ?ú)
> ! ("+u" ?ů)
> ! ("+=u" ?ü)
> ! ("=y" ?ý)
> ! ("+z" ?ž)
> ! ("=A" ?Á)
> ! ("+A" ?Ä)
> ! ("+=A" ?Ä)
> ! ("+C" ?Č)
> ! ("+D" ?Ď)
> ! ("=E" ?É)
> ! ("+E" ?Ě)
> ! ("=I" ?Í)
> ! ("=L" ?Ĺ)
> ! ("+L" ?Ľ)
> ! ("+N" ?Ň)
> ! ("=O" ?Ó)
> ! ("+O" ?Ô)
> ! ("~O" ?Ô)
> ! ("+=O" ?Ö)
> ! ("=R" ?Ŕ)
> ! ("+R" ?Ř)
> ! ("=S" ?ß)
> ! ("+S" ?Š)
> ! ("+T" ?Ť)
> ! ("=U" ?Ú)
> ! ("+U" ?Ů)
> ! ("+=U" ?Ü)
> ! ("=Y" ?Ý)
> ! ("+Z" ?Ž)
> ("=2" ?@)
> ("=3" ?#)
> ("=4" ?$)
>
>
Acknowledgement sent
to Sven Joachim <svenjoac@gmx.de>:
Extra info received and forwarded to list. Copy sent to Rob Browning <rlb@defaultvalue.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Sven Joachim
Subject: Bug#46612: Info received (Bug#46612: Keyboard fix for emacs20*.deb)
Message-ID:
References: <87abaiowc9.fsf@turtle.gmx.de>
X-Debian-PR-Message: ack-info 46612
X-Debian-PR-Package: emacs21
X-Debian-PR-Source: emacs21
Reply-To: 46612@bugs.debian.org
Date: Sat, 27 Dec 2008 08:33:02 +0000
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Rob Browning
If you wish to submit further information on this problem, please
send it to 46612@bugs.debian.org, as before.
Please do not send mail to owner@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.
--=20
46612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D46612
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at 46612) by bugs.debian.org; 27 Dec 2008 08:29:07 +0000
From svenjoac@gmx.de Sat Dec 27 08:29:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level:
X-Spam-Bayes: score:0.0000 Tokens: new, 98; hammy, 144; neutral, 46; spammy,
1. spammytokens:0.999-1--H*Ad:U*46612 hammytokens:0.000-+--H*UA:Emacs,
0.000-+--H*UA:Gnus, 0.000-+--H*u:Gnus, 0.000-+--H*u:linux, 0.000-+--H*UA:linux
X-Spam-Status: No, score=-6.5 required=4.0 tests=AWL,BAYES_00,FOURLA,
HAS_BUG_NUMBER,IMPRONONCABLE_2,MURPHY_DRUGS_REL8,SPF_PASS autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Return-path:
Received: from mail.gmx.net ([213.165.64.20])
by rietz.debian.org with smtp (Exim 4.63)
(envelope-from )
id 1LGUXj-0004H3-7G
for 46612@bugs.debian.org; Sat, 27 Dec 2008 08:29:07 +0000
Received: (qmail invoked by alias); 27 Dec 2008 08:29:00 -0000
Received: from p54864551.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.69.81]
by mail.gmx.net (mp067) with SMTP; 27 Dec 2008 09:29:00 +0100
X-Authenticated: #28250155
X-Provags-ID: V01U2FsdGVkX1+4Tk1tm4C4hrGi0dsbgCYRimhrcOwRXrM4l0BYaF
E8aM/xzlxB1ZF0
Received: by turtle.gmx.de (Postfix, from userid 1000)
id 311EE354B0; Sat, 27 Dec 2008 09:28:54 +0100 (CET)
From: Sven Joachim
To: Rob Browning
Cc: 46612@bugs.debian.org, Milan Zamazal
Subject: Re: Bug#46612: Keyboard fix for emacs20*.deb
References: <87d7uvkrq3.fsf@raven.localnet>
Date: Sat, 27 Dec 2008 09:28:54 +0100
In-Reply-To: <87d7uvkrq3.fsf@raven.localnet> (Rob Browning's message of "04
Oct 1999 11:36:52 -0500")
Message-ID: <87abaiowc9.fsf@turtle.gmx.de>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.4
On 1999-10-04 18:36 +0200, Rob Browning wrote:
> Package: emacs20
> Version: 20.3-11
>
> I'm filing a bug report so I don't forget this.
>
> From: Milan Zamazal
> Subject: Keyboard fix for emacs20*.deb
> To: Rob Browning
> Date: 03 Oct 1999 16:38:51 +0200
> Message-ID: <874sg85x1g.fsf@pdm.pvt.net>
> User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4
>
> Hi,
>
> Slovak users think it is worth to apply the attached patch to the Debian
> Emacs 20 package. The patch was already sent to the LEIM maintainer, so
> only fix in the Debian package is needed. Would you please apply it?
It seems this bug should be closed, since the patch is already part of
Emacs 21 AFAICS.
Sven
> *** emacs-20.4/leim/quail/slovak.el.orig Wed Aug 12 23:44:07 1998
> --- emacs-20.4/leim/quail/slovak.el Wed Sep 8 20:31:22 1999
> ***************
> *** 27,33 ****
> ;;; Commentary:
>
> ;; This setups some Slovak keyboards:
> ! ;; - standard Slovak keyboard
> ;; - three Slovak keyboards for programmers
>
> ;;; Code:
> --- 27,33 ----
> ;;; Commentary:
>
> ;; This setups some Slovak keyboards:
> ! ;; - standard Slovak keyboard (both QWERTZ and QWERTY versions)
> ;; - three Slovak keyboards for programmers
>
> ;;; Code:
> ***************
> *** 61,68 ****
> ("*" ?8)
> ("(" ?9)
> (")" ?0)
> - ("q" ?`)
> - ("Q" ?`)
> ("-" ?=)
> ("_" ?%)
> ("=" ?')
> --- 61,66 ----
> ***************
> *** 136,145 ****
> ("+=U" ?Ü)
> ("=Z" ?Ý)
> ("+Y" ?Ž)
> ! ("=q" ?q)
> ! ("+q" ?q)
> ! ("=Q" ?Q)
> ! ("+Q" ?Q)
> ("=2" ?@)
> ("=3" ?#)
> ("=4" ?$)
> --- 134,266 ----
> ("+=U" ?Ü)
> ("=Z" ?Ý)
> ("+Y" ?Ž)
> ! ("=2" ?@)
> ! ("=3" ?#)
> ! ("=4" ?$)
> ! ("=5" ?%)
> ! ("=6" ?^)
> ! ("=7" ?&)
> ! ("=8" ?*)
> ! ("=9" ?\()
> ! ("=0" ?\))
> ! ("+1" ?!)
> ! ("+2" ?@)
> ! ("+3" ?#)
> ! ("+4" ?$)
> ! ("+5" ?%)
> ! ("+6" ?^)
> ! ("+7" ?&)
> ! ("+8" ?*)
> ! ("+9" ?\()
> ! ("+0" ?\))
> ! ([kp-1] ?1)
> ! ([kp-2] ?2)
> ! ([kp-3] ?3)
> ! ([kp-4] ?4)
> ! ([kp-5] ?5)
> ! ([kp-6] ?6)
> ! ([kp-7] ?7)
> ! ([kp-8] ?8)
> ! ([kp-9] ?9)
> ! ([kp-0] ?0)
> ! ([kp-add] ?+))
> !
> !
> ! (quail-define-package
> ! "slovak-qwerty" "Slovak" "SK" nil
> ! "Standard Slovak keyboard (QWERTY version)."
> ! nil t nil nil nil nil nil nil nil nil t)
> !
> ! (quail-define-rules
> ! ("1" ?+)
> ! ("2" ?ľ)
> ! ("3" ?š)
> ! ("4" ?č)
> ! ("5" ?ť)
> ! ("6" ?ž)
> ! ("7" ?ý)
> ! ("8" ?á)
> ! ("9" ?í)
> ! ("0" ?é)
> ! ("!" ?1)
> ! ("@" ?2)
> ! ("#" ?3)
> ! ("$" ?4)
> ! ("%" ?5)
> ! ("^" ?6)
> ! ("&" ?7)
> ! ("*" ?8)
> ! ("(" ?9)
> ! (")" ?0)
> ! ("-" ?=)
> ! ("_" ?%)
> ! ("=" ?')
> ! ("[" ?ú)
> ! ("{" ?/)
> ! ("]" ?ä)
> ! ("}" ?\()
> ! ("\\" ?ň)
> ! ("|" ?\))
> ! (";" ?ô)
> ! (":" ?\")
> ! ("'" ?§)
> ! ("\"" ?!)
> ! ("<" ??)
> ! (">" ?:)
> ! ("/" ?-)
> ! ("?" ?_)
> ! ("`" ?\;)
> ! ("~" ?^)
> ! ("=a" ?á)
> ! ("+a" ?ä)
> ! ("+=a" ?ä)
> ! ("+c" ?č)
> ! ("+d" ?ď)
> ! ("=e" ?é)
> ! ("+e" ?ě)
> ! ("=i" ?í)
> ! ("=l" ?ĺ)
> ! ("+l" ?ľ)
> ! ("+n" ?ň)
> ! ("=o" ?ó)
> ! ("+o" ?ô)
> ! ("~o" ?ô)
> ! ("+=o" ?ö)
> ! ("=r" ?ŕ)
> ! ("+r" ?ř)
> ! ("=s" ?ß)
> ! ("+s" ?š)
> ! ("+t" ?ť)
> ! ("=u" ?ú)
> ! ("+u" ?ů)
> ! ("+=u" ?ü)
> ! ("=y" ?ý)
> ! ("+z" ?ž)
> ! ("=A" ?Á)
> ! ("+A" ?Ä)
> ! ("+=A" ?Ä)
> ! ("+C" ?Č)
> ! ("+D" ?Ď)
> ! ("=E" ?É)
> ! ("+E" ?Ě)
> ! ("=I" ?Í)
> ! ("=L" ?Ĺ)
> ! ("+L" ?Ľ)
> ! ("+N" ?Ň)
> ! ("=O" ?Ó)
> ! ("+O" ?Ô)
> ! ("~O" ?Ô)
> ! ("+=O" ?Ö)
> ! ("=R" ?Ŕ)
> ! ("+R" ?Ř)
> ! ("=S" ?ß)
> ! ("+S" ?Š)
> ! ("+T" ?Ť)
> ! ("=U" ?Ú)
> ! ("+U" ?Ů)
> ! ("+=U" ?Ü)
> ! ("=Y" ?Ý)
> ! ("+Z" ?Ž)
> ("=2" ?@)
> ("=3" ?#)
> ("=4" ?$)
>
>