* error: void-variable cl-struct-tramp-file-name-tags
@ 2007-06-15 11:31 William Xu
2007-06-15 11:45 ` Michael Albinus
0 siblings, 1 reply; 3+ messages in thread
From: William Xu @ 2007-06-15 11:31 UTC (permalink / raw)
To: emacs-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: error: void-variable cl-struct-tramp-file-name-tags
2007-06-15 11:31 error: void-variable cl-struct-tramp-file-name-tags William Xu
@ 2007-06-15 11:45 ` Michael Albinus
2007-06-16 8:27 ` William Xu
0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2007-06-15 11:45 UTC (permalink / raw)
To: William Xu; +Cc: emacs-devel
William Xu <william.xwl@gmail.com> writes:
> ,----[ backtrace ]
> | Debugger entered--Lisp error: (void-variable cl-struct-tramp-file-name-tags)
> | tramp-completion-handle-file-name-all-completions("" "/")
You need a 'make bootstrap' for the whole emacs. Tramp has removed
usage of cl.el recently.
Best regards, Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: error: void-variable cl-struct-tramp-file-name-tags
2007-06-15 11:45 ` Michael Albinus
@ 2007-06-16 8:27 ` William Xu
0 siblings, 0 replies; 3+ messages in thread
From: William Xu @ 2007-06-16 8:27 UTC (permalink / raw)
To: emacs-devel
Michael Albinus <michael.albinus@gmx.de> writes:
> You need a 'make bootstrap' for the whole emacs. Tramp has removed
> usage of cl.el recently.
Thanks.
--
William
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-16 8:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-15 11:31 error: void-variable cl-struct-tramp-file-name-tags William Xu
2007-06-15 11:45 ` Michael Albinus
2007-06-16 8:27 ` William Xu
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.