Function: etc-fstab-generic-mode

etc-fstab-generic-mode is an interactive and byte-compiled function defined in generic-x.el.gz.

Signature

(etc-fstab-generic-mode)

Documentation

Etc-Fstab-Generic mode.

This a generic mode defined with define-generic-mode. It runs etc-fstab-generic-mode-hook as the last thing it does.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/generic-x.el.gz
(define-generic-mode etc-fstab-generic-mode
  '(?#)
  '("adfs"
    "ados"
    "affs"
    "anon_inodefs"
    "atfs"
    "audiofs"
    "autofs"
    "bdev"
    "befs"
    "bfs"
    "binfmt_misc"
    "btrfs"
    "cd9660"
    "cfs"
    "cgroup"
    "cifs"
    "coda"
    "coherent"
    "configfs"
    "cpuset"
    "cramfs"
    "devfs"
    "devpts"
    "devtmpfs"
    "e2compr"
    "efs"
    "ext2"
    "ext2fs"
    "ext3"
    "ext4"
    "fdesc"
    "ffs"
    "filecore"
    "fuse"
    "fuseblk"
    "fusectl"
    "hfs"
    "hpfs"
    "hugetlbfs"
    "iso9660"
    "jffs"
    "jffs2"
    "jfs"
    "kernfs"
    "lfs"
    "linprocfs"
    "mfs"
    "minix"
    "mqueue"
    "msdos"
    "ncpfs"
    "nfs"
    "nfsd"
    "nilfs2"
    "none"
    "ntfs"
    "null"
    "nwfs"
    "overlay"
    "ovlfs"
    "pipefs"
    "portal"
    "proc"
    "procfs"
    "pstore"
    "ptyfs"
    "qnx4"
    "ramfs"
    "reiserfs"
    "romfs"
    "securityfs"
    "shm"
    "smbfs"
    "sockfs"
    "squashfs"
    "sshfs"
    "std"
    "subfs"
    "sysfs"
    "sysv"
    "tcfs"
    "tmpfs"
    "udf"
    "ufs"
    "umap"
    "umsdos"
    "union"
    "usbdevfs"
    "usbfs"
    "userfs"
    "vfat"
    "vs3fs"
    "vxfs"
    "wrapfs"
    "wvfs"
    "xenfs"
    "xenix"
    "xfs"
    "zisofs"
    "swap"
    "auto"
    "ignore")
  '(("^\\([^# \t]+\\)\\s-+\\([^# \t]+\\)"
     (1 font-lock-type-face t)
     (2 font-lock-variable-name-face t)))
  '("/etc/[v]*fstab\\'")
  (list
   (lambda ()
     (setq imenu-generic-expression
           '((nil "^\\([^# \t]+\\)\\s-+" 1))))))