From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Trunk emacs infelicity with linum mode Date: Sun, 07 Sep 2014 20:09:58 +0200 Message-ID: <540C9F76.2020606@gmx.at> References: <87zjeix7hg.fsf@glaurung.internal.golden-gryphon.com> <838um1gar9.fsf@gnu.org> <87ppfdyhpf.fsf@glaurung.internal.golden-gryphon.com> <8361h5g7mv.fsf@gnu.org> <87zjehw5cs.fsf@glaurung.internal.golden-gryphon.com> <834mwog0u0.fsf@gnu.org> <87wq9kd5y3.fsf@glaurung.internal.golden-gryphon.com> <83oauve75i.fsf@gnu.org> <87lhpxaopi.fsf@glaurung.internal.golden-gryphon.com> <83vbp1deta.fsf@gnu.org> <540ACB6A.5020402@gmx.at> <540AED8A.9030000@gmx.at> <83ha0jcv31.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410113452 8475 80.91.229.3 (7 Sep 2014 18:10:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2014 18:10:52 +0000 (UTC) Cc: srivasta@ieee.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 07 20:10:45 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 1XQgvB-00018q-4u for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2014 20:10:41 +0200 Original-Received: from localhost ([::1]:39201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQgvA-0003GV-MM for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2014 14:10:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQguj-0003FT-L2 for emacs-devel@gnu.org; Sun, 07 Sep 2014 14:10:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQguZ-0000I4-2a for emacs-devel@gnu.org; Sun, 07 Sep 2014 14:10:13 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:54743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQguY-0000HB-Pr; Sun, 07 Sep 2014 14:10:03 -0400 Original-Received: from [88.117.85.72] ([88.117.85.72]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Mbfyr-1XhWo81OKL-00J1cB; Sun, 07 Sep 2014 20:10:01 +0200 In-Reply-To: <83ha0jcv31.fsf@gnu.org> X-Provags-ID: V03:K0:pbJqtCp62pmoeQUchN69ES6DNaDF/TjKcm6YUVrvi/2L26gGWpO mdZXq//zSCT8rGnlpbyhoXsgS9M/Zhnmli7v5GSJTlXVjQBfZHcLyONQcCk8ujJrmrXYPqj NsUimhe4Ystt40EhCeTlnJP6OMuuJJAi04LHs+jm/fLY2jcGNliIvRL0eiMADaWwcJCELrK 3G1HAHzHGwsp9jNnDGNbQ== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:174068 Archived-At: > Yes, but how does that help us resolve this problem? There's nothing > wrong in general with calling face-font, so linum-mode doesn't do > anything blatantly incorrect here. It's just that this function is > called "too early" in the frame creation process. Ahh, I forgot: Any clues why the bug doesn't trigger on Gtk and Windows builds? martin