>HilightColors black palevioletred を書き加えると、 [FVWM][executeModule]: <<ERROR>> No such module 'HilightColors' in ModulePath '/usr/X11R6/libexec/fvwm/2.2.4' とX終了時に出ます。
M-x list-inout-methods ---------表示、ここから----------------- No input method is available, perhaps because you have not yet installed LEIM (Library of Emacs Input Method) * * * You should be able to use various input method. --------ここまで---------
−−−−ここから−−−− !!!: not found *international : not found *customization : not found *cursorColor : not found !!!: not found Emacs.Font : not found /home/Reynolds/.xinitrc : 20 : Syntax error : "(" unexpected
/.xinitrcの変更 -----ここから #!/bin/sh # $XConsortium: xinitrc.cpp,v 1.4 91/08/02 11:41:34 rws Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/usr/X11R6/lib/X11/xinit/.Xresources sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge $sysresources fi 中略 if [ -f &usermodmap ]; then xmodmap $usermodmap fi #ここまではオリジナル。以降は変更部 # start some nice programs if [ -x /usr/X11R6/bin/kinput2 ]; then /usr/X11R6/bin/kinput2 & XMODIFIERS="@im=kinput2" export XMODIFIERS fi