blob: ad35bfcc3157ed12e7b63cb417b9414498cfaa38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
!!!! Notice !!!!
1) You have to copy Emacs and dot.emacs within
${PREFIX}/share/emacs/${EMACS_VER}/etc/
into your home directory, and rename dot.emacs to .emacs,
in order to make it work.
2) Remember to set environment varible XMODIFIERS !
csh/tcsh: setenv XMODIFIERS @im=xcin
sh/bash: export XMODIFIERS='@im=xcin'
|