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

Lines Matching +defs:save +defs:function

43 ;;	function `todo-show' which will change to the one specific
46 ;; conventions, the todo-show function will add the appropriate
66 ;; information, which will be added by the todo-show function if
68 ;; recommended to use the todo-show function for the first time,
85 ;; mode, which doesn't need the show function and offers a
86 ;; different binding for the insert function. They serve as
126 ;; q to save the list and exit the buffer
128 ;; s to save the list
129 ;; S to save the list of top priorities
166 ;; might be nicer and to that effect a function has been declared
190 ;; todo-save-top-priorities is non-nil. Nice to include in your
236 ;; o license / version function
325 Automatically generated when `todo-save-top-priorities' is non-nil."
329 (defcustom todo-print-function 'ps-print-buffer-with-faces
348 (defcustom todo-save-top-priorities-too t
349 "*Non-nil makes `todo-save' automatically save top-priorities in `todo-file-top'."
363 (defcustom todo-entry-prefix-function 'todo-entry-timestamp-initials
413 (define-key map "s" 'todo-save)
414 (define-key map "S" 'todo-save-top-priorities)
489 (defun todo-save ()
492 (save-excursion
493 (save-restriction
494 (save-buffer)))
495 (if todo-save-top-priorities-too (todo-save-top-priorities)))
496 (defalias 'todo-cmd-save 'todo-save)
502 (todo-save)
535 (save-window-excursion
558 (save-excursion
560 (save-excursion
585 (todo-save)
594 (save-excursion
599 (if todo-entry-prefix-function
600 (funcall todo-entry-prefix-function)))))
617 (save-excursion
622 (if todo-entry-prefix-function
623 (funcall todo-entry-prefix-function))))))
661 (save-excursion
675 (save-excursion
691 (if (save-excursion (beginning-of-line)
741 (save-excursion
742 (save-restriction
776 (defun todo-save-top-priorities (&optional nof-priorities)
782 (save-window-excursion
783 (save-excursion
784 (save-restriction
792 "Print todo summary using `todo-print-function'.
798 (save-window-excursion
799 (save-excursion
800 (save-restriction
804 (and (funcall todo-print-function)
840 (save-excursion
849 (save-excursion
897 ["Save" todo-save t]
898 ["Save Top Priorities" todo-save-top-priorities t]
921 ;; Read about this function in the setup instructions above!