Home | History | Annotate | Download | only in misc

Lines Matching defs:auto

38 ;;   (setq auto-mode-alist (cons '("\\.po\\'\\|\\.po\\." . po-mode)
39 ;; auto-mode-alist))
100 (defcustom po-auto-edit-with-msgid nil
105 (defcustom po-auto-fuzzy-on-edit nil
110 (defcustom po-auto-select-on-unfuzzy nil
115 (defcustom po-auto-replace-revision-date t
675 /SPC Auto select V Validate
698 ["Auto select" po-auto-select-entry
978 (define-key po-mode-map " " 'po-auto-select-entry)
1273 (if (or (eq po-auto-replace-revision-date t)
1274 (and (eq po-auto-replace-revision-date 'ask)
1604 (if po-auto-select-on-unfuzzy
1605 (po-auto-select-entry))
1632 ;; Auto-selection feature.
1634 (defun po-auto-select-entry ()
2168 po-auto-fuzzy-on-edit
2242 (po-edit-string (if (and po-auto-edit-with-msgid
3345 (po-auto-select-entry)))