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

Lines Matching defs:up

115 ;; * From thumbs.el: Add an option for clean-up/max-size functionality
424 (defcustom image-dired-line-up-method 'dynamic
425 "Default method for line-up of thumbnails in thumbnail buffer.
427 line-up thumbnails. Dynamic means to use the available width of the
430 line-up means that no automatic line-up will be done."
431 :type '(choice :tag "Default line-up method"
435 (const :tag "No line-up" none))
828 (cond ((eq 'dynamic image-dired-line-up-method)
829 (image-dired-line-up-dynamic))
830 ((eq 'fixed image-dired-line-up-method)
831 (image-dired-line-up))
832 ((eq 'interactive image-dired-line-up-method)
833 (image-dired-line-up-interactive))
834 ((eq 'none image-dired-line-up-method)
837 (image-dired-line-up-dynamic))))
1119 ;; If we end up in an empty spot, back up to the next thumbnail.
1131 ;; If we end up in an empty spot, back up to the next
1255 (defvar image-dired-thumbnail-mode-line-up-map (make-sparse-keymap)
1256 "Keymap for line-up commands in `image-dired-thumbnail-mode'.")
1267 (define-key image-dired-thumbnail-mode-map [up] 'image-dired-previous-line)
1282 ;; add line-up map
1283 (define-key image-dired-thumbnail-mode-map "g" image-dired-thumbnail-mode-line-up-map)
1286 (define-key image-dired-thumbnail-mode-line-up-map "g" 'image-dired-line-up-dynamic)
1288 (define-key image-dired-thumbnail-mode-line-up-map "f" 'image-dired-line-up)
1290 (define-key image-dired-thumbnail-mode-line-up-map "i" 'image-dired-line-up-interactive)
1363 [menu-bar image-dired image-dired-line-up-dynamic]
1364 '("Dynamic line up" . image-dired-line-up-dynamic))
1366 [menu-bar image-dired image-dired-line-up]
1367 '("Line up thumbnails" . image-dired-line-up))
1482 Note that n, p and <down> and <up> will be hijacked and bound to
1491 (define-key dired-mode-map [up] 'image-dired-dired-previous-line)
1632 "Remove current thumbnail from thumbnail buffer and line up."
1651 (defun image-dired-line-up ()
1652 "Line up thumbnails according to `image-dired-thumbs-per-row'.
1653 See also `image-dired-line-up-dynamic'."
1680 (defun image-dired-line-up-dynamic ()
1681 "Line up thumbnails images dynamically.
1691 (image-dired-line-up)))
1693 (defun image-dired-line-up-interactive ()
1694 "Line up thumbnails interactively.
1701 (image-dired-line-up))))
2001 Typically, you would open up the folder with the incoming