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: Re: [alinsoar@voila.fr: a bug in global-hl-line-mode] Date: Wed, 14 Mar 2007 11:18:39 +0100 (CET) Message-ID: <25771086.79401173867519911.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 1173867539 16677 80.91.229.12 (14 Mar 2007 10:18:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2007 10:18:59 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 14 11:18:53 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 1HRQZI-0001S9-QT for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 11:18:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRQaA-0000eR-LC for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 05:19:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRQa3-0000d3-Sp for emacs-devel@gnu.org; Wed, 14 Mar 2007 06:19:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRQa1-0000bq-3S for emacs-devel@gnu.org; Wed, 14 Mar 2007 06:19:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRQa0-0000bn-To for emacs-devel@gnu.org; Wed, 14 Mar 2007 05:19:36 -0500 Original-Received: from smtp2.voila.fr ([193.252.22.175] helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRQZ8-0002Xd-8F for emacs-devel@gnu.org; Wed, 14 Mar 2007 06:18:42 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id F06C61C00168; Wed, 14 Mar 2007 11:18:39 +0100 (CET) Original-Received: from wwinf4104 (wwinf4104 [172.22.152.31]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id E4D301C001CC; Wed, 14 Mar 2007 11:18:39 +0100 (CET) X-ME-UUID: 20070314101839937.E4D301C001CC@mwinf4102.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| 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:67917 Archived-At: > I believe it was fixed by this change, but it would be nice > if A Soare would verify that it does. > > 2007-03-10 Kim F. Storm > > * xdisp.c (redisplay_window): Don't automatically select a new window > start for a contination line during mouse-click. > I cheched, and selection is ok. But the cursor position is wrong. When I am at the middle of the line of the output syntax, and I press left button, the cursor jumps on the column where it has to jump, but the cursor's line is wrong.