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

Error running timer ‘ac-update-greedy’ / Error running timer ‘ac-show-menu’ #508

Closed
Abuelodelanada opened this issue May 3, 2020 · 2 comments

Comments

@Abuelodelanada
Copy link

Hi,

I am migrating my emacs config to use-package, and I cannot find the way auto-complete works.

I have the following:

(use-package ac-js2)
(use-package ac-php)
(use-package ac-php-core)
(use-package auto-complete
  :requires popup)

(ac-config-default)
(global-auto-complete-mode t)

But in the Messages buffer I get:

Error running timer ‘ac-update-greedy’: (void-function ad-Advice-move-beginning-of-line)
Error running timer ‘ac-show-menu’: (void-function ad-Advice-move-beginning-of-line)

Am I missing something ?

@tarsius
Copy link
Contributor

tarsius commented May 5, 2020

This package is looking for a new maintainer [while I am now the owner of this repository, I have never even used this package myself]. Despite that this package still has users but most of them are not hanging out here. You are more likely to find help in other places such as r/emacs.

@tarsius tarsius closed this as completed May 5, 2020
@Abuelodelanada
Copy link
Author

This package is looking for a new maintainer [while I am not the owner of this repository, I have never even used this package myself]. Despite that this package still has users but most of them are not hanging out here. You are more likely to find help in other places such as r/emacs.

Thank you very much for your answer @tarsius !

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

2 participants