Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532038 - app-editors/emacs-24.4-r1 - czech input czech-prog-2 started to generate czech accented letters from numeric (NumLock) keys
Summary: app-editors/emacs-24.4-r1 - czech input czech-prog-2 started to generate czec...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-09 10:06 UTC by Petr Vokac
Modified: 2014-12-09 12:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,4.93 KB, text/plain)
2014-12-09 10:06 UTC, Petr Vokac
Details

Note You need to log in before you can comment on or make changes to this bug.
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.