On Sun, Dec 28, 2025 at 6:59 PM [email protected]
<https://mailto:[email protected]> wrote:

I am a linux user and emacs is my general tool for coding. I should see if
> it supports mbasic context.
>
Yup, I added support for the Model T version of BASIC to Emacs awhile back.
(M-x basic-m100-mode). If you don’t have BASIC mode already, you can
install the package from MELPA or grab it from
https://github.com/dykstrom/basic-mode .

If you like, you can put a comment at the top of your code to hint to Emacs
what mode to use:

10 REM -*- basic-m100 -*-

Personally, I just set Emacs to automatically recognize the .DO file
extension.

(add-to-list 'auto-mode-alist '("\\.DO$" . basic-m100-mode))

—b9

P.S. Technically, the Model 100 does not run “MBASIC” as that refers to a
specific product from Microsoft that was made for early DOS and CP/M
machines. While they are similar it is not identical to the Model 100 BASIC.

Reply via email to