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-jisyo can accept (PATH . CODING) cons-cell. #132

Merged
merged 1 commit into from
Mar 8, 2020

Conversation

tkita
Copy link
Member

@tkita tkita commented Mar 8, 2020

etc/dot.emacs に設定例があります.

@tkita tkita merged commit 1adff02 into skk-dev:master Mar 8, 2020
elim added a commit to elim/ddskk that referenced this pull request Mar 9, 2020
This change supplements recent Pull Request skk-dev#132.
(commit: b8ba590)
Comment on lines +3851 to +3852
((equal file (car skk-jisyo))
(cdr skk-jisyo))
Copy link
Member

@tats tats Mar 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skk-jisyoがデフォルト値のstringだと(car skk-jisyo)のところで
wrong-type-argumentのエラーになります。
cf. #133

(car-safe skk-jisyo)にすればエラーは収まりますが、そもそも
skk-get-jisyo-bufferはすでに(PATH . CODING)に対応済なのだから、
呼び出し元でskk-carを使わずにskk-jisyoをそのまま渡せば、
skk-jisyo独自対応は不要なのではないでしょうか。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

手元で別解を作業中です。
お待ちください

tkita added a commit to tkita/ddskk that referenced this pull request Mar 10, 2020
tkita added a commit that referenced this pull request Mar 10, 2020
#132 fix. New function skk-jisyo
tkita added a commit to tkita/ddskk that referenced this pull request Mar 14, 2020
tkita added a commit that referenced this pull request Mar 14, 2020
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

Successfully merging this pull request may close these issues.

2 participants