From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: a bug in global-hl-line-mode Date: Tue, 13 Mar 2007 10:55:01 -0400 Message-ID: References: <5039545.208891173178012057.JavaMail.www@wwinf4104> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173797741 14233 80.91.229.12 (13 Mar 2007 14:55:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 14:55:41 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 15:55:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HR8PN-0001aU-S9 for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 15:55:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR8Q9-0005bi-S1 for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 09:56:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HR8Px-0005bd-Tp for emacs-devel@gnu.org; Tue, 13 Mar 2007 10:56:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HR8Pu-0005bQ-EE for emacs-devel@gnu.org; Tue, 13 Mar 2007 10:56:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR8Pu-0005bN-6L for emacs-devel@gnu.org; Tue, 13 Mar 2007 09:55:58 -0500 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HR8P7-0002jO-BC for emacs-devel@gnu.org; Tue, 13 Mar 2007 10:55:09 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id F1F5E2CF085; Tue, 13 Mar 2007 10:55:08 -0400 (EDT) Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 7709C3FE0; Tue, 13 Mar 2007 10:55:01 -0400 (EDT) Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 589324C6D25; Tue, 13 Mar 2007 10:55:01 -0400 (EDT) In-Reply-To: <5039545.208891173178012057.JavaMail.www@wwinf4104> (A. Soare's message of "Tue\, 6 Mar 2007 11\:46\:52 +0100 \(CET\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-kernel: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67863 Archived-At: > 1. emacs -Q > in *scratch* eval these: > (setq eval-expression-print-length 2000) > (setq eval-expression-print-level 1000) > (setq print-length 2000) > (global-hl-line-mode 1) > 3. eval lisp-mode-syntax-table with the output to *scratch* > lisp-mode-syntax-table [ C-u C-x C-e ] > or > C-u M-: > Eval: lisp-mode-syntax-table > RET > Then look at the output using just the mouse; scroll using and . When one presses the left button in the middle of the output, the cursor selects text instead to jump to the correct point. > The problem is in global-hl-line-mode. Actually the problem is much deeper than that. But I believe it was fixed by Kim recently. Stefan