From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: visual-line-mode Date: Sun, 29 Jun 2008 11:29:09 -0400 Message-ID: <87d4m0z2d6.fsf@stupidchicken.com> References: <87zlp4raab.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214753365 13642 80.91.229.12 (29 Jun 2008 15:29:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2008 15:29:25 +0000 (UTC) Cc: David Reitter , Emacs-Devel devel , "Lennart Borgman \(gmail\)" , Miles Bader To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 29 17:30:11 2008 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 1KCyqv-0006He-DV for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 17:30:09 +0200 Original-Received: from localhost ([127.0.0.1]:47210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCyq5-0001Vd-7H for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 11:29:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCyq0-0001VV-Vf for emacs-devel@gnu.org; Sun, 29 Jun 2008 11:29:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCyq0-0001VE-BB for emacs-devel@gnu.org; Sun, 29 Jun 2008 11:29:12 -0400 Original-Received: from [199.232.76.173] (port=45590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCyq0-0001VB-6H for emacs-devel@gnu.org; Sun, 29 Jun 2008 11:29:12 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:17842 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KCypx-0004Nr-It; Sun, 29 Jun 2008 11:29:09 -0400 Original-Received: by furry (Postfix, from userid 1000) id 5403EC056; Sun, 29 Jun 2008 11:29:09 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Sun, 29 Jun 2008 10:01:22 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100137 Archived-At: Stefan Monnier writes: > As it turns out, it doesn't work right with word-wrapping because > posn-at-point returns funny X positions. Probably the same underlying > bug causes sometimes mouse-clicks to place point elsewhere than under > the mouse. Could you give a test-case?