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: Fri, 05 Sep 2014 18:32:52 +0300 Message-ID: <831trqdqvv.fsf@gnu.org> 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> <83k35jdyf2.fsf@gnu.org> <83ha0meepi.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1409931195 23049 80.91.229.3 (5 Sep 2014 15:33:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 15:33:15 +0000 (UTC) Cc: srivasta@ieee.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 17:33:08 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 1XPvVc-0001Ww-BJ for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2014 17:33:08 +0200 Original-Received: from localhost ([::1]:58537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPvVc-0002Zg-03 for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2014 11:33:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPvVV-0002U2-0A for emacs-devel@gnu.org; Fri, 05 Sep 2014 11:33:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPvVN-0000QM-T4 for emacs-devel@gnu.org; Fri, 05 Sep 2014 11:33:00 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPvVN-0000Q5-LO for emacs-devel@gnu.org; Fri, 05 Sep 2014 11:32:53 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NBF00F00PU1YK00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 05 Sep 2014 18:32:52 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBF00FHSPURXH10@a-mtaout23.012.net.il>; Fri, 05 Sep 2014 18:32:52 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:174039 Archived-At: > From: Stefan Monnier > Cc: srivasta@ieee.org, emacs-devel@gnu.org > Date: Fri, 05 Sep 2014 11:23:52 -0400 > > > Yes, I think so. But then not many packages (ab)use that hook like > > linum does. > > I'd be happy to use some other mechanism in (n)linum to setup the > margin, but window-configuration-change-hook is the best I found so far. Setting up the margins is not the problem. Redrawing the display using the special face is.