Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skk-pre-henkanで候補が出ない #57

Open
myuhe opened this issue Apr 8, 2017 · 0 comments
Open

skk-pre-henkanで候補が出ない #57

myuhe opened this issue Apr 8, 2017 · 0 comments

Comments

@myuhe
Copy link
Contributor

myuhe commented Apr 8, 2017

skk-pre-henkanを試してみましたが、エラーが出て変換候補が出ません。

バックトレースには以下のようなメッセージが出ます。

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
 set-buffer(nil)
 (save-current-buffer (set-buffer (skk-get-jisyo-buffer (symbol-value jisyo) (quote nomsg))) (goto-char skk-okuri-nasi-min) (while (and (re-search-forward key nil t) (< i 100)) (setq candidates (concat candidates (buffer-substring-no-properties (point) (progn (end-of-line) (point))))) (setq i (1+ i))))
 (while --dolist-tail-- (setq jisyo (car --dolist-tail--)) (save-current-buffer (set-buffer (skk-get-jisyo-buffer (symbol-value jisyo) (quote nomsg))) (goto-char skk-okuri-nasi-min) (while (and (re-search-forward key nil t) (< i 100)) (setq candidates (concat candidates (buffer-substring-no-properties (point) (progn (end-of-line) (point))))) (setq i (1+ i)))) (setq --dolist-tail-- (cdr --dolist-tail--)))
 (let ((--dolist-tail-- list-jisyo) jisyo) (while --dolist-tail-- (setq jisyo (car --dolist-tail--)) (save-current-buffer (set-buffer (skk-get-jisyo-buffer (symbol-value jisyo) (quote nomsg))) (goto-char skk-okuri-nasi-min) (while (and (re-search-forward key nil t) (< i 100)) (setq candidates (concat candidates (buffer-substring-no-properties (point) (progn ... ...)))) (setq i (1+ i)))) (setq --dolist-tail-- (cdr --dolist-tail--))))
 (let ((list-jisyo (quote (skk-jisyo skk-large-jisyo))) (key (format "^%s.* /" (car (split-string skk-comp-key "*" t)))) (i 0) candidates) (let ((--dolist-tail-- list-jisyo) jisyo) (while --dolist-tail-- (setq jisyo (car --dolist-tail--)) (save-current-buffer (set-buffer (skk-get-jisyo-buffer (symbol-value jisyo) (quote nomsg))) (goto-char skk-okuri-nasi-min) (while (and (re-search-forward key nil t) (< i 100)) (setq candidates (concat candidates (buffer-substring-no-properties ... ...))) (setq i (1+ i)))) (setq --dolist-tail-- (cdr --dolist-tail--)))) (if candidates (progn (split-string candidates "/" t))))
 skk-pre-henkan-make-candidates()
 (setq skk-pre-henkan-candidates (skk-pre-henkan-make-candidates))
 (progn (setq skk-pre-henkan-candidates (skk-pre-henkan-make-candidates)))
 (if skk-comp-first (progn (setq skk-pre-henkan-candidates (skk-pre-henkan-make-candidates))))
 (if (string= skk-comp-key "") nil (if skk-comp-first (progn (setq skk-pre-henkan-candidates (skk-pre-henkan-make-candidates)))) (prog1 (car (skk-treat-strip-note-from-word (car skk-pre-henkan-candidates))) (setq skk-pre-henkan-candidates (cdr skk-pre-henkan-candidates))))
 skk-pre-henkan()
 eval((skk-pre-henkan))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant