Hola Héctor, ¿Cuál es tu sistema de codificación de caracteres?: C-h C. El mío es utf-8-unix
Saludos. Héctor Manuel Mora Escobar <[email protected]> writes: > [1:multipart/alternative Hide] > [1/1:text/plain Hide] > Gracias a todos los que lean este mensaje. > > Tengo un portátil Toshiba con teclado inglés, creo de EEUU. > > Antes tenía kubuntu 12.04 con emacs. Las tildes funcionaban bien. > > Desde hace pocos días tengo kubuntu 14.04 y emacs 24. > > La configuración del teclado es Inglés(EE.UU.), variante Inglés(EE.UU.) > alternativo internacional. > Las tildes funcionan bien, digito 'e y aparece é > Lo anterior es cierto en la consola, LibreOffice y kate, > pero no funciona en emacs. He ahí mi problema. Digito 'e y aparece e > > ¿Alguna sugerencia? > > Gracias de nuevo. > > Héctor Mora > > Mi archivo .emacs es (el mismo de antes) > > > (custom-set-variables > ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! > ;; Your init file should contain only one such instance. > '(case-fold-search t) > '(column-number-mode t) > '(current-language-environment "Latin-1") > '(default-input-method "latin-1-prefix") > '(global-font-lock-mode t nil (font-lock)) > '(mouse-wheel-mode t nil (mwheel)) > '(show-paren-mode t nil (paren)) > '(transient-mark-mode t) > ) > ;; une jolie couleur de fond > (set-background-color "White" ) > ;; > ;; comienzo para Scilab > ;; > (global-font-lock-mode t) > (load "/home/h/h/sci/scilab") > (setq auto-mode-alist (cons '("\\(\\.sci$\\|\\.sce$\\)" . scilab-mode) > auto-mode-alist)) > (setq scilab-mode-hook '(lambda () (setq fill-column 74))) > ;; > ;; fin para Scilab > ;; > ;; > ;; comienzo para archivos recientes > ;; > ;; recentf stuff > (require 'recentf) > (recentf-mode 1) > (setq recentf-max-menu-items 25) > (global-set-key "\C-x\ \C-r" 'recentf-open-files) > ;; > ;; fin para archivo secientes > ;; > (custom-set-faces > ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! > ;; Your init file should contain only one such instance. > ) > (fset 'c6 > [?\C-a right right right right right right right right right right right > right right right right right right right right right right right right right > right right right right right right right right right right right right right > right right right right right right right right right right right right right > right right right right right right right right right right right right right > ?\C-r ? right return]) > (fset 'al > [?\\ ?b ?e ?g ?i ?n ?{ ?a ?l ?i ?g ?n ?* ?} return return ?\\ ?e ?n ?d ?{ > ?a ?l ?i ?g ?n ?* ?} up]) > (fset 'vrb > [?\\ ?b ?e ?g ?i ?n ?{ ?v ?e ?r ?b ?a ?t ?i ?m ?} return return ?\\ ?e ?n > ?d ?{ ?v ?e ?r ?b ?a ?t ?i ?m ?} up]) > (fset 'vr > [?\\ ?v ?e ?r ?b ?| ? ? ?| left left ]) > (fset 'tb > [?\\ ?b ?e ?g ?i ?n ?{ ?c ?e ?n ?t ?e ?r ?} return ?\\ ?b ?e ?g ?i ?n ?{ > ?t ?a ?b ?u ?l ?a ?r ?} ?{ ?l ?l ?} return return ?\\ ?e ?n ?d ?{ ?t ?a ?b ?u > ?l ?a ?r ?} return ?\\ ?e ?n ?d ?{ ?c ?e ?n ?t ?e ?r ?} up up]) > (fset 'mat > [?\\ ?b ?e ?g ?i ?n ?{ ?b ?m ?a ?t ?r ?i ?x ?} return return ?\\ ?e ?n ?d > ?{ ?b ?m ?a ?t ?r ?i ?x ?} up]) > (fset 'maa > [?\\ ?l ?e ?f ?t ?[ ?\\ ?! ?\\ ?! ?\\ ?b ?e ?g ?i ?n ?{ ?a ?r ?r ?a ?y ?} > ?{ ?r ?r ?} return return ?\\ ?e ?n ?d ?{ ?a ?r ?r ?a ?y ?} ?\\ ?! ?\\ ?! ?\\ > ?r ?i ?g ?h ?t ?] up]) > > ;; comentario de python > (fset 'cmp > (lambda (&optional arg) "Keyboard macro." (interactive "p") > (kmacro-exec-ring-item (quote ([134217848 115 116 114 105 110 103 45 105 110 > 115 101 114 116 45 114 101 99 116 97 110 103 108 101 return 35 return] 0 > "%d")) arg))) > > (define-key ctl-x-map "l" 'goto-line) > > (put 'downcase-region 'disabled nil) > > (put 'upcase-region 'disabled nil) > > ;; para espacios en lugar de tab ??? > (setq-default indent-tabs-mode nil) > > (setq c-basic-offset 4) > > (setq read-quoted-char-radix 10) > > (setq latex-run-command "pdflatex") > > ;;(set-language-environment "latin-1") > > ;;(add-hook 'text-mode-hook 'toggle-input-method) > > ;;(require 'isotransl) > > ;;(add-hook 'java-mode-hook (lambda () > ;; (setq c-basic-offset 2))) > [1/2:text/html Show] > [2:text/plain Hide] > _______________________________________________ > Emacs-es mailing list > [email protected] > http://es.gnu.org/cgi-bin/mailman/listinfo/emacs-es _______________________________________________ Emacs-es mailing list [email protected] http://es.gnu.org/cgi-bin/mailman/listinfo/emacs-es
