GNU bug report logs - #18616
nlinum error on multiple emacsclient instances

Previous Next

Package: emacs;

Reported by: Joe M <joe9mail <at> gmail.com>

Date: Thu, 2 Oct 2014 22:25:01 UTC

Severity: normal

Tags: moreinfo

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Forwarded to http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00022.html

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>,  Eli Zaretskii <eliz <at> gnu.org>
Cc: 18616 <at> debbugs.gnu.org, Joe M <joe9mail <at> gmail.com>
Subject: bug#18616: nlinum error on multiple emacsclient instances
Date: Fri, 03 Oct 2014 15:35:23 +0200
> BTW, IIUC this only affect the trunk, and not emacs-24, right?

FWIW the underlying problem should be present on X since

2003-05-26  John Paul Wallington  <jpw <at> gnu.org>

	* xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.

and on Windows since

2006-03-12  Jason Rumney  <jasonr <at> gnu.org>

	* w32fns.c (Fx_create_frame): Remove call to
	Qface_set_after_frame_default (from xfns.c 2003-05-26).

and is not present on tip frames where we still

    call2 (Qface_set_after_frame_default, frame, Qnil);

The issue became virulent now with your changes in (n)linum.el which
should not affect the release though.

An ideal solution would IMHO realize faces early enough so we could fix
bug #18357 as well.  But maybe I'm missing something here.

martin




This bug report was last modified 10 years and 101 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.