dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Rename SLDB symbols #43

Closed lassik closed 3 years ago

lassik commented 3 years ago

Ref #41

DIME was forked from SLIME, and DIME currently defines symbols using SLIME's sldb- prefix. We should change the prefix.

In fact, SLIME itself is not following current Emacs Lisp namespace conventions since it uses sldb instead of slime as the prefix. Since we can start afresh with DIME we should follow the convetions.

I suggest changing sldb to dime-debug. The following would be the list of the new symbol names. Does it look reasonable?

cgay commented 3 years ago

Looks good to me.