From unknown Tue Aug 19 01:10:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#2752 <2752@debbugs.gnu.org> To: bug#2752 <2752@debbugs.gnu.org> Subject: Status: Emacs wrap tab is broken Reply-To: bug#2752 <2752@debbugs.gnu.org> Date: Tue, 19 Aug 2025 08:10:53 +0000 retitle 2752 Emacs wrap tab is broken reassign 2752 emacs submitter 2752 Rune Buje Christensen severity 2752 normal tag 2752 unreproducible moreinfo thanks From rbc@medical-insight.com Mon Mar 23 02:09:16 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 23 Mar 2009 09:09:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2N99BRe014345 for ; Mon, 23 Mar 2009 02:09:13 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Llg9f-0000Cj-D5 for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2009 05:09:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Llg9d-0000CP-7Z for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2009 05:09:09 -0400 Received: from [199.232.76.173] (port=34579 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Llg9c-0000CM-UR for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2009 05:09:09 -0400 Received: from mail.medical-insight.com ([87.54.40.114]:58097 helo=spear.medical-insight.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Llg9c-0004wJ-GO for bug-gnu-emacs@gnu.org; Mon, 23 Mar 2009 05:09:08 -0400 Received: from [192.168.170.83] (potassium.medical-insight.com [192.168.170.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by spear.medical-insight.com (Postfix) with ESMTP id 2C6276C017 for ; Mon, 23 Mar 2009 10:08:58 +0100 (CET) Message-ID: <49C751AD.6010602@medical-insight.com> Date: Mon, 23 Mar 2009 10:09:01 +0100 From: Rune Buje Christensen User-Agent: Thunderbird 2.0.0.19 (X11/20090107) MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: Emacs wrap tab is broken Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-medical-insight.com-MailScanner-Information: Please contact the ISP for more information X-medical-insight.com-MailScanner: Found to be clean X-medical-insight.com-MailScanner-From: rbc@medical-insight.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Dear emacs team I am using emacs as a c++ editor. Today I found a bug. I was trying to click a wrapped line to insert som text, and I found the mouse was off by 3-4 characters. This happens when emacs is wrapping a long line of text right in the middle of a tab (tabulator width 8 chars). The mouse is then off by 3-4 characters proberly corresponding to the wrapped part of the tab. It only happens on the wrapped part of the line, the first part works fine. PS. I also tried fitting the width of emacs, to a multiplum of the tab width eg. 80 lines wide. Then the line is wrapped between two tabs and the bug does not appear. Have a nice day ;-) /Rune Buje Christensen Medical Insight From cyd@stupidchicken.com Tue Mar 24 10:29:09 2009 Received: (at 2752) by emacsbugs.donarmstrong.com; 24 Mar 2009 17:29:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2OHT653019625 for <2752@emacsbugs.donarmstrong.com>; Tue, 24 Mar 2009 10:29:07 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 9613357E205; Tue, 24 Mar 2009 13:30:33 -0400 (EDT) From: Chong Yidong To: Rune Buje Christensen Cc: 2752@debbugs.gnu.org Subject: Re: Emacs wrap tab is broken Date: Tue, 24 Mar 2009 13:30:33 -0400 Message-ID: <87d4c6ygjq.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > I am using emacs as a c++ editor. Today I found a bug. I was trying > to click a wrapped line to insert som text, and I found the mouse was > off by 3-4 characters. > This happens when emacs is wrapping a long line of text right in the > middle of a tab (tabulator width 8 chars). The mouse is then off by > 3-4 characters proberly corresponding to the wrapped part of the > tab. It only happens on the wrapped part of the line, the first part > works fine. Please use M-x report-emacs-bug to report a bug; if you do not have a working SMTP system, please at least include all the information generated by that command. We need this information (such as the version number of the Emacs program you are using) to work on the bug. Also, please provide a *precise* set of steps for reproducing this bug, starting with `emacs -Q'. From rgm@gnu.org Thu Apr 9 10:44:34 2009 Received: (at control) by emacsbugs.donarmstrong.com; 9 Apr 2009 17:44:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n39HiVoO028909 for ; Thu, 9 Apr 2009 10:44:33 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LryIg-0002Jy-FK; Thu, 09 Apr 2009 13:44:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18910.13310.432667.576925@fencepost.gnu.org> Date: Thu, 9 Apr 2009 13:44:30 -0400 From: Glenn Morris To: control Subject: control message tags 2752 moreinfo reassign 2835 emacs,ns reassign 2935 spam reassign 2936 spam reassign 2937 spam reassign 2939 spam From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 27 09:00:11 2010 Received: (at control) by debbugs.gnu.org; 27 Jun 2010 13:00:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSrT0-00041M-UJ for submit@debbugs.gnu.org; Sun, 27 Jun 2010 09:00:11 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSrSy-000411-TM for control@debbugs.gnu.org; Sun, 27 Jun 2010 09:00:09 -0400 Received: by fg-out-1718.google.com with SMTP id 19so665fgg.4 for ; Sun, 27 Jun 2010 06:00:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=SWZCwqs5KGFGdLJkwTlOT74ZsyFJnHpdQw8Nq6stMWg=; b=SPp7NIWvJK+usXq/iZAkyp3l8HV4jjtXl2wHeYaGeAbEZtimBrkBzMvmlVN396GMiM 1aCtcljA4sWeZqh4J3gWgpcTdY968uLkSmJnAbTytdf9VRnExPkP/6yjBGxhyPBxGrx/ YIIlFFg2enKrWBQivtJN/hvaCGkkgeIvJ/mP8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=I6qXO2rvEWya95QKBr+WjKidxm0HLrDTKhnRg+2ne98EiRzlAVCX6lvni4PyqCBdNm r9H1B3sLIU3s9eaJBpWiLcaqPBuYAT+Rsxjd5TdDoRC3iNzk1oDyHrhl4uFtnF/1jvyE IS0FVvz2RuJ6eS1jbO9G4sek+hE/XGKozAI8g= Received: by 10.239.188.72 with SMTP id o8mr215560hbh.23.1277643603139; Sun, 27 Jun 2010 06:00:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.135.207 with HTTP; Sun, 27 Jun 2010 05:59:33 -0700 (PDT) From: Deniz Dogan Date: Sun, 27 Jun 2010 14:59:33 +0200 Message-ID: Subject: To: control Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.8 (/) tags 2752 + unreproducible thanks I set up the scenario which was (vaguely) described in the report but I cannot reproduce it. -- Deniz Dogan From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 09 21:51:18 2011 Received: (at 2752-done) by debbugs.gnu.org; 10 Jul 2011 01:51:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjAz-0001lt-OM for submit@debbugs.gnu.org; Sat, 09 Jul 2011 21:51:18 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjAy-0001lj-Qp for 2752-done@debbugs.gnu.org; Sat, 09 Jul 2011 21:51:17 -0400 Received: from localhost ([127.0.0.1]:41705) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjAt-0005aj-E7; Sat, 09 Jul 2011 21:51:11 -0400 From: Glenn Morris To: 2752-done@debbugs.gnu.org Subject: Re: bug#2752: Emacs wrap tab is broken References: <87d4c6ygjq.fsf@cyd.mit.edu> X-Spook: national information infrastructure Bellcore event X-Ran: }P5~D15p3R-k7W[jdSV7{Ckujj/(MXEb_%h2bujO4Nqg7IefB\(pE:Sf%+l75`l@3 (Chong Yidong's message of "Tue, 24 Mar 2009 13:30:33 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 2752-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) This bug is being closed because it could not be reproduced and there was no response to a request for more information. If you reply with the requested information it can be reopened. You can view the whole report at http://debbugs.gnu.org/BUGNUMBER From unknown Tue Aug 19 01:10:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Aug 2011 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator