From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: Trunk emacs infelicity with linum mode Date: Wed, 03 Sep 2014 14:37:20 +0200 Message-ID: <86y4u0ubgf.wl-hskuhra@eumx.net> References: <87zjeix7hg.fsf@glaurung.internal.golden-gryphon.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1409747876 21318 80.91.229.3 (3 Sep 2014 12:37:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2014 12:37:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 03 14:37:49 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XP9oq-00041n-Kn for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2014 14:37:48 +0200 Original-Received: from localhost ([::1]:45023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP9oq-0000Pk-99 for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2014 08:37:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP9oZ-0000PI-OB for emacs-devel@gnu.org; Wed, 03 Sep 2014 08:37:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XP9oU-0007pB-RH for emacs-devel@gnu.org; Wed, 03 Sep 2014 08:37:31 -0400 Original-Received: from eumx.net ([91.82.101.43]:55448 helo=owm.eumx.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP9oU-0007oc-HE for emacs-devel@gnu.org; Wed, 03 Sep 2014 08:37:26 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type; s=default; bh=14dCANHJ0YUYdLyqtgh1u7LxBwY=; b=Fj7 VGGTyERXJn9MEuBd7tms81CuGpLHr3erwXyg4mlrbe3jk95xhJ1GR4Do4fugkv2M qUmDHODMFU5wVgl9cWH8UV4yXykHEIAA8aApanj2d5z2K/nJfD0wV3WDPpGwPrsY YwX3mwAlSuVGRpNgaPLoEmke+tMeOv4Uy575BQ2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=OK9Xaa360OOSFQsi1yVzp0PapQtHT RGR6m8JuS/2q4XYwyFV5VI1YSD/KP1qw72QE6Q9RuGX5Z1+ZTZp86yhFBks1U/f7 WKJI5968ydq2EAX/GJAVaryv8wNUg+wYlCz5UWO7gze/ZrO5mZ3e9jSotHvvNjFN Niv9dQkoG5XYNU= In-Reply-To: <87zjeix7hg.fsf@glaurung.internal.golden-gryphon.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 91.82.101.43 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173978 Archived-At: On Tue, 02 Sep 2014 10:22:35 -0700 Manoj Srivastava wrote: > Hi, > > To reproduce, on a graphical display: > emacs -Q > M-x load-library > linum > M-x linum-mode > C-x 5 2 > > This results in an error, the contents of the *Messages* buffer > is: > --8<---------------cut here---------------start------------->8--- > Loading linum...done > Global-Linum mode enabled > linum--face-height: Invalid face: linum [3 times] > Mark set > --8<---------------cut here---------------end--------------->8--- > > Is anyone else seeing this? Yes, I do. Obviously, this error only occurs if Emacs is built with '--with-x-toolkit=lucid'. I don't get this error with GTK2/GTK3. No backtrace. -- Herbert