• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:function +defs:list

42 (defvar skeleton-transformation-function 'identity
43 "*If non-nil, function applied to literal strings before they are inserted.
47 (defvaralias 'skeleton-transformation 'skeleton-transformation-function)
50 (put 'skeleton-transformation-function 'variable-interactive
51 "aTransformation function: ")
57 with the mouse) and this is non-nil and the function was called without an
79 (defvar skeleton-filter-function 'identity
81 (defvaralias 'skeleton-filter 'skeleton-filter-function)
88 Else use mode's `indent-line-function'.")
109 The list describes the most recent skeleton insertion, and its elements
131 ;; Tell self-insert-command that this function, if called by an
162 (skeleton-insert (funcall skeleton-filter-function skeleton)
204 `skeleton-transformation-function'). Other possibilities are:
227 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of
249 (list (copy-marker (point) t)
255 (l2 (list (copy-marker (point) t))))
267 (skeleton-internal-list skeleton str)))
322 (defun skeleton-internal-list (skeleton &optional str recursive)
365 (funcall skeleton-transformation-function element)
419 (while (and (skeleton-internal-list element nil t)
424 (skeleton-internal-list element (car literal))
471 (defvar skeleton-pair-filter-function (lambda () nil)
472 "Attempt paired insertion if this function returns nil, before inserting.
497 word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
519 (funcall skeleton-pair-filter-function))))
534 ;; (make-local-variable 'skeleton-pair-filter-function)
540 ;; skeleton-pair-filter-function (lambda ()