atomontage / xterm-color

ANSI & xterm-256 color text property translator for Emacs
BSD 2-Clause "Simplified" License
214 stars 20 forks source link

Symbol's function definition is void: first #9

Closed talonchandler closed 7 years ago

talonchandler commented 7 years ago

When I run xterm-color-test I receive the error:

Symbol's function definition is void: first

The offending code is in xterm-color.el line 257.

I've installed xterm-color (and cl-lib) through the emacs package manager. I'm running GNU Emacs 25.0.95.1.

Is there a hidden dependency, or am I doing something wrong?

Thanks!

atomontage commented 7 years ago

I've updated the code @ github to fix these issues (that stem from cl.el -> cl-lib.el transition).

I'm not sure if the emacs package manager is tracking my repo or if they cloned an earlier version and manually syncing it. If the latter, you can either clone and use my github repo directly or add (require 'cl) at the beginning of xterm-color.el (not ideal but should fix your issues) that you got through elpa/melpa etc

Chris

On Fri, 04 Nov 2016 10:20:36 -0700, Talon Chandler notifications@github.com wrote:

When I run xterm-color-test I receive the error:

Symbol's function definition is void: first

The offending code is in xterm-color.el line 257.

I've installed xterm-color (and cl-lib) through the emacs package manager. I'm running GNU Emacs 25.0.95.1.

Is there a hidden dependency, or am I doing something wrong?

Thanks!

talonchandler commented 7 years ago

Fixed. Thank you so much!

FWIW melpa has an October 29 version, so it should update soon.

Thanks for the great package.