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

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

bug#18616: nlinum error on multiple emacsclient instances


From: martin rudalics
Subject: bug#18616: nlinum error on multiple emacsclient instances
Date: Sun, 04 Jan 2015 19:09:12 +0100

> I cannot start multiple emacsclient instances due to the below error:
>
> emacsclient -q --alternate-editor="" --create-frame init.el &
> [1] 30465
> *ERROR*: Invalid face: linum
> [1]  + 30465 exit 1     emacsclient -q --alternate-editor="" --create-frame 
init.el
>
> Multiple emacs instances work fine. This only happens when I try to
> open the second emacsclient instance.
>
> This is how I am using linum in my emacs configuration:
>
> (require 'nlinum)
> (nlinum-mode 1)
> ;; without the below line, line numbers do not show when using evil
> (add-hook 'find-file-hook 'nlinum-mode)
>
> nlinum-1.5 is the version of nlinum that I am using.
>
> https://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00022.html
> seems to be a similar issue too.

Can you try again with current trunk/master?  It should work now, at
least conceptually ...

Thanks, martin





reply via email to

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