Haines Brown
2012-12-28 13:51:01 UTC
I get an error when I try to get flymake-cursor to run automatically.
I have flymake-cursor.el in ~/elisp. In .emacs I have the lines:
(require 'flymake)
(defun flymake-get-tex-args (file-name)
(list "chktex" (list "-q" "-v0" file-name)))
(add-hook 'find-file-hook 'flymake-find-file-hook)
(require 'flymake-cursor)
The last line is from flymaker-cursor.el directions. However, it
produces an error when emacs loads:
(error "Required feature `flymake-cursor' was not provided")
What does this error mean?
Debug says:
[init-file-user system-type user-init-file-1 user-init-file otherfile
source ms-dos "~" "/_emacs" windows-nt directory-files nil
"^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$"
"~/_emacs" "/.emacs" t load expand-file-name "init"
file-name-as-directory "/.emacs.d" file-name-extension "elc"
file-name-sans-extension ".el" file-exists-p file-newer-than-file-p
message "Warning: %s is newer than %s" sit-for 1 "default" alt
inhibit-default-init inhibit-startup-screen] 7]
Haines Brown
I have flymake-cursor.el in ~/elisp. In .emacs I have the lines:
(require 'flymake)
(defun flymake-get-tex-args (file-name)
(list "chktex" (list "-q" "-v0" file-name)))
(add-hook 'find-file-hook 'flymake-find-file-hook)
(require 'flymake-cursor)
The last line is from flymaker-cursor.el directions. However, it
produces an error when emacs loads:
(error "Required feature `flymake-cursor' was not provided")
What does this error mean?
Debug says:
[init-file-user system-type user-init-file-1 user-init-file otherfile
source ms-dos "~" "/_emacs" windows-nt directory-files nil
"^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$"
"~/_emacs" "/.emacs" t load expand-file-name "init"
file-name-as-directory "/.emacs.d" file-name-extension "elc"
file-name-sans-extension ".el" file-exists-p file-newer-than-file-p
message "Warning: %s is newer than %s" sit-for 1 "default" alt
inhibit-default-init inhibit-startup-screen] 7]
Haines Brown