-
Notifications
You must be signed in to change notification settings - Fork 14
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
No text reading in NE #65
Comments
Hiya,
This seems like it would most easily be solved by excluding the status
area with a window or turning off the status area entirely if possible.
Let me know if you need any help on this.
…-Michael.
On Wed, Jul 05, 2023 at 03:41:41PM -0700, Cleverson wrote:
Fenrir doesn't read any text content in the NE text editor. It rather reads the status bar content, e.g. line and column, whenever I move with any arrow key. Enabling highlight tracking doesn't help. Speakup reads the text content correctly.
Using Gentoo and Fenrir at a pure console.
--
Reply to this email directly or view it on GitHub:
#65
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
--
Sorry about the test, it's just a me thing.
Michael Taboada, Creator of Games. Does that make me a god, well, sorta.
My pgp key: 79BC390E8864CD71305D4DD606CD2197A6EE5ED7
My website: https://michaels.world
2MB website: https://2mb.games
Don't believe everything you read on the internet. I might not be real, you might not be real, and this email certainly isn't real.
Sent from my old-timey...
stationary bicycle
|
Hi, I did the oposite of what you said: marked a window comprising the entire screen except the status bar. It worked, but the side effect is that NE uses the status bar to show warnings, e.g. to ask if I want to save the file, and then Fenrir doesn't read it. Maybe it is possible to write a Fenrir script to solve that... I'll investigate later. |
Hiya,
I don't know if ne can do this, but in vim I turn off the ruler, I.E.
the line and column number output at the bottom of the screen. This
means that only when more important info is output there does fenrir get
interrupted by it. I want to say f123, back when it existed, used ne so
probably dealt with this problem. Perhaps @stormdragon2976 can help with
this...
…-Michael.
On Thu, Jul 06, 2023 at 05:35:43PM -0700, Cleverson wrote:
Hi, I did the oposite of what you said: marked a window comprising the entire screen except the status bar. It worked, but the side effect is that NE uses the status bar to show warnings, e.g. to ask if I want to save the file, and then Fenrir doesn't read it. Maybe it is possible to write a Fenrir script to solve that... I'll investigate later.
--
Reply to this email directly or view it on GitHub:
#65 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
--
Sorry about the test, it's just a me thing.
Michael Taboada, Creator of Games. Does that make me a god, well, sorta.
My pgp key: 79BC390E8864CD71305D4DD606CD2197A6EE5ED7
My website: https://michaels.world
2MB website: https://2mb.games
Don't believe everything you read on the internet. I might not be real, you might not be real, and this email certainly isn't real.
Sent from my outter space...
stationary bicycle
|
Howdy,
Sorry, but I wouldn't be much help with NE. I used it briefly because it
was the editor for F123Light there at the last. As soon as the project
ended, I went back to vim exclusively.
I seriously doubt I can remember accurately that long ago, but I think
it had a sort of vim like interface. You might be able to press escape
and type:
:set status_bar false
Or it might be 0. It's been so long lol. But I think we either did that,
or created a config file that turns it off.
I can't really find much information on it now, but it looks like the
config file is saved at ~/.ne/.ne.rc.
Thanks,
Storm
…On Thu, Jul 06, 2023 at 07:11:54PM -0700, Michael Taboada wrote:
Hiya,
I don't know if ne can do this, but in vim I turn off the ruler, I.E.
the line and column number output at the bottom of the screen. This
means that only when more important info is output there does fenrir get
interrupted by it. I want to say f123, back when it existed, used ne so
probably dealt with this problem. Perhaps @stormdragon2976 can help with
this...
-Michael.
On Thu, Jul 06, 2023 at 05:35:43PM -0700, Cleverson wrote:
>Hi, I did the oposite of what you said: marked a window comprising the entire
screen except the status bar. It worked, but the side effect is that NE uses
the status bar to show warnings, e.g. to ask if I want to save the file, and
then Fenrir doesn't read it. Maybe it is possible to write a Fenrir script to
solve that... I'll investigate later.
>
>--
>Reply to this email directly or view it on GitHub:
>#65 (comment)
>You are receiving this because you commented.
>
>Message ID: ***@***.***>
--
Sorry about the test, it's just a me thing.
Michael Taboada, Creator of Games. Does that make me a god, well, sorta.
My pgp key: 79BC390E8864CD71305D4DD606CD2197A6EE5ED7
My website: https://michaels.world
2MB website: https://2mb.games
Don't believe everything you read on the internet. I might not be real, you
might not be real, and this email certainly isn't real.
Sent from my outter space...
stationary bicycle
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.*Message ID: <chrys87/fenrir/
***@***.***>
|
is this still an issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fenrir doesn't read any text content in the NE text editor. It rather reads the status bar content, e.g. line and column, whenever I move with any arrow key. Enabling highlight tracking doesn't help. Speakup reads the text content correctly.
Using Gentoo and Fenrir at a pure console.
The text was updated successfully, but these errors were encountered: