Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 532038

Summary: app-editors/emacs-24.4-r1 - czech input czech-prog-2 started to generate czech accented letters from numeric (NumLock) keys
Product: Gentoo Linux Reporter: Petr Vokac <vok>
Component: Current packagesAssignee: Emacs project <emacs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Petr Vokac 2014-12-09 10:06:36 UTC
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)
Comment 1 Ulrich Müller gentoo-dev 2014-12-09 11:25:43 UTC
Please provide a recipe how to reproduce the problem, starting with "emacs -Q".
Comment 2 Petr Vokac 2014-12-09 11:37:52 UTC
(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.