ciao,
rispondo dopo altrettanto tempo. Ora ho ubuntu 10.04 se inseirsco la stringa nel file .emacs ho questo risultato:
Warning (i18n): `standard-display-european’ is semi-obsolete; see its doc string for details
Effettivamente ora il problema è risolto, ma come faccio ad eliminare lo Warning? è possibile impostare qualcosa di più recente?
non se ho inseirto male le stringhe. questo è il contenuto del mio file .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.
‘(cua-mode t nil (cua-base))
‘(inhibit-startup-screen t)
‘(save-place t nil (saveplace))
‘(show-paren-mode t)
‘(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
‘(uniquify-buffer-name-style (quote forward) nil (uniquify)))
(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.
‘(default ((t (:inherit nil :stipple nil :background “darkslategray” :foreground “wheat” :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :foundry “unknown” :family “DejaVu Sans Mono”)))))
(set-language-environment “Latin-1”)
(standard-display-european 1)
grazie tante,
ciao
angelico