Hi all,

Lately emacs from cvs started to behave very weird. I used to enter non-ascii 
characters just fine but lately when I enter euro character "â" it shows up 
"?" in emacs and entering non-ascii characters like "Ã,Ä,Å" results in 
nothing : no character shows up.

Anyone experience something similar to this? Any workarounds?

I attach my ~/.emacs just in case and I use latest emacs from cvs.

Regards,
ismail
(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.
 '(auto-compression-mode t nil (jka-compr))
 '(cua-mode nil)
 '(current-language-environment "UTF-8")
 '(global-font-lock-mode t nil (font-core))
 '(scroll-bar-mode (quote right))
 '(show-paren-mode t nil (paren))
 '(transient-mark-mode t))
'(auto-compression-mode t nil (jka-compr))
'(cua-mode t nil (cua-base))
'(scroll-bar-mode (quote right))
'(show-paren-mode t nil (paren))
(setq inhibit-startup-message 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.
 )
(add-to-list 'load-path "~/elisp")
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to