Package: emacs21-el
Version: 21.4a+1-5.1
Severity: wishlist

I typically use the latin-1-postfix input method, but this method
lacks a way of entering the British pound symbol.  I have not found a
way of extending or customizing an input method using my .emacs, so I
modified the source code to accept L- as the £ symbol.  I also
followed the convention that entering L-- produces L-.

I'm cc-ing the upstream author listed in latin-post.el,
but I'd be grateful if the attached patch could go into the distribution.


Norman Ramsey


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs21-el depends on:
ii  emacs21-common               21.4a+1-5.1 The GNU Emacs editor's shared, arc

emacs21-el recommends no packages.

-- no debconf information

--- latin-post.el.orig  2001-07-16 16:22:24.000000000 -0400
+++ latin-post.el       2007-11-02 16:18:44.000000000 -0400
@@ -80,6 +80,7 @@
  ("i^" ?,An(B)
  ("I\"" ?,AO(B)
  ("i\"" ?,Ao(B)
+ ("L-" ?,A#(B)
  ("O`" ?,AR(B)
  ("o`" ?,Ar(B)
  ("O'" ?,AS(B)
@@ -150,6 +151,7 @@
  ("i^^" ["i^"])
  ("I\"\"" ["I\""])
  ("i\"\"" ["i\""])
+ ("L--" ["L-"])
  ("O``" ["O`"])
  ("o``" ["o`"])
  ("O''" ["O'"])

Reply via email to