emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] TAB completion in eshell disabled


From: Cheng-shan Frank Liu
Subject: [emacs-wiki-discuss] TAB completion in eshell disabled
Date: Tue, 05 Apr 2005 17:39:47 -0500
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

Hi, I am using emacs-wiki (Emacs 21.3.1) with Linux Fedora Core 2.

I found that loading emacs-wiki conflicts with the TAB completion function in eshell. (But this TAB completion function works fine in the shell mode.) Everytime when I hit TAB, the error message shows, "Symbol's function definition is void: substitute-env-vars."

Below I attached the emacs-wiki settings I put in my .emacs. When I took off the lines, the eshell's TAB completion function was back. Please advice. Thank you.


Frank Liu
===========================

;; path to emacs-wiki
(add-to-list 'load-path "/usr/share/emacs-wiki")
;; Load emacs-wiki
(require 'emacs-wiki)

;; global setting of emacs-wiki style sheets
;; Note that the css file should be put in the same folder of published webpages (setq emacs-wiki-style-sheet "<link rel=\"stylesheet\" type=\"text/css\" href=\"core.css\" />")


(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(auto-compression-mode t nil (jka-compr))
 '(case-fold-search t)
 '(current-language-environment "chinese-big5")
 '(default-input-method "chinese-py-punct-b5")
 '(emacs-wiki-directories (quote ("~/wikiProjects")) nil (emacs-wiki))
 '(emacs-wiki-publishing-directory "~/MyWebs/KULark/wiki")
 '(ess-speedbar-use-p t)
 '(global-font-lock-mode t nil (font-lock))
 '(ps-auto-font-detect t)
 '(ps-font-family (quote Courier))
 '(ps-font-size (quote (7 . 8)))
 '(ps-header-lines 1)
 '(ps-multibyte-buffer (quote bdf-font-except-latin))
 '(ps-print-footer-frame nil)
 '(ps-print-header t)
 '(ps-print-header-frame t)
 '(ps-printer-name "")
'(ps-right-header (quote ("/pagenumberstring load" ps-time-stamp-mon-dd-yyyy ps-time-stamp-hh:mm:ss)))
 '(tool-bar-mode nil nil (tool-bar))
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )





reply via email to

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