| About 3,700 results (0.15 seconds) |
![]() Custom Search |
Oct 13, 2005 ... (let ((tail buffer-undo-list) (prev nil)) (while (car tail) (when (integerp (car tail)) (let ( (pos (car tail))) (if (null prev) (setq buffer-undo-list (cdr tail)) ... www.emacswiki.org/emacs/selective-undo-xmas.el |
A geometry value equivalent to VALUE for FRAME is returned, where the value is numeric, not a consp. TYPE is the car of the original geometry spec (TYPE . www.emacswiki.org/emacs/frame-fns.el |
Jun 4, 2012 ... The general rule: (car ido-matches) - item we are watching here. ... (cadar ido- matches)) (t (ido-name ido-matches)))) ((and (stringp (car ... www.emacswiki.org/emacs/ido-preview.el |
(while records (if (bbdb-record-net (car records)) (setq good (cons (car records) good)) (setq bad (cons (car records) bad))) (setq records (cdr records))) ;; write ... www.emacswiki.org/emacs/BbdbExporters |
Aug 10, 2012 ... ad) (and (car ad) (setq realnet (bbdb-search-simple (car ad) nil)) (setq realnet ( car (bbdb-record-net realnet))) (setq net realnet)))) net)) net))) ... www.emacswiki.org/emacs/BbdbCanonicalizeAddresses |
Aug 29, 2011 ... (let ((data (cdddr current-block)) cur ret) (while data (setq cur (pop data)) (when ( listp cur) (unless (eq (car cur) 'Platform) (error "Unknown id: ... www.emacswiki.org/emacs/sln-mode.el |
May 9, 2012 ... The first is called the car; the second is called the cdr. See also atom. cursor (text cursor) – how it differs from the pointer (mouse pointer); ... www.emacswiki.org/emacs/Glossary |
A cons is a pair of pointers; they are called the car and the cdr of the cell. Several cons cells form a list if the car always points to an element of the list and the cdr ... www.emacswiki.org/emacs/ListModification |
Jun 4, 2009 ... (save-excursion (let* ((b (diff-find-source-location)) (buff (car b)) (pos (car (car ( cdr (cdr b))))) (src (car (cdr (cdr (cdr b))))) (fn nil)) (set-buffer buff) ... www.emacswiki.org/emacs/VcAddLogEntries |
Feb 7, 2013... ("gray" "fsbot" "birny" "lisppaste" "specbot"))) (dolist (nick (cdr group)) (puthash nick (cons 'foreground (car group)) rcirc-color-mapping))) ... www.emacswiki.org/emacs/rcircColoredNicks |
| |