emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error: void-variable cl-struct-tramp-file-name-tags


From: William Xu
Subject: error: void-variable cl-struct-tramp-file-name-tags
Date: Fri, 15 Jun 2007 19:31:22 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

When in *shell* mode, 

,----[ *shell* ]
| think-different:~$ cd /
`----

followed by a TAB will causes this error. The backtace is, 

,----[ backtrace ]
| Debugger entered--Lisp error: (void-variable cl-struct-tramp-file-name-tags)
|   tramp-completion-handle-file-name-all-completions("" "/")
|   apply(tramp-completion-handle-file-name-all-completions ("" "/"))
|   tramp-completion-file-name-handler(file-name-all-completions "" "/")
|   file-name-all-completions("" "/")
|   tramp-completion-handle-file-name-completion("" "/" nil)
|   apply(tramp-completion-handle-file-name-completion ("" "/" nil))
|   tramp-completion-file-name-handler(file-name-completion "" "/" nil)
|   file-name-completion("" "/")
|   comint-dynamic-complete-as-filename()
|   comint-dynamic-complete-filename()
|   run-hook-with-args-until-success(comint-dynamic-complete-filename)
|   comint-dynamic-complete()
|   call-interactively(comint-dynamic-complete)
`----

I found that if i disabled ido config, it has no such problem. My ido
config is: 

,----[ ido config ]
| (setq ido-create-new-buffer 'never
|       ido-enable-regexp t)
| 
| (setq ido-ignore-buffers
|       '("\\*.+\\*" ".diary"))
| 
| (ido-mode 1)
| (ido-everywhere 1)
`----

The weird thing is that if i disable ido config when starting emacs, but
eval them manually after emacs started, this error doesn't throw.

-- 
William





reply via email to

[Prev in Thread] Current Thread [Next in Thread]