From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native line numbers column disappears at times Date: Fri, 30 Jun 2017 09:00:17 +0300 Message-ID: <838tkaqaku.fsf@gnu.org> References: <83tw35thxw.fsf@gnu.org> <87efu7lsj0.fsf@lylat> <83r2y7sc9q.fsf@gnu.org> <87a84vl8gm.fsf@lylat> <8760fjl85k.fsf@lylat> <83o9tassmh.fsf@gnu.org> <87wp7y4jvk.fsf@lylat> <83bmp9se23.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1498802448 12982 195.159.176.226 (30 Jun 2017 06:00:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 30 Jun 2017 06:00:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 30 08:00:42 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dQoyv-0002ww-0D for ged-emacs-devel@m.gmane.org; Fri, 30 Jun 2017 08:00:41 +0200 Original-Received: from localhost ([::1]:42648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQoyy-000340-U9 for ged-emacs-devel@m.gmane.org; Fri, 30 Jun 2017 02:00:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQoyr-00033t-My for emacs-devel@gnu.org; Fri, 30 Jun 2017 02:00:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQoyl-0001rL-6U for emacs-devel@gnu.org; Fri, 30 Jun 2017 02:00:34 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQoyl-0001rC-3R; Fri, 30 Jun 2017 02:00:31 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3971 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dQoyk-0002fs-5v; Fri, 30 Jun 2017 02:00:30 -0400 In-reply-to: (message from Kaushal Modi on Thu, 29 Jun 2017 20:25:54 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:216056 Archived-At: > From: Kaushal Modi > Date: Thu, 29 Jun 2017 20:25:54 +0000 > > The line numbers column disappears at times. I have seen that to happen only when the emacs *frame* is > not in focus. As soon as I click on that window, the line numbers re-appear. I don't yet have a recipe to > consistently recreate this. Thanks for letting me know. I do need a recipe to debug and fix this.