| About 3,140 results (0.28 seconds) |
![]() Custom Search |
21 Mar 2013 ... (let ((text (cdr (assoc 'Text res))) (first-url (cdr (assoc 'FirstURL res))) (result (cdr ( assoc 'Result res))) ) (format "%s --> %s" text first-url) ... www.emacswiki.org/emacs/ddg-search.el |
13 May 2013 ... (if (and erc-babel-enable (not (equal (substring msg 0 1) "/"))) (let* ((backend ( symbol-name (cdr (assoc erc-babel-backend babel-backends)))) ... www.emacswiki.org/emacs/erc-babel.el |
13 Oct 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 |
23 May 2013 ... A cons is a pair of pointers; they are called the car and the cdr of the cell. ... Here is an example where we take the cdr of a list (ie. we skip the ... www.emacswiki.org/emacs/ListModification |
13 Oct 2011 ... type))))) file-1 (cs (cdr (assoc "coding-system" attrs))) str showcode) (unless ( string= (file-name-extension file) type) (setq file (concat file ". www.emacswiki.org/emacs/muse-ess.el |
27 Jan 2012 ... USAGE-COUNT) pairs (mapcar (lambda (candidate-info) (let ((count 0)) (dolist ( pattern-info (cdr candidate-info)) (if (not (equal (car pattern-info) ... www.emacswiki.org/emacs/anything-adaptive.el |
... thing (intern thing))) (let ((bounds (bounds-of-thing-at-point thing))) (if bounds ( kill-region (car bounds) (cdr bounds))))) ;;;###autoload (defun copy-thing (thing) ... www.emacswiki.org/emacs/thing-opt.el |
7 Jan 2011 ... (listp pending-undo-list)))) (lambda (map) (setcar (cdr ...) (quote ...)))((keymap)). It seems as when building the menu-items, some list may ... www.emacswiki.org/emacs/RedoPlus |
24 Apr 2013 ... (let ((p buffer-undo-list)) (and (null (car-safe p)) (setq p (cdr-safe p))) (while (and p (integerp (car-safe p))) (setq p (cdr-safe p))) (eq ... www.emacswiki.org/emacs/redo+.el |
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 |
| |