Variable: conf-space-keywords-alist

conf-space-keywords-alist is a variable defined in conf-mode.el.gz.

Value

(("\\`/etc/gpm/" . "key\\|name\\|foreground\\|background\\|border\\|head")
 ("\\`/etc/magic\\'" . "[^      ]+[     ]+\\(?:[bl]?e?\\(?:short\\|long\\)\\|byte\\|string\\)[^         ]*")
 ("/mod\\(?:ules\\|probe\\)\\.conf" . "alias\\|in\\(?:clude\\|stall\\)\\|options\\|remove")
 ("/manpath\\.config" . "MAN\\(?:DATORY_MANPATH\\|PATH_MAP\\|DB_MAP\\)")
 ("/sensors\\.conf" . "chip\\|bus\\|label\\|compute\\|set\\|ignore")
 ("/sane\\(\\.d\\)?/" . "option\\|device\\|port\\|usb\\|sc\\(?:si\\|anner\\)")
 ("/resmgr\\.conf" . "class\\|add\\|allow\\|deny")
 ("/dictionary\\.lst\\'" . "DICT\\|HYPH\\|THES")
 ("/tuxracer/options" . "set"))

Documentation

File-name-based settings for the variable conf-space-keywords(var)/conf-space-keywords(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/conf-mode.el.gz
(defvar conf-space-keywords-alist
  '(("\\`/etc/gpm/" . "key\\|name\\|foreground\\|background\\|border\\|head")
    ("\\`/etc/magic\\'" . "[^ \t]+[ \t]+\\(?:[bl]?e?\\(?:short\\|long\\)\\|byte\\|string\\)[^ \t]*")
    ("/mod\\(?:ules\\|probe\\)\\.conf" . "alias\\|in\\(?:clude\\|stall\\)\\|options\\|remove")
    ("/manpath\\.config" . "MAN\\(?:DATORY_MANPATH\\|PATH_MAP\\|DB_MAP\\)")
    ("/sensors\\.conf" . "chip\\|bus\\|label\\|compute\\|set\\|ignore")
    ("/sane\\(\\.d\\)?/" . "option\\|device\\|port\\|usb\\|sc\\(?:si\\|anner\\)")
    ("/resmgr\\.conf" . "class\\|add\\|allow\\|deny")
    ("/dictionary\\.lst\\'" . "DICT\\|HYPH\\|THES")
    ("/tuxracer/options" . "set"))
  "File-name-based settings for the variable `conf-space-keywords'.")