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

Lines Matching defs:by

15 ;; it under the terms of the GNU General Public License as published by
56 ;; - Files-by-directory
80 ;; hacked on by Dave Love.
105 msb-sort-by-directory)
156 msb-sort-by-directory)
218 When making the split, the buffers are tested one by one against the
229 the test is surrounded by calls to `save-excursion' and
232 The categories are sorted by MENU-SORT-KEY. Smaller keys are on top.
240 menu, otherwise the function pointed out by
244 If it is not supplied, the function pointed out by
265 "The sort key for files sorted by mode."
274 that differs by this value or more."
279 (defvar msb-files-by-directory-sort-key 0
280 "*The sort key for files sorted by directory.")
293 When the menu is of type `file by directory', this is the maximum
349 (defcustom msb-item-sort-function 'msb-sort-by-name
360 :type '(choice (const msb-sort-by-name)
366 (defcustom msb-files-by-directory nil
367 "*Non-nil means that files should be sorted by directory.
447 (defun msb-sort-by-name (item1 item2)
448 "Sort the items ITEM1 and ITEM2 by their `buffer-name'.
454 (defun msb-sort-by-directory (item1 item2)
455 "Sort the items ITEM1 and ITEM2 by directory name. Made for dired.
487 ;; If the above `sit-for' was interrupted by a mouse-up, avoid
625 ;; If dir isn't changed by msb--strip-dir, we are looking
729 "Add BUFFER to the menu depicted by FUNCTION-INFO.
782 SAME-PREDICATE) are aggregated together. The alist is first sorted by
897 (cond ((and msb-files-by-directory
911 (cons msb-files-by-directory-sort-key
960 (if msb-files-by-directory
961 "*Files by type*"
962 "*Files by directory*")
973 (setq msb-files-by-directory (not msb-files-by-directory))