Variable: Info-file-supports-index-cookies-list
Info-file-supports-index-cookies-list is a variable defined in
info.el.gz.
Value
(("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info/sc" . t)
("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info/gnus" . t)
("/usr/share/info/coreutils" . t)
("/root/.emacs.d/elpa/magit-20260411.1452/magit" . t)
("/root/.emacs.d/elpa/dash-20260221.1346/dash" . t)
("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info/cl" . t)
("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info/elisp" . t)
("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info/emacs" . t)
("/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/info/tramp" . t))
Documentation
List of Info files with information about index cookies support.
Each element of the list is a list (FILENAME SUPPORTS-INDEX-COOKIES) where SUPPORTS-INDEX-COOKIES can be either t or nil.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-file-supports-index-cookies-list nil
"List of Info files with information about index cookies support.
Each element of the list is a list (FILENAME SUPPORTS-INDEX-COOKIES)
where SUPPORTS-INDEX-COOKIES can be either t or nil.")