From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: a bug in global-hl-line-mode Date: Tue, 6 Mar 2007 11:46:52 +0100 (CET) Message-ID: <5039545.208891173178012057.JavaMail.www@wwinf4104> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173178037 26724 80.91.229.12 (6 Mar 2007 10:47:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 10:47:17 +0000 (UTC) To: "Emacs Dev [emacs-devel]" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 11:47:08 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 1HOXCF-0001iN-BV for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 11:47:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOXCG-0000hV-8d for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 05:47:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOXC6-0000hP-5m for emacs-devel@gnu.org; Tue, 06 Mar 2007 05:46:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOXC1-0000gw-RQ for emacs-devel@gnu.org; Tue, 06 Mar 2007 05:46:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOXC1-0000gt-Me for emacs-devel@gnu.org; Tue, 06 Mar 2007 05:46:53 -0500 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOXC1-0001b2-Aa for emacs-devel@gnu.org; Tue, 06 Mar 2007 05:46:53 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4101.voila.fr (SMTP Server) with ESMTP id 1F35A1C00341 for ; Tue, 6 Mar 2007 11:46:52 +0100 (CET) Original-Received: from wwinf4104 (wwinf4104 [172.22.152.31]) by mwinf4101.voila.fr (SMTP Server) with ESMTP id 121C91C002F4 for ; Tue, 6 Mar 2007 11:46:52 +0100 (CET) X-ME-UUID: 20070306104652743.121C91C002F4@mwinf4101.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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:67421 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.