| About 3,730 results (0.26 seconds) |
![]() Custom Search |
7 Jan 2013 ... Alist refers to an AssociationList, plist refers to a PropertyList?. An alist associates keys with values. This is done using a list of cons cells: ... www.emacswiki.org/emacs/AlistVsPlist |
6 Feb 2011 ... The auto-mode-alist variable is an AssociationList that associates MajorModes with a pattern to match a buffer filename when it is first opened. www.emacswiki.org/emacs/AutoModeAlist |
Download ;;; mon-dir-locals-alist.el --- MON global vars bound to commonly used local-site paths ;; -*- mode: EMACS-LISP; -*- ;; ... www.emacswiki.org/emacs/mon-dir-locals-alist.el |
23 Apr 2010 ... compilation-error-regexp-alist is used to parse the CompilationMode buffer, and allow you to jump from compile error messages directly to the ... www.emacswiki.org/emacs/CreatingYourOwnCompileErrorRegexp |
27 Mar 2011 ... The auto-coding-alist variable is an AssociationList that associates an encoding with a regexp pattern to match a file's full path, similar to ... www.emacswiki.org/emacs/AutoCodingAlist |
5 Sep 2008 ... Something like this: (add-to-list 'interpreter-mode-alist '("python" . python-mode)). Where 'python-mode' is AutoLoaded or already defined, and ... www.emacswiki.org/emacs/InterpreterModeAlist |
5 days ago ... (setq backup-by-copying t ; don't clobber symlinks backup-directory-alist '(("." . "~/. saves")) ; don't litter my fs tree delete-old-versions t ... www.emacswiki.org/emacs/BackupDirectory |
5 Sep 2008 ... The variable magic-mode-alist (see magic-mode-alist) is an AssociationList that is matched against the buffer contents to guess the right ... www.emacswiki.org/emacs/MagicModeAList |
... ;;php-mode (require 'php-mode) (add-hook 'php-mode-user-hook 'turn-on-font- lock) ;;css-mode (autoload 'css-mode "css-mode") (add-to-list 'auto-mode-alist ... www.emacswiki.org/emacs/JesseWeinsteinDotEmacs |
27 May 2010 ... GIT:a.el/alist.el. To use the library in your code you must require it with: (require ' alist). To change or add a key-value pair, use 'set-alist' . www.emacswiki.org/emacs/AssociationList |
| |