GithubHelp home page GithubHelp logo

ac-helm's People

Contributors

nabeo avatar syohex avatar yasuyk avatar

Stargazers

 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-helm's Issues

ac-helm cannot complete the first time

I cannot use ac-complete-with-helm the first time because of this error:

helm-show-completion: Wrong type argument: overlayp, nil [5 times]

I had to run auto-complete first to "activate" ac-helm. After executing initial auto-complete, calling ac-complete-with-helm produces no more errors. But I had to execute auto-complete first.

`ac-complete-with-helm` should use `ac-complte-clang` if possible

If ac-complete-clang is available and the current mode is C/C++, ac-helm should call ac-complete-clang immediately, like this:

(defun my-ac-complete-with-helm ()
  (interactive)
  (call-interactively 'ac-complete-with-helm)
  (call-interactively 'ac-complete-clang)
  )

It should use ac-complete-clang because ac-complete-clang also inserts function's arguments and allow user to change.

ac-helm completes already completed symbols

For example, if I got a completed symbol:

(global-set-k|ey) ;; | is the cursor

Execute ac-complete-with-helm, the symbol is completed again:

(global-set-key|ey) ;; unnecessary "ey" is inserted

if: Symbol's function definition is void: yas/current-snippet-table

When I tried to define-key

(define-key java )

I tried ac-complete-with-helm after the java keyword, but it produced the following error:

if: Symbol's function definition is void: yas/current-snippet-table

I think yas/current-snippet-table should be exclude from the list of candidates, since I am trying to completing a symbol, not to insert a template.

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.