From d0c58e5c37b6b9da7efaa69ff3a16766190e0a93 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 1 Mar 2024 13:18:00 +0800 Subject: bookmark: new group पक्ष MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This group is reserved for thèse-related bookmarks. --- bookmark-conf.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bookmark-conf.el b/bookmark-conf.el index 12409cb..6d44a99 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -96,6 +96,7 @@ blist-filter-groups (list (cons "बोधिचर्यावतारस्य" #'blist-bodhicaryAvatAra-p) + (cons "पक्षस्य" #'blist-pakSa-p) (cons "PDF" #'blist-pdf-p) (cons "C" #'blist-c-p) (cons "Gnus" #'blist-gnus-p) @@ -194,6 +195,12 @@ (string-match-p "बोधिचर्यावतार" (bookmark-name-from-full-record bookmark)))) +;;;; पक्षः group + +(blist-define-criterion "pakSa" "पक्षस्य" + (string-match-p + (rx bos "thèse") (bookmark-name-from-full-record bookmark))) + ;;;; Gnus group ;; There seems to be only two GNUS bookmark handlers (or one?) -- cgit v1.2.3-18-g5258