From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE, MAILING_LIST_MULTI,TRACKER_ID autolearn=no autolearn_force=no version=3.4.4 Received: from tb-ob0.topicbox.com (tb-ob0.topicbox.com [64.147.108.117]) by inbox.vuxu.org (Postfix) with ESMTP id 89D3C2B253 for ; Mon, 30 Sep 2024 20:57:10 +0200 (CEST) Received: from tb-mx0.topicbox.com (tb-mx0.nyi.icgroup.com [10.90.30.73]) by tb-ob0.topicbox.com (Postfix) with ESMTP id EA1CE3021F for ; Mon, 30 Sep 2024 14:57:09 -0400 (EDT) (envelope-from bounce.mMb57a5a6397aa29e598fbe903.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx0.topicbox.com (Postfix, from userid 1132) id E473D27A2D68; Mon, 30 Sep 2024 14:57:09 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :message-id:date:mime-version:content-type :content-transfer-encoding:list-help:list-id:list-post :list-subscribe:reply-to:subject:list-unsubscribe; s=dkim-1; t= 1727722629; x=1727809029; bh=alpPXpmbyx+PyU48DQh824KmyoW1+NU2t7F A5bK0seY=; b=bZvkY0eZrXfEEzD3EIqDJft0zC5dU6iaxPhUmMjFyoPgY8WkI55 eXXgdyDjgJ2I9Y+c9USzHt1Y03FFSaEFvskjt+QTR06FQfJgNAuQX1XwdlQLovg9 joIn1TgM81SQlhUCBM336AFCHBX2CqK0wAW5Jx2xZCZEyMbuDcK+nJ8s= From: kalterdev@gmail.com To: 9fans <9fans@9fans.net> Message-Id: <17277226180.AE83a2Bd5.929775@composer.9fans.topicbox.com> Date: Mon, 30 Sep 2024 14:56:58 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=17277226181.E98A.929775 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: c574250a-7f5d-11ef-a626-23142b2d11b0 Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UMjQ4OTgzODI5Y2MzMjJmNy1NYjU3YTVhNjM5N2FhMjllNTk4ZmJl?= =?UTF-8?B?OTAzPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> Subject: [9fans] Bug: Acme: Searching command works differently from Sam List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:Mb57a5a6397aa29e598fbe903:1:b3UrvguU4iknWROuoL9WI0WksSE1usPKbHdvw92sRu8 --17277226181.E98A.929775 Date: Mon, 30 Sep 2024 14:56:58 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The command is '/' (forward slash). It works differently and sometimes unpredictably. I have found a few cases to demonstrate. 1. -+;-+ In Sam, this command expands the beginning of a selection to its line. In Acme, it selects one line before. Acme's behavior also seems counterintuitive. 2. /echo/+;. In Sam, this command selects one line below "echo." In Acme, it selects the word itself. Again, feels counterintuitive. To force Acme to select one line below "echo" the following commands could be used: /echo/++;. and /echo/+1;. . The problem, again, 3. /echo/++;. Sam selects second line below "echo". Acme selects first line below "echo". I'm not sure who's right on this one. 4. -+-#0 In Sam, it selects the beginning of the current line. In Acme, it selects the beginning of one line above the current one. Again, feels counterintuitive. 5. -+-#1 In Sam, it selects the end of the one line above the current one. In Acme, it selects the end of the second line above the current one. 6. /foo/ -+ Notice the space between /foo/ and -+. In Sam, it selects the whole line on which "foo" is found. In Acme, this command does not work. 7. /https/;+-#1 In Sam, it selects the beginning of the next URL to the end of the line on which it's found. In Acme, it produces "addresses out of order" in +Errors. plan9port version a2567fcac9851e5cc965a236679f568b0e79cff2 OS version macOS 14.5 (23F79) ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T248983829cc322f7-Mb57a5= a6397aa29e598fbe903 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --17277226181.E98A.929775 Date: Mon, 30 Sep 2024 14:56:58 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The command is '/' (forward slash). It= works differently and sometimes
unpredictably. I have foun= d a few cases to demonstrate.

1. -+;-+

In Sam, this command expands the beginning of= a selection to its line.
In Acme, it selects one line befo= re. Acme's behavior also seems
counterintuitive.
<= /div>

2. /echo/+;.

In= Sam, this command selects one line below "echo." In Acme, it
selects the word itself. Again, feels counterintuitive.
<= /div>

To force Acme to select one line below "ech= o" the following commands
could be used: /echo/++;. an= d /echo/+1;. . The problem, again,

3. /ech= o/++;.

Sam selects second line below "= ;echo". Acme selects first line below
"echo"= . I'm not sure who's right on this one.

4. -+-#0

In Sam, it selects the begi= nning of the current line. In Acme, it
selects the beginnin= g of one line above the current one. Again, feels
counterin= tuitive.

5. -+-#1

In Sam, it selects the end of the one line above the current one. = In
Acme, it selects the end of the second line above the cu= rrent one.

6. /foo/ -+
Notice the space between /foo/ and -+. In Sam, it selects the= whole
line on which "foo" is found. In Acme, thi= s command does not work.

7. /https/;+-#1

In Sam, it selects the beginning of the nex= t URL to the end of the
line on which it's found. In Ac= me, it produces "addresses out of
order" in +Erro= rs.

plan9port version

a2567fcac9851e5cc965a236679f568b0e79cff2

OS version

macOS 14.5 (23F79)<= br />

= --17277226181.E98A.929775--