From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 08:30:24 2010 Received: (at submit) by debbugs.gnu.org; 22 Apr 2010 12:30:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4vXz-0006iX-Kc for submit@debbugs.gnu.org; Thu, 22 Apr 2010 08:30:24 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4ujM-0006NF-Vp for submit@debbugs.gnu.org; Thu, 22 Apr 2010 07:38:05 -0400 Received: from lists.gnu.org ([199.232.76.165]:34679) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O4ujH-0001GQ-Hw for submit@debbugs.gnu.org; Thu, 22 Apr 2010 07:37:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4tpL-00023P-HF for bug-gnu-emacs@gnu.org; Thu, 22 Apr 2010 06:40:11 -0400 Received: from [140.186.70.92] (port=43936 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4tpI-000238-VH for bug-gnu-emacs@gnu.org; Thu, 22 Apr 2010 06:40:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4tpF-0001dC-27 for bug-gnu-emacs@gnu.org; Thu, 22 Apr 2010 06:40:08 -0400 Received: from mail-bw0-f225.google.com ([209.85.218.225]:58894) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4tpE-0001bS-OI for bug-gnu-emacs@gnu.org; Thu, 22 Apr 2010 06:40:04 -0400 Received: by bwz25 with SMTP id 25so8291350bwz.8 for ; Thu, 22 Apr 2010 03:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to :subject; bh=pVaQNscd7sorSBCrS7/oYBiJwhcDrq71shEVzymuLL0=; b=naI06nIc3I5R12K/o6KuNAa4EXZGouVAigZW7dG475OfgTqp+yET8p1Ug0Z9l6tU6+ 6tKVWnK7dTWrkXSWH2ZpMXaeO/R4+81cj3FB6o8AbsHCvW4FHmb9xtKhO8vO/2qr5vCV hhjKNxEoti6+KcPPb6MGcCpLzYYJtvjRmebR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:subject; b=VPbMz382bnCX+Tak8ggyzYeHOfYClBOm+hm7+sRLWqoBc1D3lQSyoZ5x+xGuYhx4JB iS2bizSg+hgf9YAK4PIHec6U3EuZ63ulwDzd/BtIvly7tBhYgE/TbRj1M8bxVUXZ7sN4 WZ4bsqHj65zqfJIR5w1qND+T+PYgyhcr26nmI= Received: by 10.204.81.80 with SMTP id w16mr1231160bkk.84.1271932799411; Thu, 22 Apr 2010 03:39:59 -0700 (PDT) Received: from universe.krase.net (78-2-13-235.adsl.net.t-com.hr [78.2.13.235]) by mx.google.com with ESMTPS id 13sm4478238bwz.11.2010.04.22.03.39.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Apr 2010 03:39:58 -0700 (PDT) Date: Thu, 22 Apr 2010 12:39:53 +0200 Message-Id: <87fx2n6a9y.fsf@universe.krase.net> From: Marco Pessotto To: bug-gnu-emacs@gnu.org Subject: 23.1.96; bug#2319 still present X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 22 Apr 2010 08:30:19 -0400 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: -5.9 (-----) The bug #2319 which affects the display of the point, is still present in the latest prerelease See http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-02/msg00507.html To reproduce do: emacs -Q ESC-300 _ THERE C-a C-k C-y (20 times, to get the line *very* long) M-< M-% THERE here until the curson does not move to the correct point. "THERE" had actually been replace with "here", but the user can't controll the process. Same problem occours while yanking. This happens in "the real life" too, with real file with long lines (not kilobytes in a single line, just paragraphs packed in a single line). The same happens when yanking for the 14th time. IIRC, this problem was present still in emacs 22 (and probably earlier releases). Sorry to continue to bother you with this bug, but it's somehow nasty. Bests In GNU Emacs 23.1.96.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2010-04-22 on universe Windowing system distributor `The X.Org Foundation', version 11.0.10706000 configured using `configure '--prefix=/tmp/emacspretest' '--with-x-toolkit=lucid'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: it_IT.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C - \ 3 0 0 _ T H E R E C-SPC C-S-p C-S-p C-S-a C-S-w C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-y C-S-x C-S-s C-S-g M-> M-< M-% h e r e t h e r e h e r e y y y y y y y y y y y y M-x e m a c r e r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark set [21 times] Quit Mark set [3 times] Making completion list... [2 times] Load-path shadows: None found. Features: (shadow sort mail-extr message sendmail regexp-opt ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug help-mode easymenu view tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind font-render-setting x-toolkit x multi-tty emacs) p From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 12:14:25 2010 Received: (at 6002) by debbugs.gnu.org; 22 Apr 2010 16:14:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4z2n-0008E8-8q for submit@debbugs.gnu.org; Thu, 22 Apr 2010 12:14:25 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4z2m-0008E0-9l; Thu, 22 Apr 2010 12:14:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O4z2h-00069u-8k; Thu, 22 Apr 2010 12:14:19 -0400 To: Marco Pessotto Subject: Re: bug#6002: 23.1.96; bug#2319 still present References: <87fx2n6a9y.fsf@universe.krase.net> From: Glenn Morris X-Spook: SP4 offensive information warfare Osama JSOFC3IP Medco X-Ran: OvTr75><}tql49ys@*LUKF4/+V$8eSI+4^2C}FLEXT@t=epQ%cErpUnsu$5 (Marco Pessotto's message of "Thu\, 22 Apr 2010 12\:39\:53 +0200") Message-ID: <6thbn31n38.fsf@fencepost.gnu.org> 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.1 (------) X-Debbugs-Envelope-To: 6002 Cc: 6002@debbugs.gnu.org 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.1 (------) merge 2319 6002 stop Marco Pessotto wrote: > The bug #2319 which affects the display of the point, is still present > in the latest prerelease I'm sorry no-one has fixed your issue. But please in general try to reply to existing bug reports (where applicable) rather than creating new ones. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 12:20:37 2010 Received: (at 6002) by debbugs.gnu.org; 22 Apr 2010 16:20:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4z8m-0008Hs-UB for submit@debbugs.gnu.org; Thu, 22 Apr 2010 12:20:37 -0400 Received: from [64.151.100.183] (helo=most.openguild.net) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4z7Q-0008H1-Cj for 6002@debbugs.gnu.org; Thu, 22 Apr 2010 12:19:13 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by most.openguild.net (Postfix) with ESMTP id 392F715AA8F6; Thu, 22 Apr 2010 16:19:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at most.openguild.net Received: from most.openguild.net ([127.0.0.1]) by localhost (most.openguild.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ANCUnnvhtS1h; Thu, 22 Apr 2010 16:18:56 +0000 (UTC) Received: from localhost (78-2-13-235.adsl.net.t-com.hr [78.2.13.235]) (Authenticated sender: marco@angrynerds.com) by most.openguild.net (Postfix) with ESMTPSA id E447E15AA8CC; Thu, 22 Apr 2010 16:18:55 +0000 (UTC) Date: Thu, 22 Apr 2010 18:18:46 +0200 From: Marco To: Glenn Morris Subject: Re: bug#6002: 23.1.96; bug#2319 still present Message-ID: <20100422161846.GA29198@universe.krase.net> References: <87fx2n6a9y.fsf@universe.krase.net> <6thbn31n38.fsf@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6thbn31n38.fsf@fencepost.gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -3.9 (---) X-Debbugs-Envelope-To: 6002 X-Mailman-Approved-At: Thu, 22 Apr 2010 12:20:35 -0400 Cc: 6002@debbugs.gnu.org, Marco Pessotto 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: -3.2 (---) On Thu, Apr 22, 2010 at 12:14:19PM -0400, Glenn Morris wrote: > merge 2319 6002 > stop > > Marco Pessotto wrote: > > > The bug #2319 which affects the display of the point, is still present > > in the latest prerelease > > I'm sorry no-one has fixed your issue. But please in general try to > reply to existing bug reports (where applicable) rather than creating > new ones. Thanks. Sorry, my bad. -- Marco From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 28 23:53:17 2015 Received: (at control) by debbugs.gnu.org; 29 Dec 2015 04:53:17 +0000 Received: from localhost ([127.0.0.1]:47231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aDmHd-0002uH-2R for submit@debbugs.gnu.org; Mon, 28 Dec 2015 23:53:17 -0500 Received: from mail-qg0-f46.google.com ([209.85.192.46]:36223) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aDmHc-0002ty-98 for control@debbugs.gnu.org; Mon, 28 Dec 2015 23:53:16 -0500 Received: by mail-qg0-f46.google.com with SMTP id e32so67959405qgf.3 for ; Mon, 28 Dec 2015 20:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:from:subject; bh=pxtbzZHgrYmgh44nAewoC1RBPk9MNuk75EdtVyMmKCk=; b=h0hlzhKJQVi/XgfNHp7+R8I+wx/Rl0Z9TCCpRzVYpV1LeBKsHMlzXjZOaShZL7D1Dv w4gPjC9eRYPlsQkVsW0VcBK0zCGmIbSMfoFXMS7WamR8l+a+UgZeOIIWiSdBkAMUtqWR W3XokYdtpnhyKlQgCINOVvxQoWuwoBQxYAQqGjnrXfU+MfnaoSEKqSqwsKzcOQ6fnBvh e73QY+MYilfsxtfvmw379nGCd71Uv2aR9byCnoIt9saV9SNcTKNaHyqzNRHpgn//m/ZP 45fYufeVCZFRn4tXqzb5yuRuMCIsp4jfmM1GwS3G8my2v+CEcN8hB2LWN0HUknKzY2bS R98g== X-Received: by 10.140.169.139 with SMTP id p133mr79260848qhp.50.1451364790896; Mon, 28 Dec 2015 20:53:10 -0800 (PST) Received: from Andrews-MacBook-Pro.local.ahyatt-laptop (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id 4sm28806913qkx.18.2015.12.28.20.53.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Dec 2015 20:53:10 -0800 (PST) Date: Mon, 28 Dec 2015 23:53:09 -0500 Message-Id: To: control@debbugs.gnu.org From: Andrew Hyatt Subject: control message for bug #2319 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 2319 unreproducible close 2319 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 29 19:38:57 2015 Received: (at 6002) by debbugs.gnu.org; 30 Dec 2015 00:38:57 +0000 Received: from localhost ([127.0.0.1]:49089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aE4n3-0002UY-3v for submit@debbugs.gnu.org; Tue, 29 Dec 2015 19:38:57 -0500 Received: from mail-qg0-f52.google.com ([209.85.192.52]:34385) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aE4n2-0002UK-2H; Tue, 29 Dec 2015 19:38:56 -0500 Received: by mail-qg0-f52.google.com with SMTP id 6so97323022qgy.1; Tue, 29 Dec 2015 16:38:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=AayRgHCAucMEBtPHRW1JZyrs6PE0vXvsDRe9ws1dvq0=; b=cVggo9i6xnKjGTeByfIgcIhHqS1R0ADT2I5m0C+CCs9saeAVJ/mRXo2XZ1x08z3nci 7o38oKEwdPqw7uAC8P6VOK+7id7QgRaCLiXQuPNOaCql3lIcjyp43fHg8U5ORRn/hCqY Hsu605O3r1N0euIQvzp4g7T298o8ENNokRlZKen6LDhYg1Jby4AjjB4JS2YnvApkGhEt zPlsKWkV3agIIRecX+v0agmLG/syXGqRDoYGdjPgH/Azku/PfhxltP7pueDWAsh8CKrA CKadkV1vHhLMTY8x9Ol+KSsJlB8SwIEgIERfkT5Ola/4ZzPaTZLU/8P+WZyoEzqSqCYi llEA== X-Received: by 10.140.221.17 with SMTP id r17mr37587497qhb.94.1451435930706; Tue, 29 Dec 2015 16:38:50 -0800 (PST) Received: from Andrews-MacBook-Pro.local.ahyatt-laptop (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id c128sm30031002qha.5.2015.12.29.16.38.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Dec 2015 16:38:49 -0800 (PST) From: Andrew Hyatt To: Marco Subject: Re: bug#6002: 23.1.96; bug#2319 still present References: <87fx2n6a9y.fsf@universe.krase.net> <6thbn31n38.fsf@fencepost.gnu.org> <20100422161846.GA29198@universe.krase.net> Date: Tue, 29 Dec 2015 19:38:48 -0500 In-Reply-To: <20100422161846.GA29198@universe.krase.net> (Marco's message of "Thu, 22 Apr 2010 18:18:46 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 6002 Cc: Glenn Morris , 2319@debbugs.gnu.org, 6002@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Marco writes: > On Thu, Apr 22, 2010 at 12:14:19PM -0400, Glenn Morris wrote: >> merge 2319 6002 >> stop >> >> Marco Pessotto wrote: >> >> > The bug #2319 which affects the display of the point, is still present >> > in the latest prerelease >> >> I'm sorry no-one has fixed your issue. But please in general try to >> reply to existing bug reports (where applicable) rather than creating >> new ones. Thanks. > > Sorry, my bad. I tried to reproduce this on Emacs 25, and was unable to. The cursor correctly moved to each HERE and replaced it. I didn't see anything amiss. Please let me know if you can reproduce this on Emacs 25, and I'll re-open. BTW, sorry, due to an error on my part, I closed this as unreproducible before I actually looked at it. But, (luckily?) it does appear unreproducible for me. From unknown Tue Jun 17 20:17:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 27 Jan 2016 12:24:03 +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