>>369 の続き

# for Wnn
setenv JSERVERlocalhost

if ($?prompt) then
# An interactive shell -- set some stuff up
alias setprompt 'set prompt="`hostname -s`:`pwd` # "'
setprompt
alias cd '\!\! ; setprompt'
alias chdir '\!\! ; setprompt'
alias pushd '\!\! ; setprompt'
alias popd '\!\! ; setprompt'
set filec
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
if ( $?tcsh ) then
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
endif
endif

.cshrc 終わり

XMODIFIERS, LANG ともちゃんと設定されていました。