Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Acme: Searching command works differently from Sam #674

Open
spektrokalter opened this issue Sep 30, 2024 · 0 comments
Open

Bug: Acme: Searching command works differently from Sam #674

spektrokalter opened this issue Sep 30, 2024 · 0 comments

Comments

@spektrokalter
Copy link

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.

  1. /echo/+;.

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

  1. /echo/++;.

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

  1. -+-#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.

  1. -+-#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.

  1. /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.

  1. /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

a2567fc

OS version

macOS 14.5 (23F79)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant