Created attachment 391266 [details] emerge --info After update to version 24.4-r1:24 czech input czech-prog-2 started to generate czech accented letters from numeric (NumLock) keys. my .emacs : (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(inhibit-startup-screen t) '(case-fold-search t) '(column-number-mode t) '(current-language-environment "English") '(default-input-method "czech-prog-2") '(frame-background-mode nil) '(global-font-lock-mode t nil (font-lock)) '(indicate-empty-lines t) '(inverse-video nil) '(line-number-mode t) '(transient-mark-mode t) '(x-stretch-cursor t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (put 'downcase-region 'disabled nil) (load "/usr/share/emacs/site-lisp/site-gentoo" nil t) (require 'color-theme) (color-theme-initialize) ;;(color-theme-deep-blue) (color-theme-xp) (add-to-list 'load-path "/usr/share/emacs/site-lisp/tex-utils") (require 'xdvi-search) (put 'upcase-region 'disabled nil)
Please provide a recipe how to reproduce the problem, starting with "emacs -Q".
(In reply to Ulrich Müller from comment #1) > Please provide a recipe how to reproduce the problem, starting with "emacs > -Q". I can not reproduce it. Now it works OK. Possibly something from the previous version was still loaded in the morning. Sorry for false bug report.