Variable: Info-file-supports-index-cookies-list
Info-file-supports-index-cookies-list is a variable defined in
info.el.gz.
Value
(("/nix/store/emacs/share/info/flymake" . t)
("/nix/store/emacs/share/info/epa" . t)
("/nix/store/emacs/share/info/woman" . t)
("/nix/store/emacs/share/info/widget" . t)
("/nix/store/emacs/share/info/dired-x" . t)
("/nix/store/emacs/share/info/transient" . t)
("/root/.emacs.d/elpa/with-editor-20260731.2234/with-editor" . t)
("/root/.emacs.d/elpa/magit-section-20260731.2248/magit-section" . t)
("/nix/store/emacs/share/info/tramp" . t)
("/nix/store/emacs/share/info/viper" . t)
("/nix/store/emacs/share/info/message" . t)
("/nix/store/emacs/share/info/gnus" . t)
("/nix/store/emacs/share/info/sc" . t)
("/nix/store/emacs/share/info/org" . t)
("/nix/store/emacs/share/info/erc" . t)
("/root/.emacs.d/elpa/magit-20260822.1158/magit" . t)
("/nix/store/emacs/share/info/info" . t)
("/root/.emacs.d/elpa/dash-20260221.1346/dash" . t)
("/nix/store/emacs/share/info/cl" . t)
("/nix/store/emacs/share/info/emacs" . t)
("/nix/store/emacs/share/info/elisp" . 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.")