Replies: 4 comments 1 reply
-
In order to achieve this set the |
Beta Was this translation helpful? Give feedback.
-
Thank you for putting me in the good direction, :exclude and :include did the trick :) |
Beta Was this translation helpful? Give feedback.
-
minad, I've a weird problem witch I think is related to :exclude (defvar gnus-buffer-source
(list :name "Gnus"
:hidden t
:narrow ?g
:category 'buffer
:state #'consult--buffer-state
:items '(lambda () (consult--buffer-query :sort 'visibility
:as #'buffer-name
:include (mapcar #'buffer-name (gnus-buffers)))))) when I
instead, if I have these buffers open, only *Group* is showing (I just show them here so you can see their names, but only *Group* is there):
Do you have any idea why "nnimap+icloud:INBOX" would get filtered out of the results? I have the default |
Beta Was this translation helpful? Give feedback.
-
There is still a bug with this, as for some reason this source filters out a buffer named One can bypass this bug entirely by using |
Beta Was this translation helpful? Give feedback.
-
Hi minad,
I'm trying to have all non-user buffers with * asterisks * to fall into a Special group, while keeping some of them into the main source, like this:
Notice how scratch and eshell don't fall into the Special category.
I've created:
but I don't how to integrate that function into a buffer source list with
:items
, as well as removing the Special buffers from the "main" list at the same time.Beta Was this translation helpful? Give feedback.
All reactions