I’m writing my own mode in Elisp. It’s basically a simple crud application showing rows of data which can be manipulated via the minibuffer. I’d like to create a view for these rows which looks like the emacs package manager: columns of data nicely aligned. What’s the best way to implement such a view?
I’m writing my own mode in Elisp. It’s basically a simple crud application showing
Share
The answer from phils got me on track. There are no tutorials or simple examples anywhere though, so I created one. Here is an example of a tabulated-list-mode derivative which has static data and can print the ID of the current column: