-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with )set output characters default
#8
Comments
Yes, that seems to be true. So there seem to be people out there using |
I did a stupid fix such that it only works with |
There are probably various ways to fix it. Since determining the list of identifiers is done in a completely separate process from the one that is used for the actual session, one can simply override whatever was written in
Another way would be to ignore |
If it is a fringe case (it seems like that) then another alternative would be to simply to state that having
One could add a comment that explains why the replace is needed. |
There is a problem when using the setting
)set output characters default
in the configuration file.fricas.input
. Using this setting, the line-------Categories-------
gets replaced by───── Categories ─────
when executing)what categories
.Because of this, the search string in the command startswith that parses
)what categories
should be adjusted as well.The text was updated successfully, but these errors were encountered: