emacs-pretest-bug
[Top][All Lists]
Advanced

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

Error loading completion.el


From: Christoph Conrad
Subject: Error loading completion.el
Date: Fri, 02 Dec 2005 15:46:53 +0100

In GNU Emacs 22.0.50.1 (i386-msvc-nt5.0.2195)
 of 2005-12-02 on SCARLATTI
X server distributor `Microsoft Corp.', version 5.0.2195
configured using `configure --with-msvc (12.00)'

- file "~/.completions" does NOT exist
- emacs -q --debug-init
- M-x load-library completion

=> error, completions not defined

That is understandable cause of:

(defcustom save-completions-file-name
  (let ((olddef (convert-standard-filename "~/.completions")))
    (cond
     ((file-readable-p olddef) olddef)
     ((file-directory-p (convert-standard-filename "~/.emacs.d/"))
      (convert-standard-filename (expand-file-name completions "~/.emacs.d/")))
     (t olddef)))

Even when creating a "~/.completions" another error occured.

So i had to:

  (setq completions "~/.completions")
  (require 'completion)

in my .emacs and created "~/.completions".





reply via email to

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