-
Notifications
You must be signed in to change notification settings - Fork 47
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: "X w" doesn't work as expected #105
Comments
* aksr <[email protected]> [191030 20:39]:
1. Open `sam`.
2. Create (one or) two files via `new` from the RMB-menu.
3. Give them names via `f` command, for example: `f file1` `f file2`.
4. Execute `X w`.
After step 4., you'll get: `?no file name`.
(p9p's `sam` works fine.)
Thanks for your report!
I am using an older version of sam here and cannot reproduce the
issue, which version are you using? I would then try to bisect
from my version to yours to narrow down the issue.
Thanks!
Christian
…--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.
|
* aksr <[email protected]> [191030 21:46]:
Hm, strange, I cannot reproduce the issue with the latest either.
Which OS is this?
…--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.
|
@ckeen: You're forgeting something, execute the steps carefully. (OS: Arch Linux) Edit: It seems it is the name where the problem lies, the name should be only one letter or number, (e.g. |
@ckeen: Try it with this new info. |
In the file I'll investigate further. |
* aksr <[email protected]> [191031 05:00]:
@ckeen: You're forgeting something, execute the steps carefully. (OS: **Arch Linux)**
Ah I see now, and you have figured it out too...
I typed two letters by accident...
…--
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.
|
sam
.new
from the RMB-menu.f
command, for example:f 1
f 2
.(names should be only one letter or number)
X w
.After step 4., you'll get:
?no file name
.(p9p's
sam
works fine.)Edit: It seems it is the name where the problem lies, names should be only one letter or number (e.g.
f 1
,f 2
,f a
...)The text was updated successfully, but these errors were encountered: