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

Doesn't work with latest Emacs #529

Open
ikazuhiro opened this issue Mar 17, 2024 · 0 comments
Open

Doesn't work with latest Emacs #529

ikazuhiro opened this issue Mar 17, 2024 · 0 comments

Comments

@ikazuhiro
Copy link

auto-complete doesn't work with latest Emacs (master branch). Backtrace is below.

Debugger entered--Lisp error: (wrong-type-argument sequencep #<obarray n=1>)
  vconcat(#<obarray n=1> #<obarray n=1>)
  (append (vconcat local-abbrev-table global-abbrev-table) nil)
  (mapcar 'popup-x-to-string (append (vconcat local-abbrev-table global-abbrev-table) nil))
  eval((mapcar 'popup-x-to-string (append (vconcat local-abbrev-table global-abbrev-table) nil)))
  ac-candidates-1(((prefix . ac-prefix-default) (candidates mapcar 'popup-x-to-string (append (vconcat local-abbrev-table global-abbrev-table) nil)) (action . expand-abbrev) (symbol . "a") (cache)))
  ac-candidates()
  ac-update(nil)
  ac-update-greedy()
  apply(ac-update-greedy nil)
  timer-event-handler([t 0 0 100000 0.1 ac-update-greedy nil idle 0 nil])

obarray is no longer treated as vector, it means vectorp, sequencep and arrayp for obarray returns nil.

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