[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#919680: anthy-el: does not work with emacs25



Package: anthy-el
Version: 1:0.3-7
Severity: grave
Tags: patch upstream
Justification: renders package unusable

Dear Maintainer,

pressing any key emits the following error, and cannot enter any characters:

anthy-last-command-char: Symbol’s value as variable is void: last-command-char

Attached is a patch which fixes this problem.

Regards,
-- 
YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'),
(1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8),
LANGUAGE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages anthy-el depends on:
ii  anthy                1:0.3-7
ii  emacs-gtk [emacsen]  1:26.1+1-3

anthy-el recommends no packages.

anthy-el suggests no packages.

-- no debconf information
--- a/src-util/anthy.el	2015-04-28 17:21:03.000000000 +0900
+++ b/src-util/anthy.el	2019-01-18 23:41:38.000000000 +0900
@@ -892,7 +892,7 @@
 	 ((event-matches-key-specifier-p event 'backspace) 8)
 	 (t
 	  (char-to-int (event-to-character event)))))
-    last-command-char))
+    last-command-event))
 
 ;;
 ;;


Reply to: