ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Creating a new GUI frame with emacs --daemon fails #292

Closed ajsalminen closed 10 years ago

ajsalminen commented 10 years ago

Using the latest version from git master, I cannot open a frame with "emacsclient -c". "emacsclient -t" does work.

Emacsclient prints the following error message: *ERROR*: Wrong type argument: stringp, C-source

Here is my minimal .emacs that this happens with:

(add-to-list 'load-path "~/.emacs.d/ergoemacs-mode")
(require 'ergoemacs-mode)

I don't even have to insert "(ergoemacs-mode 1)" for the issue to appear and removing "(require 'ergoemacs-mode)" fixes the issue.

I'm running Emacs 24.3.1 on Ubuntu 12.04.

mattfidler commented 10 years ago

Do you use CEDET. Issue #290 seems to mirror this issue.

mattfidler commented 10 years ago

Ergoemacs-mode has been tested with eieio 1.4

ajsalminen commented 10 years ago

I'm not using CEDET unfortunately. I removed everything except ergoemacs-mode from my emacs dotfiles to pinpoint what was causing it after upgrade. This happens with ergoemacs-mode as the only thing on top of vanilla GNU Emacs 24.3.1 as far as I can tell.

ajsalminen commented 10 years ago

I upgraded to the latest version and it seems to be fixed. Thanks!

mattfidler commented 10 years ago

No problem

Thanks for the report