sabof / svg-mode-line-themes

SVG-based themes for mode-line
45 stars 3 forks source link

void-function cl-delete #1

Closed jasonm23 closed 11 years ago

jasonm23 commented 11 years ago

When doing: (require 'svg-mode-line-themes)

jasonm23 commented 11 years ago

Necessary to install and require cl-lib (available via elpa)

sabof commented 11 years ago

I probably have a newer Emacs version, in which requiring cl also loads cl-lib. In any case, cl-delete is the only place I call cl-lib directly, so I replaced it.

jasonm23 commented 11 years ago

I'm testing on Emacs 24.1 (railwaycat's Emacs Mac Port) - I'd prefer to use Emacs ns/cocoa, but I've never been able to get a build working with SVG. As a matter of interest are you running on OSX? If so, what build of Emacs?

sabof commented 11 years ago

I'm using Emacs 24.2.5 on Ubuntu. I'm not aware what's the situation with SVG support on other platforms.

jasonm23 commented 11 years ago

Thanks for the info.