gomacs icon indicating copy to clipboard operation
gomacs copied to clipboard

emacs clone

Results 5 gomacs issues
Sort by recently updated
recently updated
newest added

Might be nice if we could replace the hard-coded switch in `syntax.go` with a map or something, then provide a lisp function to customize the colors.

enhancement

1. `C-x (` 2. `foo` 3. `M-b` 4. `C-@` 5. `C-e` 6. `C-u 1 M-|` 7. `tr [a-z] [A-Z]` 8. `C-x e` ## Expected A capital foo appears. ## Actual...

bug

Per [emacswiki](https://www.emacswiki.org/emacs/Registers#toc3): >Storing Numbers in Registers > >Example use of storing number in registers: > >C-u 1000 C-x r n x Store 1000 in register x. > >C-x r i...

enhancement

I much prefer bundling them in `syntax_files`, but functionality should exist for users to add their own without recompiling Gomacs.

enhancement

termbox is deprecated and inactive. There's no reason to use it in le current year. Already ported termbox-util to tcell: https://github.com/japanoise/tcell-util

enhancement