> Czy ktos ma gotowy plik konfiguracyjny zeby podeslac?
> Probowalem ustawic zeby pisal po polsku ale nie dziala nic z tego co
> probowalem
> a podobno mozna w nim pisac z polskimi literkami
;; To w .emacs:
(load-library "leim-list")
;; a to trzeba ustawić z poziomu menu (Options --> Customize Emacs ...):
(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.
'(current-language-environment "Polish")
'(default-input-method "polish-slash"))
Bibliotekę leim być może będziesz musiał ściągnąć oddzielnie -- w
mojej dystrybucji Emacsa (21.1.1 pod Windows98) jej nie było.
Adam