Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 438 Bytes

REMACS_COMPATIBILITY.md

File metadata and controls

20 lines (13 loc) · 438 Bytes

Elisp Compatibility

Remacs should generally behave identically to GNU Emacs. If you find a difference, please file a bug.

Detecting Remacs

You can detect if your current Emacs instance is Remacs by running the following code:

(string= invocation-name "remacs")

This will return t in a Remacs instance.

Platform differences

Remacs does not support MS-DOS.