Your message dated Tue, 08 Apr 2008 23:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#413028: fixed in aplus-fsf 4.22.1-1 has caused the Debian Bug report #413028, regarding Entering APL characters via C-c prefix to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 413028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413028 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: aplus-fsf-el Version: 4.20.2-5 Severity: minor Tags: patch For those of us who want to enter the special APL characters but whose keyboards lack the (super) key, here is a one-line patch that allows both the (super) modifier and a C-c prefix. I have patched the README.Debian file too. Cheers, Stephen Ma --- src/lisp.1/keyb.el.orig 2007-03-01 10:17:25.000000000 -0800 +++ src/lisp.1/keyb.el 2007-03-01 10:57:23.000000000 -0800 @@ -33,6 +33,7 @@ (let ((key (car akeydef)) (apl (cdr akeydef))) (define-key a-minor-map (append a-modifier-list (list key)) 'a-self-insert) + (define-key a-minor-map (vector '(control c) key) 'a-self-insert) (aset a-key-string (char-to-int key) apl))) (defun a-self-insert (n) --- debian/aplus-fsf-el.README.Debian.orig 2007-03-01 10:28:58.000000000 -0800 +++ debian/aplus-fsf-el.README.Debian 2007-03-01 10:55:48.000000000 -0800 @@ -70,6 +70,23 @@ XEmacs workarounds: +Alternatively, you can use the following two-keystroke sequence: + + C-c <x> + +where <x> is a character on the APL Union keyboard. +See the keyboard table: /usr/share/doc/aplus-fsf-doc/html/keyboard.html + +Examples: + + C-c s is the "ceiling" operator + C-c C (uppercase C) is the "lamp" (comment) character + C-c [ is "assignment" ( <- ) + +These keys are active whenever `a-minor-mode' is active, which by +default is when you are inside the A+ interactive buffer, or are in +buffer containing a *.a file. + If all else fails and you have to take over whatever XEmacs wants to use as its meta prefix key in order to be able to enter A+ characters (unlikely) then note that the Meta prefix in XEmacs can be obtained not only by an explicit
--- End Message ---
--- Begin Message ---Source: aplus-fsf Source-Version: 4.22.1-1 We believe that the bug you reported is fixed in the latest version of aplus-fsf, which is due to be installed in the Debian FTP archive: aplus-fsf-dev_4.22.1-1_i386.deb to pool/main/a/aplus-fsf/aplus-fsf-dev_4.22.1-1_i386.deb aplus-fsf-doc_4.22.1-1_all.deb to pool/main/a/aplus-fsf/aplus-fsf-doc_4.22.1-1_all.deb aplus-fsf-el_4.22.1-1_all.deb to pool/main/a/aplus-fsf/aplus-fsf-el_4.22.1-1_all.deb aplus-fsf_4.22.1-1.diff.gz to pool/main/a/aplus-fsf/aplus-fsf_4.22.1-1.diff.gz aplus-fsf_4.22.1-1.dsc to pool/main/a/aplus-fsf/aplus-fsf_4.22.1-1.dsc aplus-fsf_4.22.1-1_i386.deb to pool/main/a/aplus-fsf/aplus-fsf_4.22.1-1_i386.deb aplus-fsf_4.22.1.orig.tar.gz to pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz xfonts-kapl_4.22.1-1_all.deb to pool/main/a/aplus-fsf/xfonts-kapl_4.22.1-1_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Neil Roeth <[EMAIL PROTECTED]> (supplier of updated aplus-fsf package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 07 Apr 2008 23:04:32 -0400 Source: aplus-fsf Binary: aplus-fsf-doc xfonts-kapl aplus-fsf-el aplus-fsf aplus-fsf-dev Architecture: source all i386 Version: 4.22.1-1 Distribution: unstable Urgency: low Maintainer: Neil Roeth <[EMAIL PROTECTED]> Changed-By: Neil Roeth <[EMAIL PROTECTED]> Description: aplus-fsf - A+ programming language run-time environment aplus-fsf-dev - A+ programming language development environment aplus-fsf-doc - A+ programming language documentation aplus-fsf-el - XEmacs lisp for A+ development xfonts-kapl - APL fonts for A+ development Closes: 413028 422970 468131 472909 Changes: aplus-fsf (4.22.1-1) unstable; urgency=low . * New upstream release. - Fixes errors on amd64 platform. (Closes: #468131) - Also fixes "Font problems in aplus-fsf in Debian-40r0-amd64" which I believe is a 64 bit problem, not a font problem. (Closes: #422970) * Fixed "aplus-fsf: bashism in debian/rules". (Closes: #472909) * Added patch from Stephen Ma for "Entering APL characters via C-c prefix". (Closes: #413028) * Moved dyld'ed shared objects to /usr/lib/aplus-fsf. They are used only by the A+ binary. Moved system A+ scripts to /usr/lib/aplus-fsf/lib. * debian/rules: Do not ignore errors in make distclean. * debian/rules: Incremented debhelper compatibility version to 6. Files: e3108362d0d386699c83c84351f8eab5 679 interpreters optional aplus-fsf_4.22.1-1.dsc c45df4f3e816d7fe957deed9b81f66c3 4988871 interpreters optional aplus-fsf_4.22.1.orig.tar.gz 356c5ee518edbf7fa9497639e45e99e0 37636 interpreters optional aplus-fsf_4.22.1-1.diff.gz d2ceff12073edb5a17a324441aa6894d 51832 x11 optional xfonts-kapl_4.22.1-1_all.deb 6793af1e390e6ac438a6fb2da0b6901c 24630 editors optional aplus-fsf-el_4.22.1-1_all.deb dad6ffe7e09561cceacaa3dd08f881fa 2875258 doc optional aplus-fsf-doc_4.22.1-1_all.deb fcfac5aa0e93da3c14acab1b908fb83f 2751410 interpreters optional aplus-fsf_4.22.1-1_i386.deb a36e37f508f0e8fdfbdf6ca3751f1691 5754 devel optional aplus-fsf-dev_4.22.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+04o6j+skPrutKkRAn1EAKDTVnfBjp2hHKggoigTFPVEq2tyTgCgs+De PlZsPWfmI3C8qatwjnDl8hA= =+vDb -----END PGP SIGNATURE-----
--- End Message ---

