From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#503: Incorrect pixel data with word-wrap Date: Sun, 29 Jun 2008 10:28:03 -0400 Message-ID: Reply-To: Stefan Monnier , 503@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214750847 6729 80.91.229.12 (29 Jun 2008 14:47:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2008 14:47:27 +0000 (UTC) To: submit@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 29 16:48:13 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KCyCL-00034y-0U for geb-bug-gnu-emacs@m.gmane.org; Sun, 29 Jun 2008 16:48:13 +0200 Original-Received: from localhost ([127.0.0.1]:43012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCyBU-0008FF-VO for geb-bug-gnu-emacs@m.gmane.org; Sun, 29 Jun 2008 10:47:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KCyBQ-0008F4-MJ for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2008 10:47:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KCyBO-0008Ek-QF for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2008 10:47:15 -0400 Original-Received: from [199.232.76.173] (port=44166 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KCyBO-0008Ec-Iv for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2008 10:47:14 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:46232) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KCyBO-0008AX-4p for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2008 10:47:14 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m5TElC6l011067; Sun, 29 Jun 2008 07:47:12 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m5TEZ3uA007597; Sun, 29 Jun 2008 07:35:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Stefan Monnier Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 29 Jun 2008 14:35:02 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 503 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12147496956375 (code B ref -1); Sun, 29 Jun 2008 14:35:02 +0000 Original-Received: (at submit) by emacsbugs.donarmstrong.com; 29 Jun 2008 14:28:15 +0000 Original-Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m5TES9S9006369 for ; Sun, 29 Jun 2008 07:28:11 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsFAJU4Z0hFxIdG/2dsb2JhbACBW6x5gXo X-IronPort-AV: E=Sophos;i="4.27,722,1204520400"; d="scan'208";a="23736452" Original-Received: from 69-196-135-70.dsl.teksavvy.com (HELO pastel.home) ([69.196.135.70]) by ironport2-out.teksavvy.com with ESMTP; 29 Jun 2008 10:28:04 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id CF7B2835A; Sun, 29 Jun 2008 10:28:03 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Sun, 29 Jun 2008 10:47:15 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18568 Archived-At: Package: Emacs Version: 23.0.60 emacs -Q -g 30x30 M-: (setq word-wrap t) RET C-u 80 i C-u 80 m M-x variable-pitch-mode RET Then click with the mouse on the `i's and `m's near the right edge. What I see is that instead of going to the place where I clicked, point sometimes goes to some other location, typically a line below. Stefan