From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#8506: 24.0.50; Wrong column count Date: Fri, 07 Oct 2011 13:45:19 +0200 Message-ID: <83aa9dgh4g.fsf@gnu.org> References: <83lizbpnqi.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1317988210 11526 80.91.229.12 (7 Oct 2011 11:50:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2011 11:50:10 +0000 (UTC) Cc: eli@barzilay.org, 8506@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 07 13:50:02 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RC8wA-0008Ak-5b for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 13:49:58 +0200 Original-Received: from localhost ([::1]:39327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC8w9-0003aq-Kr for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Oct 2011 07:49:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC8w1-0003W0-T4 for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 07:49:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC8w0-0005jb-Sg for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 07:49:49 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC8w0-0005jR-R6 for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 07:49:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RC8wE-0004rr-5E for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2011 07:50:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Oct 2011 11:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8506 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8506-submit@debbugs.gnu.org id=B8506.131798814518643 (code B ref 8506); Fri, 07 Oct 2011 11:50:02 +0000 Original-Received: (at 8506) by debbugs.gnu.org; 7 Oct 2011 11:49:05 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RC8vI-0004qe-NR for submit@debbugs.gnu.org; Fri, 07 Oct 2011 07:49:04 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RC8vG-0004qA-4E for 8506@debbugs.gnu.org; Fri, 07 Oct 2011 07:49:03 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LSP000001K46I00@a-mtaout22.012.net.il> for 8506@debbugs.gnu.org; Fri, 07 Oct 2011 13:45:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.91.138]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LSP00MEN1ZFYE50@a-mtaout22.012.net.il>; Fri, 07 Oct 2011 13:45:16 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 07 Oct 2011 07:50:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52367 Archived-At: > From: Glenn Morris > Cc: Eli Barzilay , 8506@debbugs.gnu.org > Date: Fri, 07 Oct 2011 03:05:03 -0400 > > Eli Zaretskii wrote: > > > That's why Emacs thinks you are in column 2 after this character: it > > is told that its width is 2. > > >From reading this report, it seems to me that there is not actually a > bug here, is that correct? Yes, it's correct.