• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/international/

Lines Matching +defs:last +defs:depth

174 (defsubst quail-forget-last-selection ()
175 "Return `forget-last-selection' flag of the current Quail package.
279 (define-key map "\177" 'quail-delete-last-char)
299 (define-key map [delete] 'quail-delete-last-char)
300 (define-key map [backspace] 'quail-delete-last-char)
328 (quail-delete-last-char . hide)
350 (define-key map "\177" 'quail-delete-last-char)
351 (define-key map [delete] 'quail-delete-last-char)
352 (define-key map [backspace] 'quail-delete-last-char)
394 forget-last-selection deterministic
477 (if deterministic (setq forget-last-selection t))
499 forget-last-selection deterministic kbd-translate show-layout
592 (if (<= (minibuffer-depth) 1)
1266 (if (and (not not-reset-indices) (quail-forget-last-selection))
1280 \(compose-last-chars LEN COMPONENTS)
1297 (cons (list 'compose-last-chars (- to from)
1369 last-command-event last-command this-command)
1389 (setq last-command-event (aref keyseq (1- (length keyseq)))
1390 last-command this-command
1427 last-command-event last-command this-command)
1454 (setq last-command-event (aref keyseq (1- (length keyseq)))
1455 last-command this-command
1579 (concat quail-current-key (char-to-string last-command-event)))
1734 ;; No way to handle the last character in this context.
1748 ;; No way to handle the last character in this context.
1767 (cons last-command-event unread-command-events))
1782 (cons last-command-event unread-command-events))
1792 ;; We are already at the last block.
1798 (cons last-command-event unread-command-events))
1818 (cons last-command-event unread-command-events))
1828 (defun quail-delete-last-char ()
1829 "Delete the last input character from the current Quail key sequence."
1896 (quail-delete-last-char)
2139 (defvar quail-completion-max-depth 5
2140 "The maximum depth of Quail completion list.")
2145 are shown (at most to the depth specified `quail-completion-max-depth')."
2155 (eq last-command 'quail-completion))
2189 (if (and (cdr map) (< (/ (1- indent) 2) quail-completion-max-depth))
2230 ;; We show the last digit of FROM while converting
2588 (if (not (eq this-command last-command))
2610 (if (eq this-command last-command)
3023 ;; At last, write out LEIM list file.