Searched +refs:cl +refs:map +refs:overlays (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-ems.el31 (require 'cl)
57 (defun gnus-kill-all-overlays ()
58 "Delete all overlays in the current buffer."
61 (overlays (delq nil (nconc (car overlayss) (cdr overlayss)))))
62 (while overlays
63 (delete-overlay (pop overlays)))))
165 (defun gnus-add-minor-mode (mode name map &rest rest)
169 (unless (assq mode minor-mode-map-alist)
170 (push (cons mode map)
171 minor-mode-map
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dallout.el96 ;; `cl' is required for `assert'. `assert' is not covered by a standard
99 (require 'cl)
683 "*List of `allout-mode' key / function bindings, for `allout-mode-map'.
1123 ;;;_ = allout-mode-map
1124 (defvar allout-mode-map nil "Keybindings for (allout) outline minor mode.")
1125 ;;;_ > produce-allout-mode-map (keymap-alist &optional base-map)
1126 (defun produce-allout-mode-map (keymap-list &optional base-map)
1127 "Produce keymap for use as allout-mode-map, fro
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el70 (require 'cl)
1323 \\<org-mode-map>By default, this is '(\"TODO\" \"DONE\"). The last entry in the list is
1338 states. \\<org-mode-map>Possible values are `sequence' and `type'.
1650 "The key to be installed in `calendar-mode-map' for switching to the agenda.
3085 rear-nonsticky t mouse-map t fontified t)
3319 (defvar calendar-mode-map)
3395 (defun org-overlays-at (pos)
3396 (if (featurep 'xemacs) (extents-at pos) (overlays-at pos)))
3397 (defun org-overlays-in (&optional start end)
3400 (overlays
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure548 # Sed expression to map a string onto a valid CPP name.
551 # Sed expression to map a string onto a valid variable name.
1583 --enable-overlays enable all available overlays no|yes|mod
3721 # OpenLDAP --enable-overlays
3723 # Check whether --enable-overlays was given.
3733 { { echo "$as_me:$LINENO: error: bad value $enableval for --enable-overlays" >&5
3734 echo "$as_me: error: bad value $enableval for --enable-overlays" >&2;}
3741 # end --enable-overlays
4321 { echo "$as_me:$LINENO: WARNING: slapd disabled, ignoring --enable-overlays argumen
[all...]

Completed in 166 milliseconds