From unknown Sun Jun 22 22:42:34 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#11322 <11322@debbugs.gnu.org> To: bug#11322 <11322@debbugs.gnu.org> Subject: Status: 24.0.95; hs-find-block-beginning failure Reply-To: bug#11322 <11322@debbugs.gnu.org> Date: Mon, 23 Jun 2025 05:42:34 +0000 retitle 11322 24.0.95; hs-find-block-beginning failure reassign 11322 emacs submitter 11322 Leo severity 11322 normal tag 11322 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 24 01:13:35 2012 Received: (at submit) by debbugs.gnu.org; 24 Apr 2012 05:13:35 +0000 Received: from localhost ([127.0.0.1]:49768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMY4E-0000nA-O2 for submit@debbugs.gnu.org; Tue, 24 Apr 2012 01:13:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49779) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMY4C-0000mx-2b for submit@debbugs.gnu.org; Tue, 24 Apr 2012 01:13:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMY3M-0005Un-3k for submit@debbugs.gnu.org; Tue, 24 Apr 2012 01:12:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:32986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMY3L-0005Uj-UO for submit@debbugs.gnu.org; Tue, 24 Apr 2012 01:12:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMY3K-0005is-Dk for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 01:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMY3H-0005UN-Ov for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 01:12:37 -0400 Received: from mail-pz0-f51.google.com ([209.85.210.51]:53609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMY3H-0005U8-Ew for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 01:12:35 -0400 Received: by dadz8 with SMTP id z8so371235dad.38 for ; Mon, 23 Apr 2012 22:12:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:x-debbugs-cc:date:message-id:mime-version :content-type; bh=mPKqYtR7H6dF+cyL1JFBxWvVtlaO3wrDoGtN8FAV6KA=; b=TWuaFj/pN/NWpeQmJsGOImjSFGtsL55xBZkhFdd5Ked+kFX9KNWG4B2T23M0BzD3yZ k/8ML6fnTqfn3i61WpAsufkq6OR1t51VTXN8ncCLKq/DyrEGUcDkH7qX4V9YBGXm3HWA HLNTBCvxAjvLaQYdL8LYGHTlFCq++Ixe5VqVJPlLGWjF7pxMwcdOTBLGyImeaChd9Gcy p5TQYqLH1Qf9o41nUj5iUTvmPr/Y08EwSLW1V4rp8ij1i7xfyV/yzAO3SXIISfohuoWW COGnM9ikIwfrAScyyaaO73+F1uma/SdLto//zLZFhXx5wBl1untEj23Guxu5bXZJFsxT g+9g== Received: by 10.68.216.167 with SMTP id or7mr1017598pbc.140.1335244353385; Mon, 23 Apr 2012 22:12:33 -0700 (PDT) Received: from Shidais-iMac.local ([119.255.41.67]) by mx.google.com with ESMTPS id q1sm16348279pbp.62.2012.04.23.22.12.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Apr 2012 22:12:32 -0700 (PDT) From: Leo To: bug-gnu-emacs@gnu.org Subject: 24.0.95; hs-find-block-beginning failure X-Debbugs-CC: Thien-Thi Nguyen , Dan Nicolaescu Date: Tue, 24 Apr 2012 13:10:53 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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 (------) hs-find-block-beginning finds the wrong beginning when point is inside hs-block-start-regexp. Leo From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 15:30:43 2019 Received: (at control) by debbugs.gnu.org; 1 Nov 2019 19:30:43 +0000 Received: from localhost ([127.0.0.1]:57175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQcd8-00068Q-VP for submit@debbugs.gnu.org; Fri, 01 Nov 2019 15:30:43 -0400 Received: from giraff.fripost.org ([193.234.15.44]:46884 helo=outgoing.fripost.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQcd6-000688-9e for control@debbugs.gnu.org; Fri, 01 Nov 2019 15:30:41 -0400 Received: from localhost (localhost [127.0.0.1]) by outgoing.fripost.org (Postfix) with ESMTP id 273C5188411E for ; Fri, 1 Nov 2019 20:30:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=x.fripost.org; h= date:date:message-id:subject:subject:from:from; s= 9df9cdc7e101629b5003b587945afa70; t=1572636634; x=1574451035; bh=HpXWoQJuQCAdshLx4IILWYeJuwvgbF0sLuGRcgYvZQo=; b=hjKh+RnV4ZuI S+VvlcBbOxzX3cm8XTbjrOfeAA9HOFRqhWECu5egNAVkyIbOgjFp5vJPcNUICEjp Pwm8V5yfHoJcvB17BRWzMmeXRGs1upBlJAqU6ruynIzfcn2Cf1QkGoosnM+c0S1r jtRiAEDwBScIvd9RjSRplt4bKJVDLE52g72oRGLVK6FaweSFg0j0/YoC2qMT6Dtu TSxsotLUMf34SxIY0AJe67frGLNelMkhdu92572MjvuQBT+ARALPFha22rvnfuGl iqJRVKXWjRGmDPjfc3ROktSzqloDeQN33xAp0QQqUEOMsGxi/gqygA/JVO5Sc51H qfPjnUF3mg== X-Virus-Scanned: Debian amavisd-new at fripost.org Received: from outgoing.fripost.org ([127.0.0.1]) by localhost (giraff.fripost.org [127.0.0.1]) (amavisd-new, port 10040) with LMTP id rbIg4LL7_ahN for ; Fri, 1 Nov 2019 20:30:34 +0100 (CET) Received: from smtp.fripost.org (unknown [172.16.0.6]) by outgoing.fripost.org (Postfix) with ESMTP id 0FB05188411A for ; Fri, 1 Nov 2019 20:30:34 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by smtp.fripost.org (Postfix) with ESMTPSA id 08B8659B5B64 for ; Fri, 1 Nov 2019 20:30:33 +0100 (CET) Received: from skangas by joffe.skangas.se with local (Exim 4.92) (envelope-from ) id 1iQccz-0006mS-LM for control@debbugs.gnu.org; Fri, 01 Nov 2019 20:30:33 +0100 To: control@debbugs.gnu.org From: Stefan Kangas Subject: control message for bug #11322 Message-Id: Date: Fri, 01 Nov 2019 20:30:33 +0100 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 11322 + moreinfo quit Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [193.234.15.44 listed in list.dnswl.org] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: fripost.org] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 FORGED_GMAIL_RCVD 'From' gmail.com does not match 'Received' headers 1.0 FORGED_SPF_HELO No description available. 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 SPOOFED_FREEMAIL No description available. 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: -1.0 (-) tags 11322 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 15:55:55 2019 Received: (at 11322) by debbugs.gnu.org; 1 Nov 2019 19:55:56 +0000 Received: from localhost ([127.0.0.1]:57223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQd1X-0000R7-NC for submit@debbugs.gnu.org; Fri, 01 Nov 2019 15:55:55 -0400 Received: from host.gofardesign.uk ([208.79.239.190]:35925) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQd1V-0000Qu-Jy for 11322@debbugs.gnu.org; Fri, 01 Nov 2019 15:55:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PdHpJu/hAIIH9abIZFgX4YQhI4+u08eciOCtf8aEftg=; b=QxgryCT3tLTa/YQMwvOwhVHsNQ NasR6t6itvWKofQYkKESmMKGeUVA5OmooXJ5ONeFph58PJ7l490zwvBwztAH5y7EdGM5eMwdd+k6R a1pZ521Eh63QLW90zySZGiPsjlPmYpNe3nK8ia6/yjMkTU7yVM424SH8TEhndgz4vANI=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:55706 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iQd1P-0007Vr-JN; Fri, 01 Nov 2019 14:55:48 -0500 From: Stefan Kangas To: Leo Subject: Re: 24.0.95; hs-find-block-beginning failure In-Reply-To: (Leo's message of "Tue, 24 Apr 2012 13:10:53 +0800") References: Date: Fri, 01 Nov 2019 20:55:45 +0100 Message-ID: <87o8xvxtfi.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: host.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 11322 Cc: 11322@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: -1.0 (-) Leo writes: > hs-find-block-beginning finds the wrong beginning when point is inside > hs-block-start-regexp. I was unable to reproduce this on current master, but perhaps I'm failing to understand what I'm supposed to do. Do you have a recipe for reproducing this, starting from "emacs -Q"? Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 02 23:28:05 2019 Received: (at 11322) by debbugs.gnu.org; 3 Nov 2019 03:28:05 +0000 Received: from localhost ([127.0.0.1]:33307 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iR6Yf-0001ve-6W for submit@debbugs.gnu.org; Sat, 02 Nov 2019 23:28:05 -0400 Received: from mail-pg1-f182.google.com ([209.85.215.182]:38342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iR6Yb-0001v7-UB for 11322@debbugs.gnu.org; Sat, 02 Nov 2019 23:28:02 -0400 Received: by mail-pg1-f182.google.com with SMTP id j30so5539532pgn.5 for <11322@debbugs.gnu.org>; Sat, 02 Nov 2019 20:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:face:date:in-reply-to:message-id :user-agent:mime-version; bh=i+eGuU2TH6U4MEyar3yzB+oGa5Wm5B8CYUk04piC0a0=; b=cxGfwWzSlwiCAQs9pgBkAvp51zCwUBvBaDFCWDt3/N4bsWy3EmlQoibtopyhKfclYx eXZpVUW69UysDDo+7pmGcuIyd/rES2KQYcNXXlWyAturtxnWYCD1sVt5/IOE00p6HLqK 4MwgFHuyQBWvvN9lZnc4l4e+0rcpK5Ml7HP7RL3bGRazJTJ+JJ8aKplTneRYtSWplxRX rSuQp+RgZ3QZ6BNwAOt4oFziIsVZLX//fM87chB4srU7DBW9fJ46C9YV4OJgE9xuR09f s598mqoF0z1nDmX9J1gSirNh0L4YCMla3JBjSyYB/cfDPLfJp3pLwdlLSsdCVfhp4N4l qPvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:face:date :in-reply-to:message-id:user-agent:mime-version; bh=i+eGuU2TH6U4MEyar3yzB+oGa5Wm5B8CYUk04piC0a0=; b=ChBQkPpBDuhVwbh/AANItGOXXOLPwNa5KE45KrNB8Dpe2DpEAPkJy42uJHwPOpGmq4 fwzk/EB0z3828dl/Wh2Uda5+7koIIqxrc+BKblbxtJESljS8XjRZ3JyJKY/3KoW1JRkN Z1hE0QjZTifpoISsge5kq+fJfAXXhZOU2IeXcpR5N+hPEt7XwOw/3TQucJKuyYb8RhIc zblpRpOZSj8cCSXzCu/OH5OJOOmt0tkGCgUz4JOIRjnj/ez4EILT5/ytZa5CMjui6Wq/ 4YRG3pdxqBnBiFMGTOTqz1mesYqO3yylHb/baIdGbVjAmYok3XU8PRYCYHl3ipSmu2Xh f+gg== X-Gm-Message-State: APjAAAWuztxkMzs0ykOZPYxHY0llBLrn8MDwrTfFwa3QT6q7ZrKqi9K6 tkThPccUAeHFHksrlMZj9lhxIOGc X-Google-Smtp-Source: APXvYqy1oXfA6BFukO70ZFRgn8uUJmPvYKJ06DrspAXByT+JcPvjWcgFts8tQl4OF/a7kA3UafsIfg== X-Received: by 2002:a17:90a:bb82:: with SMTP id v2mr4679887pjr.90.1572751675649; Sat, 02 Nov 2019 20:27:55 -0700 (PDT) Received: from Zeuss-MacBook-Air.local ([124.106.221.58]) by smtp.gmail.com with ESMTPSA id u7sm341254pjx.19.2019.11.02.20.27.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Nov 2019 20:27:54 -0700 (PDT) From: Leo Liu To: Stefan Kangas Subject: Re: bug#11322: 24.0.95; hs-find-block-beginning failure References: <87o8xvxtfi.fsf@marxist.se> Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUaFRZLMy1dTENxVzKQ WiCrXQ97cmO/dSqSh3akjGTApXy5sJ7Sxo/Sz8Xo6eP9//xJbkruAAAAAWJLR0QAiAUdSAAAAAlw SFlzAAACxQAAAsUBidZ/7wAAAAd0SU1FB9cBBwMJOwHXewoAAAIBSURBVCjPVdNBiNNAFADQ6J4F x3hThHZBBC+WCFI8SS0iezRDcMHLHkLAg6gJH/fgYQ9xYlj2sLK4KHgqCgXFhda2Idmr4kkQPZQ0 nkQMbTypbMmMM2m7ZgYSmMef/5OZPwo7HFnx3uKPcmj0Dht1LWZJ+Hvr7dIFZXRUwl9VRTuuKDJ+ U44gjscknK4hhJaCkYRsWjmBtLqXlJAG2wipNe18OZJu1BBq1E8xafl4s6Jq2mUZGftU1y7CCxnp FVUDWJXx4C66BKBnErbuoaYNtoRTu6EZBsCbMn7W+5qOAR6WvxNOby9jHWC9hAf3n304CdiAByXs 3Nh9roLDkyb/sWV712vYwaLSAn8CPMHIAAzOPDKP2COAFm4Y4ODVWc6xG7KXsN7UeUJjjimx2uwd gCgNhr0i8C/xyCD5CiCKAMY3Bf5oDzx//w/fimscdcAZU2jv9sedx6+nYPPFIoWI/GK6QZ+EFGOR ErAjCnV3vPZ7XqlTIMbOLY7fLcvvmT7rXNWaGDexIY44N12TG2PDp7vqyl57dnCeuWwyNpnEURxk fTbDYeBnKRn4oejPYI4sH6WviBumEZ/GxX4X/x6EcURFZ7E071bjQGAxpcOAEOJuTiroDEea5Szv rVWLYfl7ZiQwSUToxrkux7OLixAWGz22+HIyWTRYcVfomOwvzusfjtVIGgLHf3MAAAAASUVORK5C YII= Date: Sun, 03 Nov 2019 11:27:50 +0800 In-Reply-To: <87o8xvxtfi.fsf@marxist.se> (Stefan Kangas's message of "Fri, 01 Nov 2019 20:55:45 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (macOS 10.14.6) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 2019-11-01 20:55 +0100, Stefan Kangas wrote: > I was unable to reproduce this on current master, but perhaps I'm > failing to understand what I'm supposed to do. What did you try? To reproduce the bug you need a hs regexp that matches more than chars and have the point in it. But I don't have a step-by-step recipe to reproduce it though the description seems to give enough info [...] Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [124.106.221.58 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (sdl.web[at]gmail.com) 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.182 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.215.182 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 11322 Cc: 11322@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: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 2019-11-01 20:55 +0100, Stefan Kangas wrote: > I was unable to reproduce this on current master, but perhaps I'm > failing to understand what I'm supposed to do. What did you try? To reproduce the bug you need a hs regexp that matches more than chars and have the point in it. But I don't have a step-by-step recipe to reproduce it though the description seems to give enough info [...] Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [124.106.221.58 listed in zen.spamhaus.org] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.215.182 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.215.182 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (sdl.web[at]gmail.com) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager On 2019-11-01 20:55 +0100, Stefan Kangas wrote: > I was unable to reproduce this on current master, but perhaps I'm > failing to understand what I'm supposed to do. What did you try? To reproduce the bug you need a hs regexp that matches more than chars and have the point in it. But I don't have a step-by-step recipe to reproduce it though the description seems to give enough info. Leo From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 11:42:51 2020 Received: (at 11322) by debbugs.gnu.org; 22 Sep 2020 15:42:51 +0000 Received: from localhost ([127.0.0.1]:32958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKkRP-0008FE-Kj for submit@debbugs.gnu.org; Tue, 22 Sep 2020 11:42:51 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKkRN-0008Ey-7l for 11322@debbugs.gnu.org; Tue, 22 Sep 2020 11:42:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=vx+ZwDWCRK5kERX7YXkGmeQ/0NjZTM/ukgT6A5Qo+Dc=; b=Uj9tKW/kFAo7yVgTmqligHsn76 NcKqmZUdqtsYK890JJbXaUAvk4vG8DxwoizuDkx7NF6im14TPkvkuJmoEsmB5xap9c9tQByZP5OM0 QGb2yjyNhR6LhgLxvU1gbGG8Gg+S+9iIWBVKT4A2o30d8cveIJVx0p2Fyy0DqpehgsAc=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kKkRE-0004Gw-Fj; Tue, 22 Sep 2020 17:42:43 +0200 From: Lars Ingebrigtsen To: Leo Liu Subject: Re: bug#11322: 24.0.95; hs-find-block-beginning failure References: <87o8xvxtfi.fsf@marxist.se> X-Now-Playing: Pet Shop Boys's _Bilingual_: "Se a vida =?utf-8?Q?=C3=A9?= (That's the way life is)" Date: Tue, 22 Sep 2020 17:42:39 +0200 In-Reply-To: (Leo Liu's message of "Sun, 03 Nov 2019 11:27:50 +0800") Message-ID: <87eemtg6mo.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Leo Liu writes: > On 2019-11-01 20:55 +0100, Stefan Kangas wrote: >> I was unable to reproduce this on current master, but perhaps I'm >> failing to understand what I'm supposed to do. > > What did you try? > > To re [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 11322 Cc: 11322@debbugs.gnu.org, Stefan Kangas 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: -1.0 (-) Leo Liu writes: > On 2019-11-01 20:55 +0100, Stefan Kangas wrote: >> I was unable to reproduce this on current master, but perhaps I'm >> failing to understand what I'm supposed to do. > > What did you try? > > To reproduce the bug you need a hs regexp that matches more than chars > and have the point in it. But I don't have a step-by-step recipe to > reproduce it though the description seems to give enough info. The description doesn't seem to give enough info? Could you please try to give step by step instructions on how to reproduce the bug, starting from "emacs -Q"? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 25 05:35:26 2020 Received: (at 11322-done) by debbugs.gnu.org; 25 Nov 2020 10:35:27 +0000 Received: from localhost ([127.0.0.1]:34521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khs90-00066h-NP for submit@debbugs.gnu.org; Wed, 25 Nov 2020 05:35:26 -0500 Received: from mail-ej1-f41.google.com ([209.85.218.41]:43973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khs8y-00066T-7Q for 11322-done@debbugs.gnu.org; Wed, 25 Nov 2020 05:35:25 -0500 Received: by mail-ej1-f41.google.com with SMTP id k27so2265598ejs.10 for <11322-done@debbugs.gnu.org>; Wed, 25 Nov 2020 02:35:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=1RQc1csSm5dJDw8cEY8orq76qbT2BcMnOolqO47BJoM=; b=ZvIrnicxJoOU9tBh/LpwglrFVEHh47KPGpSikmja4PFDR1Awr157lHZyIFGnghcP0k 67M73WiAtDIZMPKOEt3EHf7L/SbqzIHDEtb7bNGcy7YPdJB7sY8tuHUKNiKw1Qu6Qfkk sxGpuZMD6rVcfXBOqUfVjhKD16wrmbMp5Igt46tkdaCMFpZpqTe6xl/GaQVNGeDSbyeh DpS8G4hbw9TtCPA/s41G12Ogl/s/DMKXGjtYrYn1zVqx+AL1d4/BExBm3nZZEFSPpjgZ 3BLLZZ6OkAv3xZ+5rIRvFPOutN3Oh4GNPIcrLnVFi8fnCS0X1Jtoaxff/noVxhEtRIW1 fkmw== X-Gm-Message-State: AOAM531KYvNoObb1ZdMRcamh21TmUajkpmP5na+zolAqnq9GbKj7Pn9T YaI2NyuyM00/fHVVEhwexrss1bGSYS2hsFd6qJ0= X-Google-Smtp-Source: ABdhPJz/2SfbGmK6l4nEP8yzhYvl9Ot+LtLe/mPXn0anRcVerbsPaRtfJxF6YaAmWGwQLrGCwhF2PwAwr+p3A2SerdQ= X-Received: by 2002:a17:906:1918:: with SMTP id a24mr2510794eje.432.1606300518434; Wed, 25 Nov 2020 02:35:18 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 25 Nov 2020 02:35:17 -0800 From: Stefan Kangas In-Reply-To: <87eemtg6mo.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 22 Sep 2020 17:42:39 +0200") References: <87o8xvxtfi.fsf@marxist.se> <87eemtg6mo.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Date: Wed, 25 Nov 2020 02:35:17 -0800 Message-ID: Subject: Re: bug#11322: 24.0.95; hs-find-block-beginning failure To: Lars Ingebrigtsen Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 11322-done Cc: 11322-done@debbugs.gnu.org, Leo Liu 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.5 (/) Lars Ingebrigtsen writes: > Leo Liu writes: > >> On 2019-11-01 20:55 +0100, Stefan Kangas wrote: >>> I was unable to reproduce this on current master, but perhaps I'm >>> failing to understand what I'm supposed to do. >> >> What did you try? >> >> To reproduce the bug you need a hs regexp that matches more than chars >> and have the point in it. But I don't have a step-by-step recipe to >> reproduce it though the description seems to give enough info. > > The description doesn't seem to give enough info? Could you please try > to give step by step instructions on how to reproduce the bug, starting > from "emacs -Q"? More information was requested, but none was given within 9 weeks, so I'm closing this bug. If this is still an issue, please reply to this email (use "Reply to all" in your email client) and we can reopen the bug report. From unknown Sun Jun 22 22:42:34 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, 23 Dec 2020 12:24:04 +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