rocky / elisp-bytecode

Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
178 stars 11 forks source link

WIP: Start an opcode index #31

Closed rocky closed 6 years ago

rocky commented 6 years ago

Thoughts?

(The scope keeps expanding faster than I am finishing things.)

rocky commented 6 years ago

As for the differences, it is just about being able to jump to the longer description easier. But come to think if it I can probably add refs back from the opcode table. Will probably try that.

Yes, there is probably some deeper TeX way to control sorting. One thing I liked about that index is grouping what it is a large set of entries. But come to think of it, we can probably do the same thing by sectioning off the opcode table. What do you think?