tablist icon indicating copy to clipboard operation
tablist copied to clipboard

Extended tabulated-list-mode

Results 13 tablist issues
Sort by recently updated
recently updated
newest added

In other parts of Emacs, Dired for example, I can type `% m RET` to mark all files. However, when I try to do the same on a package using...

Everytime i try to create a filter with.... Edit Filter (press / e)... in the Emacs *Packages* buffer i get this in the messages.... tablist-filter-eval: Invalid function: (feval (filter) (pcase...

Require cl-lib at compile time. cl- macros aren't found otherwise, at least on Emacs 27 and further. And declare a function.

Sorry if I do it the wrong way, but documentation isn't clear here. What I'm trying to do is to add multiple filters interactively 1. interactively `tablist-edit-filter`, put something like...

Using `tablist` on Emacs 27.0.90 on a Macintosh, I'm finding if I try to edit a filter in a tablist (`/ e`) an error occurs: ``` replace-regexp-in-string: Wrong type argument:...

This relates to #17, and is only a temporary measure until the upstream bug is fixed. However, before merging there ought to be more testing, so I'm going to put...

Thank you very much. The tablist package is really great. I made it the cornerstone of [navigel](https://gitlab.petton.fr/DamienCassou/navigel/).

## Link to tutorial on `tablist-minor-mode` I created a tutorial for `tablist-minor-mode`. See [How I shortlist add-ons for my Emacs: Introducing `tablist` – Emacs Notes](https://emacsnotes.wordpress.com/2019/04/16/how-i-shortlist-add-ons-for-my-emacs-introducing-tablist/). ## Problems I discovered ###...