| About 3,250 results (0.19 seconds) |
![]() Custom Search |
9 May 2012 ... This includes symbols and strings. alist – a list whose elements are conses. bookmark – just what it sounds like: a saved location in a file or ... www.emacswiki.org/emacs/Glossary |
11 Mar 2013 ... It points to alpha cell, which is a cons cell containing alpha, and a pointer to beta cell. beta cell contains beta and a pointer to gamma cell, and ... www.emacswiki.org/emacs/ListModification |
... "C")) (ext-map (list (cons "h" c-or-cpp-header-map) (cons "c" c-source-map) ( cons "s" asm-source-map) (cons "C" cpp-source-map) (cons "cc" cpp-source-map ) ... www.emacswiki.org/emacs/cOpenRelational |
5 Sep 2008 ... H\\'" . c-mode) auto-mode-alist) ) (setq auto-mode-alist (cons '("\\.xbm\\'" . c-mode) auto-mode-alist) ) (setq auto-mode-alist (cons '("\\.cpp\\'" ... www.emacswiki.org/emacs/TedWeatherlyDotEmacs |
5 Sep 2008 ... The basic data structure is a cons cell. It is a pair consisting of a car and a cdr. The car and the cdr can be numbers or strings etc, or pointers to ... www.emacswiki.org/emacs/ListStructure |
PT1 and PT2 are each a cons of the form (X . Y)." (let ((xdiff (abs (- (car pt1) (car pt2)))) (ydiff (abs (- (cdr pt1) (cdr pt2))))) (sqrt (+ (* xdiff xdiff) (* ydiff ydiff))))) ... www.emacswiki.org/emacs/frame-fns.el |
5 Nov 2010 ... n Possible args for TYPE are:\n :UPCASE-VERSION :DOWNCASE-VERSION ` cons-keyU->num' `cons-keyD->num' `cons-keyU->stringU' ... www.emacswiki.org/emacs/mon-alphabet-list-utils.el |
1 Mar 2012 ... And for Haskell: (defun haskell-unicode () (interactive) (substitute-patterns-with- unicode (list (cons "\\(<-\\)" 'left-arrow) (cons "\\(->\\)" 'right-arrow) ... www.emacswiki.org/emacs/PrettySymbolsForLanguages |
9 Mar 2009 ... L ac-line-status) retval))) (when battery-status-verbose (setq retval (cons (cons ?B battery-status-verbose) retval))) (when battery-life-time (setq ... www.emacswiki.org/emacs/JerameyCrawford |
9 Apr 2008 ... Checks that x is both a cons, and the cdr of x is a cons. " (and (consp x) (consp ( cdr x)))) (defun consume-list ( list consume ) "consume-list LIST ... www.emacswiki.org/emacs/parser-fn.el |
| |