tablist icon indicating copy to clipboard operation
tablist copied to clipboard

I created a tutorial for `tablist-minor-mode` and in the process discovered couple of issues

Open emacksnotes opened this issue 6 years ago • 2 comments

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.

Problems I discovered

Problem 1

See the above article (and the gif within it) for the sequence of operations that would trigger the error below.

Error in post-comand-hook (package-menu--post-refresh): (void-function nil)

tablist-minor-mode-1133-0

Problem 2

Export to CSV doesn't create a comma-separated list. It creates a semicolon-separated list instead.

emacksnotes avatar Apr 20 '19 02:04 emacksnotes

Error in post-comand-hook (package-menu--post-refresh): (void-function nil)

Pleas post a back-trace (debug-on-error enabled).

politza avatar Apr 20 '19 06:04 politza

Error in post-comand-hook (package-menu--post-refresh): (void-function nil)

Pleas post a back-trace (debug-on-error enabled).

I followed your suggestion. I am getting no backtrace.

I am not sure if the bug is in tablist or with package.

emacksnotes avatar Apr 21 '19 09:04 emacksnotes