[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: meadowが、起動するときに、変な表示が出ます。



くにです。

堀口恭太郎さん、ヒントをありがとうございます。
以下に、--debug-init の結果を張っておきます。

Debugger entered--Lisp error: (error "Key sequence C-h f uses invalid
prefix characters")
  define-key((keymap #^[t nil set-mark-command move-beginning-of-line
backward-char mode-specific-command-prefix delete-char move-end-of-line
forward-char keyboard-quit backward-delete-char-untabify
indent-for-tab-command newline-and-indent kill-line recenter
newline-and-indent next-line open-line previous-line quoted-insert
isearch-backward isearch-forward dmacro-exec universal-argument
scroll-up kill-region Control-X-prefix yank iconify-or-deiconify-frame
ESC-prefix toggle-input-method abort-recursive-edit next-error undo
self-insert-command self-insert-command self-insert-command
self-insert-command self-insert-command self-insert-command
self-insert-command self-insert-command self-insert-command
self-insert-command self-insert-command self-insert-command
self-insert-command self-insert-command self-insert-command
self-insert-command ...] (67108990 . previous-error) (f9 .
buffer-fiber-exe) (S-down . windmove-down) (S-right . windmove-right)
(S-up . windmove-up) (S-left . windmove-left) (C-S-mouse-3 . ffap-menu)
(S-mouse-3 . ffap-at-mouse) (67108922 . bm-next) (67108923 .
bm-previous) (delete . delete-char) (C-M-backspace) (C-M-delete)
(M-backspace) (M-delete) (tool-bar menu-item "tool bar" ignore :filter
(lambda ... tool-bar-map)) (paste . clipboard-yank) (copy .
clipboard-kill-ring-save) (cut . clipboard-kill-region) (f18 .
clipboard-yank) (f16 . clipboard-kill-ring-save) (f20 .
clipboard-kill-region) (language-change . ignore) (C-drag-n-drop .
w32-drag-n-drop-other-frame) (drag-n-drop . w32-drag-n-drop) (C-wheel-up
. mwheel-scroll) (S-wheel-up . mwheel-scroll) (wheel-up . mwheel-scroll)
(C-wheel-down . mwheel-scroll) (S-wheel-down . mwheel-scroll)
(wheel-down . mwheel-scroll) (rwindow . ignore) (lwindow . ignore)
(compend . ignore) (kanji . mw32-ime-toggle) (nil keymap (mouse-wheel1 .
ignore)) (mouse-wheel1 . w32-handle-mouse-wheel-event) (vertical-line
keymap (mouse-1 . mouse-select-window) (down-mouse-1 .
mouse-drag-vertical-line) (C-mouse-2 . mouse-split-window-vertically))
(vertical-scroll-bar keymap (mouse-1 . w32-handle-scroll-bar-event)
(C-mouse-2 . mouse-split-window-vertically)) (header-line keymap
(mouse-1 . mouse-select-window) (down-mouse-1 . mouse-drag-header-line))
(mode-line keymap (mouse-wheel1 . w32-handle-mouse-wheel-mode-line)
(C-mouse-2 . mouse-split-window-horizontally) (mouse-3 .
mouse-delete-window) (mouse-2 . mouse-delete-other-windows)
(down-mouse-1 . mouse-drag-mode-line) (drag-mouse-1 .
mouse-select-window) (mouse-1 . mouse-select-window)) (C-down-mouse-3 .
mouse-popup-menubar-stuff) (S-down-mouse-1 . mouse-set-font)
(C-down-mouse-1 . mouse-buffer-menu) (mouse-3 . mouse-save-then-kill)
(mouse-2 . mouse-yank-at-click) (right-fringe keymap (mouse-1 .
mouse-set-point)) (left-fringe keymap (mouse-1 . mouse-set-point))
...) "f" mode-info-describe-function)
  (progn (autoload (quote mode-info-describe-function) "mode-info"
"Display the full documentation of FUNCTION (a symbol)." t) (autoload
(quote mode-info-describe-variable) "mode-info" "Display the full
documentation of VARIABLE (a symbol)." t) (autoload (quote
mode-info-find-tag) "mode-info" "Find TAG and display it." t)
(define-key global-map "f" (quote mode-info-describe-function))
(define-key global-map "v" (quote mode-info-describe-variable))
(define-key global-map "ョ" (quote mode-info-find-tag)) (defadvice
help-for-help (before activate-mi activate) (when ... ... ...))
(eval-after-load "info" (quote ...)))
  (if meadow-use-mode-info (progn (autoload ... "mode-info" "Display the
full documentation of FUNCTION (a symbol)." t) (autoload ... "mode-info"
"Display the full documentation of VARIABLE (a symbol)." t) (autoload
... "mode-info" "Find TAG and display it." t) (define-key global-map
"f" ...) (define-key global-map "v" ...) (define-key global-map "ョ"
...) (defadvice help-for-help ... ...) (eval-after-load "info" ...)))
  (when meadow-use-mode-info (autoload (quote
mode-info-describe-function) "mode-info" "Display the full documentation
of FUNCTION (a symbol)." t) (autoload (quote
mode-info-describe-variable) "mode-info" "Display the full documentation
of VARIABLE (a symbol)." t) (autoload (quote mode-info-find-tag)
"mode-info" "Find TAG and display it." t) (define-key global-map "f"
(quote mode-info-describe-function)) (define-key global-map "v" (quote
mode-info-describe-variable)) (define-key global-map "ョ" (quote
mode-info-find-tag)) (defadvice help-for-help (before activate-mi
activate) (when ... ... ...)) (eval-after-load "info" (quote ...)))
  eval-buffer(#<buffer  *load*<2>> nil
"c:/meadow/packages/pkginfo/mode-info/auto-autoloads.el" nil t)  ;
Reading at buffer position 901

load-with-code-conversion("c:/meadow/packages/pkginfo/mode-info/auto-autoloads.el"
"c:/meadow/packages/pkginfo/mode-info/auto-autoloads.el" nil nil)
  load("c:/meadow/packages/pkginfo/mode-info/auto-autoloads.el" nil nil t)
  load-file("c:/meadow/packages/pkginfo/mode-info/auto-autoloads.el")
  (if (file-exists-p el) (load-file el))
  (while dirs (setq el (concat dir "/" ... "/auto-autoloads.el")) (if
(file-exists-p el) (load-file el)) (setq dirs (cdr dirs)))
  (let* ((dir ...) (dirs ...) el) (while dirs (setq el ...) (if ... ...)
(setq dirs ...)))
  eval-buffer(#<buffer  *load*> nil "default" nil t)  ; Reading at
buffer position 999
  load-with-code-conversion("c:/meadow/packages/lisp/default.el"
"default" t t)
  load("default" t t)
  #[nil "・


-- 
くに
mail to: kuni92@xxxxxxxx
home page: http://hc4.seikyou.ne.jp/home/koukuni/index.html