From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.bugs Subject: bug#23510: Strange redisplay in global highlighted mode moving the scroll bar Date: Sat, 14 May 2016 09:42:13 +0200 Message-ID: <583a66be-763b-1a75-45be-b892eeacb48e@alice.it> References: <1959517970.14624161462908686797.JavaMail.httpd@webmail-60.iol.local> 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 1463211806 32574 80.91.229.3 (14 May 2016 07:43:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 May 2016 07:43:26 +0000 (UTC) Cc: stephen.berman@gmx.net To: 23510@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat May 14 09:43:15 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1b1UEF-0003e0-A0 for geb-bug-gnu-emacs@m.gmane.org; Sat, 14 May 2016 09:43:15 +0200 Original-Received: from localhost ([::1]:37002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1UEB-0002NA-DY for geb-bug-gnu-emacs@m.gmane.org; Sat, 14 May 2016 03:43:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1UE8-0002Kw-Pd for bug-gnu-emacs@gnu.org; Sat, 14 May 2016 03:43:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1UE2-0000yH-OR for bug-gnu-emacs@gnu.org; Sat, 14 May 2016 03:43:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:38073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1UE2-0000yC-Lr for bug-gnu-emacs@gnu.org; Sat, 14 May 2016 03:43:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b1UE2-0002a1-HL for bug-gnu-emacs@gnu.org; Sat, 14 May 2016 03:43:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <1959517970.14624161462908686797.JavaMail.httpd@webmail-60.iol.local> Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 14 May 2016 07:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23510 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 23510-submit@debbugs.gnu.org id=B23510.14632117639883 (code B ref 23510); Sat, 14 May 2016 07:43:02 +0000 Original-Received: (at 23510) by debbugs.gnu.org; 14 May 2016 07:42:43 +0000 Original-Received: from localhost ([127.0.0.1]:50410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1UDj-0002ZK-5h for submit@debbugs.gnu.org; Sat, 14 May 2016 03:42:43 -0400 Original-Received: from smtp201.alice.it ([82.57.200.97]:18578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1UDh-0002Z0-Fa for 23510@debbugs.gnu.org; Sat, 14 May 2016 03:42:41 -0400 Original-Received: from [192.168.1.103] (95.246.229.228) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 573572EF0036D99E; Sat, 14 May 2016 09:42:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:118230 Archived-At: > If my fix is found acceptable I have tested the patch with this init.el file: ;; (global-hl-line-mode 1) and it seems to work.. Any other configuration for testing? Ciao, Angelo.