Skip to content

Commit

Permalink
be explicit about messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Oct 31, 2024
1 parent 1b3f398 commit 7bddcb9
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/sage/interfaces/fricas.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,26 @@
# between ' and ".
FRICAS_INIT_CODE = (
")set functions compile on",
")set message autoload off",
")set message type off",
")set message any on",
")set message autoload off",
")set message bottomup off",
")set message dropmap off",
")set message expose off",
")set message file off",
")set message frame off",
")set message highlighting off",
")set message instant off",
")set message insteach off",
")set message interponly off",
")set message prompt step",
")set message selection off",
")set message set off",
")set message startup on",
")set message storage off",
")set message testing off",
")set message time off",
")set message type off",
")set message void off",
")set output length " + str(FRICAS_LINE_LENGTH),
")lisp (setf |$ioHook|"
" (lambda (x &optional args)"
Expand Down

0 comments on commit 7bddcb9

Please sign in to comment.