内藤といいます。 Vine2.5 で xemacs21.4-21.4.6-0vl4 を使っています。 起動時出る以下のエラーの解決方法をお教え頂けませんでしょうか? 設定ファイルの状況ですが、 ~/.xemacs/init.el には ;;; スクロールバーを右側に表示する (set-scroll-bar-mode 'right) の2行があり、更に ;;; 初期設定ファイルの指定 (setq user-init-file "~/.emacs.el") とありますが ~/.emacs.el は存在せず、 ~/.xemacs.elがあります。 (setq user-init-file "~/.emacs.el") を (setq user-init-file "~/.xemacs.el") に変えても状況は変わりません。 また ~/.xemacs.el には set-scroll-bar-mode に関する記述はありません。 (set-scroll-bar-mode 'right) を追加しても変化なしです。 xemacs & で動かすと以下のメッセージが出ます。 ----------------------------------------------------------------- (1) (initialization/error) An error has occurred while loading /home/naito/.xemacs/init.el: Symbol's function definition is void: set-scroll-bar-mode To ensure normal operation, you should investigate the cause of the error in your initialization file and remove it. Use the `-debug-init' option to XEmacs to view a complete error backtrace. xemacs -debug-init & で動かすと以下のメッセージが出ます。 #この意味が分からないんです。(;_;) ↓ ----------------------------------------------------------------- Signaling: (void-function set-scroll-bar-mode) (set-scroll-bar-mode (quote right)) load-internal("/home/naito/.xemacs/init.el" t t t undecided) load("/home/naito/.xemacs/init.el" t t t) load-user-init-file() load-init-file() command-line() normal-top-level()