Your message dated Tue, 22 Dec 2020 13:38:54 +0000
with message-id <e1krhsm-0008pf...@fasolo.debian.org>
and subject line Bug#977397: fixed in uim 1:1.8.8-7
has caused the Debian Bug report #977397,
regarding uim-el: missing *-uim in input-method-alist on Emacs 27
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 ow...@bugs.debian.org
immediately.)


-- 
977397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: uim-el
Version: 1:1.8.8-6.1+b2
Severity: grave
Justification: renders package unusable
Tags: patch

Dear Maintainer,

I used the japanese-anthy-utf8-uim input-method on my Debian Emacs 26 env.
But after upgrading Emacs 27,
I cannot set input-method to japanese-anthy-utf8-uim.

(Same cause as #977257)

There is a problem at initializing uim-el.
So none of the input methods *-uim are prepared on startup.

>From *Message* buffer:
>Error while loading 50uim-el: Symbol’s function definition is void: 
>process-kill-without-query


How to fix:

Replace process-kill-without-query with set-process-query-on-exit-flag
in /usr/share/emacs/site-lisp/uim-el/*.el .
This patch fixes this problem.
----- Begin
--- uim-1.8.8.orig/emacs/uim-helper.el
+++ uim-1.8.8/emacs/uim-helper.el
@@ -106,7 +106,7 @@
     (if (not proc)
     (error "uim.el: Couldn't invoke uim-el-helper-agent."))

-    (process-kill-without-query proc)
+    (set-process-query-on-exit-flag proc nil)

     ;; wait "OK"
     (let ((patience uim-startup-timeout) (ok nil))
--- uim-1.8.8.orig/emacs/uim.el
+++ uim-1.8.8/emacs/uim.el
@@ -488,7 +488,7 @@
     (error "uim.el: Couldn't invoke uim-el-agent."))

     ;; don't ask kill
-    (process-kill-without-query proc)
+    (set-process-query-on-exit-flag proc nil)

     ;; wait "OK"
     (let ((patience uim-startup-timeout) (ok nil))
----- End


Regards,
Nobuhiro Ban




-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'stable-debug'), (500,
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.0-4-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages uim-el depends on:
ii  emacs                1:27.1+1-3
ii  emacs-gtk [emacsen]  1:27.1+1-3
ii  libc6                2.31-5
ii  libuim8              1:1.8.8-6.1+b2
ii  uim                  1:1.8.8-6.1+b2
ii  uim-data             1:1.8.8-6.1

uim-el recommends no packages.

uim-el suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: uim
Source-Version: 1:1.8.8-7
Done: HIGUCHI Daisuke (VDR dai) <d...@debian.org>

We believe that the bug you reported is fixed in the latest version of
uim, which is due to be installed in the Debian FTP archive.

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 977...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <d...@debian.org> (supplier of updated uim 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 22 Dec 2020 21:07:53 +0900
Source: uim
Architecture: source
Version: 1:1.8.8-7
Distribution: unstable
Urgency: medium
Maintainer: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Changed-By: HIGUCHI Daisuke (VDR dai) <d...@debian.org>
Closes: 953616 973459 977257 977397
Changes:
 uim (1:1.8.8-7) unstable; urgency=medium
 .
   [ NOKUBI Takatsugu ]
   * d/p/disable-composer-test.patch: add the patch to skip composer-test.
     (Closes: #973459)
 .
   [ HIGUCHI Daisuke (VDR dai) ]
   * d/p/replace_obsolete_since_emacs22.1.patch: Replace
     process-kill-without-query with set-process-query-on-exit-flag
     (Closes: #977397, #977257)
   * resurrect anthy for EUC-JP (Closes: #953616)
Checksums-Sha1:
 be59bd6bb525afbfda8a970eb04882cf401e2f7a 3639 uim_1.8.8-7.dsc
 42acff27cadc4617ff92444af178b703b49c1850 38680 uim_1.8.8-7.debian.tar.xz
Checksums-Sha256:
 02f563fcf2f6c32f5646b07d4d74b16409f08f9202245dffa092f1a0757026ab 3639 
uim_1.8.8-7.dsc
 33887a28e60ede69add4d693c48dff1af52338e18a5d6d5b4b661b617fb0b3c5 38680 
uim_1.8.8-7.debian.tar.xz
Files:
 79b243e4fed4b9bcc9c4c112dfcc0891 3639 libs optional uim_1.8.8-7.dsc
 280ce335c295c5a6231cb27f4f9897b0 38680 libs optional uim_1.8.8-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEECynYjkLmt2W42OpQeDlhndQ5Zo4FAl/h8QIACgkQeDlhndQ5
Zo6VRA/9GYJ+9pPIAWg0olleY9KYRa1r7nBtxdqIkNNZ6RCtKfwgECvwL1hPbY/U
gDxKHx9+VEwiBpMtZ8NLpvfgR+yd++cz93XEGaoxZoPoYvt2gM3OcxIrbJQxcNJD
0NXHgN7LU8tbTsjCyHpmoM0XlUPsnddmXluef8Slau7oYJfpD+HlCU3ea/TA63IY
EeYMVUt10q62kQq+f7lzRXDCWBRDJdXUc7EeiPUr6HPBpwiD/+5IpMKoeM8Lr8vn
nDVVv3sFmcs0qA7efsh2tGngVm7CLrUbT8qFQV+gcowaUkVp6mZoxBjd6qZyvl8K
dKD8WhqVWlgvAsSljNEswNVgydinOmnwW91en2AiPyY9LMjlu8KtfBGBJNX9tQT9
qW1pPS8EoafhgThjm6zhZ8TaYOv9UsjAfkEKZCyblw9uEV0V974BqsTDEqaPLadB
g/dUBsWsm6Dk++aqa0b0xOar47sfaRf0Jxx+j0w49FlUKrEXdpSmx3OeC9/azW50
r9jsEx+yZRTvuIh8rwJ7vcWbAaTbUbkOH8o8YWiT/2UQzGCNRirxAIQEX295AgrU
5dYhv0pUfWqLuhEi05A1PRzeigHUgKesF+YPPZRYlYU8/+NVuOOFr2kMw5FG6JCS
eQSz1/2tCWeElh1jj0n9ULWUA4DM/hJcNlRghlWJhlvaY/9G7RQ=
=mCrG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to