DamienCassou / textlint

[DEPRECATED] Allows to integrate TextLint (http://scg.unibe.ch/research/textlint) within various text editors
http://scg.unibe.ch/research/textlint
58 stars 5 forks source link

M-x textlint-run => wrong-type-argument stringp nil #25

Open xeon123 opened 10 years ago

xeon123 commented 10 years ago

I installed textlint with el-get.

I did M-x textlint-run and I get the error below. How can I fix this error? Debugger entered--Lisp error: (wrong-type-argument stringp nil) expand-file-name(nil) file-relative-name(nil) textlint-run() ad-Orig-call-interactively(textlint-run record nil) (with-no-warnings (ad-Orig-call-interactively function record-flag keys)) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys))) (let ((ido-ubiquitous-next-override (ido-ubiquitous-get-command-override function))) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys)))) (ido-ubiquitous-with-override (ido-ubiquitous-get-command-override function) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys)))) (let (ad-return-value) (ido-ubiquitous-with-override (ido-ubiquitous-get-command-override function) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys)))) ad-return-value) call-interactively(textlint-run record nil) command-execute(textlint-run record) execute-extended-command(nil "textlint-run") smex-read-and-run(("customize" "comment-region" "erc" "package-list-packages" "list-registers" "view-register" "load-file" "ispell" "elpy-check" "elscreen-create" "uncomment-region" "undo" "elpy-refactor" "elpy-goto-definition" "undo-only" "elpy-set-project-root" "revert-buffer" "elscreen-kill" "yank-rectangle" "kill-rectangle" "mh-rmail" "sort-lines" "textlint-run" "toggle-truncate-lines" "w3m" "eshell" "google-word" "w3m-download" "undo-tree-mode" "google-forecast" "projectile-dired" "projectile-recentf" "scratch" "google-line" "shell-command" "el-get-install" "undo-tree-redo" "undo-tree-undo" "jedi:install-server" "iedit-rectangle-mode" "global-undo-tree-mode" "gnus" "dired" "shell" "cmaple" "newline" "yank-pop" "jedi:setup" "mh-version" "w3m-search" ...)) smex() ad-Orig-call-interactively(smex nil nil) (with-no-warnings (ad-Orig-call-interactively function record-flag keys)) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys))) (let ((ido-ubiquitous-next-override (ido-ubiquitous-get-command-override function))) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys)))) (ido-ubiquitous-with-override (ido-ubiquitous-get-command-override function) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys)))) (let (ad-return-value) (ido-ubiquitous-with-override (ido-ubiquitous-get-command-override function) (setq ad-return-value (with-no-warnings (ad-Orig-call-interactively function record-flag keys)))) ad-return-value) call-interactively(smex nil nil)

DamienCassou commented 10 years ago

On Tue, Apr 15, 2014 at 1:42 PM, xeon123 notifications@github.com wrote:

I installed textlint with el-get.

Dear xeon123, I'm not maintaining this package anymore as I don't use it.

Damien Cassou http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill