From: William Xu <william.xwl@gmail.com>
To: emacs-devel@gnu.org
Subject: error: void-variable cl-struct-tramp-file-name-tags
Date: Fri, 15 Jun 2007 19:31:22 +0800 [thread overview]
Message-ID: <87y7ile9o5.fsf@www.williamxu.com> (raw)
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
next reply other threads:[~2007-06-15 11:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-15 11:31 William Xu [this message]
2007-06-15 11:45 ` error: void-variable cl-struct-tramp-file-name-tags Michael Albinus
2007-06-16 8:27 ` William Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y7ile9o5.fsf@www.williamxu.com \
--to=william.xwl@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.