Code Monkey home page Code Monkey logo

ac-ispell's People

Contributors

igjit avatar syl20bnr avatar syohex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ac-ispell's Issues

Change ispell dictionary

After changing the ispell dictionary to francais with ispell-change-dictionary, the auto-complete suggestions are still using the default english dictionary.

タイプするごとにegrepのプロセスが走るのを抑制したい

現状ではタイプするごとにegrepのプロセスが走りますが、これが重く感じられることがあります。特に他の重いac-sourceと一緒に使っている時に顕著です。

これは補完候補を生成(ac-ispell--candidates)するときに、lookup-wordsの結果をキャッシュすると改善されると思います。

試しに実装してみました。
igjit@e0dac77

ac-source-ispellのキャッシュ版の情報源、ac-source-ispell-cachedを追加で定義しています。この情報源は、補完開始時のac-prefixとそれに対するlookup-wordsの結果を覚えておいて、以降の補完時に使い回します。
(例: ac-prefixが "def" の時にlookup-wordした結果を "defin" の時にもそのまま使います。候補の絞り込みはauto-complete本体の方でやってくれます。)

この仕組みにより、補完開始時にのみegrepが走るようになり、操作性が改善されるはずです。

ご意見頂けるとうれしいです。

Starting "egrep" process freeze emacs

Sometimes when I am typing in org mode, it will freeze the emacs with starting "egrep" process in the mini-buffer. I have to press ^g to terminate that process and then continue typing.

I am using emacs 24.4 on mac Yosemite.

C-sによる候補の絞りこみに関して

以下,ac-ispellというよりはauto-completeに関する質問となっており,すみません.
不適なIssueならば取り下げます.

補完が働いている状態でC-sを押すと,直後の文字入力で候補を絞りこむことが可能であるということはご存知かと思います.
ac-ispell-sourceを利用して補完候補を表示し,C-sで候補を絞りこむと,以下のような感じです.
#'synth'を入力→C-s→'sis' と入力して絞り込み

test1

この状態で補完候補を確定させると,
test2
のようにハイライト部分のfaceが残ってしまいます.

この現象の回避方法はご存知でしょうか?

Too slow for use when used with Flyspell

I have AC-Ispell running and working alongside flyspell on one of my orgmode journal buffers; but to actually get a suggestion, I have to wait about 2 seconds for anything to happen. I'm using the hunspell dictionary file for both Flyspell and AC-Ispell; apparently, this is not to be recommended. Any suggestions on how to have them both working simulteaneously?

Is ac-ispell not available on melpa?

Hi, I'm a spacemacs user. when i updated my emacs and use spacemacs config.
it prompts that "Package ac-ispell is not available ".Also, I can't find ac-ispell package on melpa?
Is there any way I can install ac-ispell manually, thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.