To type in cyrillic and czech:
M-x set-input-method cyrillic-translit
(
й = j,
щ = shch,
ъ = ~,
Э = E`,
э = e` or @
)
M-x set-input-method czech-translit
(
é = ee,
č = cc,
ď = dj,
ó = oo,
ř = rr,
š = ss,
ú = uu
)
To see the full mapping:
M-x describe-input-method cyrillic-translit M-x toggle-input-method (= Ctrl-\)
To support cp1251 codepage (for example, when forced to use in TeX
\usepackage[cp1251]{inputenc}):
M-x set-buffer-file-coding-system windows-1251
See
World Scripts Support
in xemacs manual for more.
GILOSU
example of gnuserv/gnuclient usage: add to ~/.xemacs/init.el
if starting to get
(local-variables/warning)File local-variables error: Symbol's value
as variable is void: compile-command
error each time when opening a new buffer, load the 'compile' library, as
explained in a
comp.emacs.xemacs posting.