From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Trunk emacs infelicity with linum mode Date: Tue, 02 Sep 2014 21:03:54 +0300 Message-ID: <838um1gar9.fsf@gnu.org> References: <87zjeix7hg.fsf@glaurung.internal.golden-gryphon.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1409681064 18305 80.91.229.3 (2 Sep 2014 18:04:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 18:04:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Manoj Srivastava Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 02 20:04:16 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 1XOsR6-0002oy-VG for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2014 20:04:09 +0200 Original-Received: from localhost ([::1]:39564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOsR6-0007OE-Gh for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2014 14:04:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOsQp-0007O8-Ru for emacs-devel@gnu.org; Tue, 02 Sep 2014 14:03:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOsQj-0001tY-VR for emacs-devel@gnu.org; Tue, 02 Sep 2014 14:03:51 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:44391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOsQj-0001tT-NI for emacs-devel@gnu.org; Tue, 02 Sep 2014 14:03:45 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NBA00C00CRIDY00@mtaout28.012.net.il> for emacs-devel@gnu.org; Tue, 02 Sep 2014 21:02:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBA0058QCSB2Y70@mtaout28.012.net.il>; Tue, 02 Sep 2014 21:02:35 +0300 (IDT) In-reply-to: <87zjeix7hg.fsf@glaurung.internal.golden-gryphon.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 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:173966 Archived-At: > From: Manoj Srivastava > Date: Tue, 02 Sep 2014 10:22:35 -0700 > > 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? I don't. Suggest that you set debug-on-error non-nil and show the backtrace. Also, are you sure you aren't using some version of linum that did not come with Emacs?