Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one filter per mode is stored in tablist-named-filter #25

Open
Tracked by #1
a13 opened this issue Feb 25, 2021 · 0 comments
Open
Tracked by #1

Only one filter per mode is stored in tablist-named-filter #25

a13 opened this issue Feb 25, 2021 · 0 comments

Comments

@a13
Copy link

a13 commented Feb 25, 2021

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 name == tmp there
  2. name it qaz with tablist-name-current-filter
    as a result,
    tablist-named-filter is ((navigel-tablist-mode ("qaz" == "name" "tmp")))

so everything looks fine, and (tablist-filter-names) returns ("qaz")

now I'm trying to add another filter

  1. interactively tablist-edit-filter, put something like name == opt there
  2. name it wsx with tablist-name-current-filter

expected result:

(tablist-filter-names) returns ("qaz wsx")

actual result
(tablist-filter-names) returns ("wsx")

non-interactive tablist-put-named-filter works the same way - it stores the last filter only

I use tablist-20200427.2205 from MELPA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant