bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24098: 25.1; Auto complete not working


From: Noam Postavsky
Subject: bug#24098: 25.1; Auto complete not working
Date: Thu, 28 Jul 2016 12:37:49 -0400

On Thu, Jul 28, 2016 at 10:10 AM, David Gomes <davidrafagomes@gmail.com> wrote:
> Error running timer ‘ac-show-menu’: (wrong-number-of-arguments setq 1)
> auto-complete error: (wrong-number-of-arguments setq 1)

Looks like auto-complete code is hitting this change:

* Incompatible Lisp Changes in Emacs 25.1

---
** 'setq' and 'setf' must now be called with an even number of
arguments.  The earlier behavior of silently supplying a nil to the
last variable when there was an odd number of arguments has been
eliminated.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]