comparison lisp/ibuffer.el @ 104941:f02d30058310

Regenerate with extracted autoloads.
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Sep 2009 06:47:48 +0000
parents da8b3e61b182
children 4c610ec5ed40
comparison
equal deleted inserted replaced
104940:a674a112e64f 104941:f02d30058310
2615 (when ibuffer-default-directory 2615 (when ibuffer-default-directory
2616 (setq default-directory ibuffer-default-directory)) 2616 (setq default-directory ibuffer-default-directory))
2617 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) 2617 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
2618 (run-mode-hooks 'ibuffer-mode-hook)) 2618 (run-mode-hooks 'ibuffer-mode-hook))
2619 2619
2620
2621 ;;; Start of automatically extracted autoloads.
2622
2623 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
2624 ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-compressed-file-buffers
2625 ;;;;;; ibuffer-mark-help-buffers ibuffer-mark-dissociated-buffers
2626 ;;;;;; ibuffer-mark-unsaved-buffers ibuffer-mark-modified-buffers
2627 ;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp
2628 ;;;;;; ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
2629 ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
2630 ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
2631 ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
2632 ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
2633 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
2634 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
2635 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
2636 ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
2637 ;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank
2638 ;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group
2639 ;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group
2640 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
2641 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
2642 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
2643 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
2644 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
2645 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" "811ee3bd414f35c6a1966e64e9e597f1")
2646 ;;; Generated autoloads from ibuf-ext.el
2647
2648 (autoload 'ibuffer-auto-mode "ibuf-ext" "\
2649 Toggle use of Ibuffer's auto-update facility.
2650 With numeric ARG, enable auto-update if and only if ARG is positive.
2651
2652 \(fn &optional ARG)" t nil)
2653
2654 (autoload 'ibuffer-mouse-filter-by-mode "ibuf-ext" "\
2655 Enable or disable filtering by the major mode chosen via mouse.
2656
2657 \(fn EVENT)" t nil)
2658
2659 (autoload 'ibuffer-interactive-filter-by-mode "ibuf-ext" "\
2660 Enable or disable filtering by the major mode at point.
2661
2662 \(fn EVENT-OR-POINT)" t nil)
2663
2664 (autoload 'ibuffer-mouse-toggle-filter-group "ibuf-ext" "\
2665 Toggle the display status of the filter group chosen with the mouse.
2666
2667 \(fn EVENT)" t nil)
2668
2669 (autoload 'ibuffer-toggle-filter-group "ibuf-ext" "\
2670 Toggle the display status of the filter group on this line.
2671
2672 \(fn)" t nil)
2673
2674 (autoload 'ibuffer-forward-filter-group "ibuf-ext" "\
2675 Move point forwards by COUNT filtering groups.
2676
2677 \(fn &optional COUNT)" t nil)
2678
2679 (autoload 'ibuffer-backward-filter-group "ibuf-ext" "\
2680 Move point backwards by COUNT filtering groups.
2681
2682 \(fn &optional COUNT)" t nil)
2683 (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext")
2684 (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext")
2685 (autoload 'ibuffer-do-shell-command-file "ibuf-ext")
2686 (autoload 'ibuffer-do-eval "ibuf-ext")
2687 (autoload 'ibuffer-do-view-and-eval "ibuf-ext")
2688 (autoload 'ibuffer-do-rename-uniquely "ibuf-ext")
2689 (autoload 'ibuffer-do-revert "ibuf-ext")
2690 (autoload 'ibuffer-do-isearch "ibuf-ext")
2691 (autoload 'ibuffer-do-isearch-regexp "ibuf-ext")
2692 (autoload 'ibuffer-do-replace-regexp "ibuf-ext")
2693 (autoload 'ibuffer-do-query-replace "ibuf-ext")
2694 (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext")
2695 (autoload 'ibuffer-do-print "ibuf-ext")
2696
2697 (autoload 'ibuffer-included-in-filters-p "ibuf-ext" "\
2698 Not documented
2699
2700 \(fn BUF FILTERS)" nil nil)
2701
2702 (autoload 'ibuffer-filters-to-filter-group "ibuf-ext" "\
2703 Make the current filters into a filtering group.
2704
2705 \(fn NAME)" t nil)
2706
2707 (autoload 'ibuffer-set-filter-groups-by-mode "ibuf-ext" "\
2708 Set the current filter groups to filter by mode.
2709
2710 \(fn)" t nil)
2711
2712 (autoload 'ibuffer-pop-filter-group "ibuf-ext" "\
2713 Remove the first filter group.
2714
2715 \(fn)" t nil)
2716
2717 (autoload 'ibuffer-decompose-filter-group "ibuf-ext" "\
2718 Decompose the filter group GROUP into active filters.
2719
2720 \(fn GROUP)" t nil)
2721
2722 (autoload 'ibuffer-clear-filter-groups "ibuf-ext" "\
2723 Remove all filter groups.
2724
2725 \(fn)" t nil)
2726
2727 (autoload 'ibuffer-jump-to-filter-group "ibuf-ext" "\
2728 Move point to the filter group whose name is NAME.
2729
2730 \(fn NAME)" t nil)
2731
2732 (autoload 'ibuffer-kill-filter-group "ibuf-ext" "\
2733 Kill the filter group named NAME.
2734 The group will be added to `ibuffer-filter-group-kill-ring'.
2735
2736 \(fn NAME)" t nil)
2737
2738 (autoload 'ibuffer-kill-line "ibuf-ext" "\
2739 Kill the filter group at point.
2740 See also `ibuffer-kill-filter-group'.
2741
2742 \(fn &optional ARG INTERACTIVE-P)" t nil)
2743
2744 (autoload 'ibuffer-yank "ibuf-ext" "\
2745 Yank the last killed filter group before group at point.
2746
2747 \(fn)" t nil)
2748
2749 (autoload 'ibuffer-yank-filter-group "ibuf-ext" "\
2750 Yank the last killed filter group before group named NAME.
2751
2752 \(fn NAME)" t nil)
2753
2754 (autoload 'ibuffer-save-filter-groups "ibuf-ext" "\
2755 Save all active filter groups GROUPS as NAME.
2756 They are added to `ibuffer-saved-filter-groups'. Interactively,
2757 prompt for NAME, and use the current filters.
2758
2759 \(fn NAME GROUPS)" t nil)
2760
2761 (autoload 'ibuffer-delete-saved-filter-groups "ibuf-ext" "\
2762 Delete saved filter groups with NAME.
2763 They are removed from `ibuffer-saved-filter-groups'.
2764
2765 \(fn NAME)" t nil)
2766
2767 (autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\
2768 Set this buffer's filter groups to saved version with NAME.
2769 The value from `ibuffer-saved-filter-groups' is used.
2770
2771 \(fn NAME)" t nil)
2772
2773 (autoload 'ibuffer-filter-disable "ibuf-ext" "\
2774 Disable all filters currently in effect in this buffer.
2775
2776 \(fn)" t nil)
2777
2778 (autoload 'ibuffer-pop-filter "ibuf-ext" "\
2779 Remove the top filter in this buffer.
2780
2781 \(fn)" t nil)
2782
2783 (autoload 'ibuffer-decompose-filter "ibuf-ext" "\
2784 Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
2785
2786 This means that the topmost filter on the filtering stack, which must
2787 be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
2788 turned into two separate filters [name: foo] and [mode: bar-mode].
2789
2790 \(fn)" t nil)
2791
2792 (autoload 'ibuffer-exchange-filters "ibuf-ext" "\
2793 Exchange the top two filters on the stack in this buffer.
2794
2795 \(fn)" t nil)
2796
2797 (autoload 'ibuffer-negate-filter "ibuf-ext" "\
2798 Negate the sense of the top filter in the current buffer.
2799
2800 \(fn)" t nil)
2801
2802 (autoload 'ibuffer-or-filter "ibuf-ext" "\
2803 Replace the top two filters in this buffer with their logical OR.
2804 If optional argument REVERSE is non-nil, instead break the top OR
2805 filter into parts.
2806
2807 \(fn &optional REVERSE)" t nil)
2808
2809 (autoload 'ibuffer-save-filters "ibuf-ext" "\
2810 Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
2811 Interactively, prompt for NAME, and use the current filters.
2812
2813 \(fn NAME FILTERS)" t nil)
2814
2815 (autoload 'ibuffer-delete-saved-filters "ibuf-ext" "\
2816 Delete saved filters with NAME from `ibuffer-saved-filters'.
2817
2818 \(fn NAME)" t nil)
2819
2820 (autoload 'ibuffer-add-saved-filters "ibuf-ext" "\
2821 Add saved filters from `ibuffer-saved-filters' to this buffer's filters.
2822
2823 \(fn NAME)" t nil)
2824
2825 (autoload 'ibuffer-switch-to-saved-filters "ibuf-ext" "\
2826 Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
2827
2828 \(fn NAME)" t nil)
2829 (autoload 'ibuffer-filter-by-mode "ibuf-ext")
2830 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext")
2831 (autoload 'ibuffer-filter-by-name "ibuf-ext")
2832 (autoload 'ibuffer-filter-by-filename "ibuf-ext")
2833 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext")
2834 (autoload 'ibuffer-filter-by-size-lt "ibuf-ext")
2835 (autoload 'ibuffer-filter-by-content "ibuf-ext")
2836 (autoload 'ibuffer-filter-by-predicate "ibuf-ext")
2837
2838 (autoload 'ibuffer-toggle-sorting-mode "ibuf-ext" "\
2839 Toggle the current sorting mode.
2840 Default sorting modes are:
2841 Recency - the last time the buffer was viewed
2842 Name - the name of the buffer
2843 Major Mode - the name of the major mode of the buffer
2844 Size - the size of the buffer
2845
2846 \(fn)" t nil)
2847
2848 (autoload 'ibuffer-invert-sorting "ibuf-ext" "\
2849 Toggle whether or not sorting is in reverse order.
2850
2851 \(fn)" t nil)
2852 (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext")
2853 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext")
2854 (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext")
2855 (autoload 'ibuffer-do-sort-by-size "ibuf-ext")
2856 (autoload 'ibuffer-do-sort-by-filename/process "ibuf-ext")
2857
2858 (autoload 'ibuffer-bs-show "ibuf-ext" "\
2859 Emulate `bs-show' from the bs.el package.
2860
2861 \(fn)" t nil)
2862
2863 (autoload 'ibuffer-add-to-tmp-hide "ibuf-ext" "\
2864 Add REGEXP to `ibuffer-tmp-hide-regexps'.
2865 This means that buffers whose name matches REGEXP will not be shown
2866 for this Ibuffer session.
2867
2868 \(fn REGEXP)" t nil)
2869
2870 (autoload 'ibuffer-add-to-tmp-show "ibuf-ext" "\
2871 Add REGEXP to `ibuffer-tmp-show-regexps'.
2872 This means that buffers whose name matches REGEXP will always be shown
2873 for this Ibuffer session.
2874
2875 \(fn REGEXP)" t nil)
2876
2877 (autoload 'ibuffer-forward-next-marked "ibuf-ext" "\
2878 Move forward by COUNT marked buffers (default 1).
2879
2880 If MARK is non-nil, it should be a character denoting the type of mark
2881 to move by. The default is `ibuffer-marked-char'.
2882
2883 If DIRECTION is non-nil, it should be an integer; negative integers
2884 mean move backwards, non-negative integers mean move forwards.
2885
2886 \(fn &optional COUNT MARK DIRECTION)" t nil)
2887
2888 (autoload 'ibuffer-backwards-next-marked "ibuf-ext" "\
2889 Move backwards by COUNT marked buffers (default 1).
2890
2891 If MARK is non-nil, it should be a character denoting the type of mark
2892 to move by. The default is `ibuffer-marked-char'.
2893
2894 \(fn &optional COUNT MARK)" t nil)
2895
2896 (autoload 'ibuffer-do-kill-lines "ibuf-ext" "\
2897 Hide all of the currently marked lines.
2898
2899 \(fn)" t nil)
2900
2901 (autoload 'ibuffer-jump-to-buffer "ibuf-ext" "\
2902 Move point to the buffer whose name is NAME.
2903
2904 If called interactively, prompt for a buffer name and go to the
2905 corresponding line in the Ibuffer buffer. If said buffer is in a
2906 hidden group filter, open it.
2907
2908 If `ibuffer-jump-offer-only-visible-buffers' is non-nil, only offer
2909 visible buffers in the completion list. Calling the command with
2910 a prefix argument reverses the meaning of that variable.
2911
2912 \(fn NAME)" t nil)
2913
2914 (autoload 'ibuffer-diff-with-file "ibuf-ext" "\
2915 View the differences between marked buffers and their associated files.
2916 If no buffers are marked, use buffer at point.
2917 This requires the external program \"diff\" to be in your `exec-path'.
2918
2919 \(fn)" t nil)
2920
2921 (autoload 'ibuffer-copy-filename-as-kill "ibuf-ext" "\
2922 Copy filenames of marked buffers into the kill ring.
2923
2924 The names are separated by a space.
2925 If a buffer has no filename, it is ignored.
2926
2927 With no prefix arg, use the filename sans its directory of each marked file.
2928 With a zero prefix arg, use the complete filename of each marked file.
2929 With \\[universal-argument], use the filename of each marked file relative
2930 to `ibuffer-default-directory' if non-nil, otherwise `default-directory'.
2931
2932 You can then feed the file name(s) to other commands with \\[yank].
2933
2934 \(fn &optional ARG)" t nil)
2935
2936 (autoload 'ibuffer-mark-by-name-regexp "ibuf-ext" "\
2937 Mark all buffers whose name matches REGEXP.
2938
2939 \(fn REGEXP)" t nil)
2940
2941 (autoload 'ibuffer-mark-by-mode-regexp "ibuf-ext" "\
2942 Mark all buffers whose major mode matches REGEXP.
2943
2944 \(fn REGEXP)" t nil)
2945
2946 (autoload 'ibuffer-mark-by-file-name-regexp "ibuf-ext" "\
2947 Mark all buffers whose file name matches REGEXP.
2948
2949 \(fn REGEXP)" t nil)
2950
2951 (autoload 'ibuffer-mark-by-mode "ibuf-ext" "\
2952 Mark all buffers whose major mode equals MODE.
2953
2954 \(fn MODE)" t nil)
2955
2956 (autoload 'ibuffer-mark-modified-buffers "ibuf-ext" "\
2957 Mark all modified buffers.
2958
2959 \(fn)" t nil)
2960
2961 (autoload 'ibuffer-mark-unsaved-buffers "ibuf-ext" "\
2962 Mark all modified buffers that have an associated file.
2963
2964 \(fn)" t nil)
2965
2966 (autoload 'ibuffer-mark-dissociated-buffers "ibuf-ext" "\
2967 Mark all buffers whose associated file does not exist.
2968
2969 \(fn)" t nil)
2970
2971 (autoload 'ibuffer-mark-help-buffers "ibuf-ext" "\
2972 Mark buffers like *Help*, *Apropos*, *Info*.
2973
2974 \(fn)" t nil)
2975
2976 (autoload 'ibuffer-mark-compressed-file-buffers "ibuf-ext" "\
2977 Mark buffers whose associated file is compressed.
2978
2979 \(fn)" t nil)
2980
2981 (autoload 'ibuffer-mark-old-buffers "ibuf-ext" "\
2982 Mark buffers which have not been viewed in `ibuffer-old-time' hours.
2983
2984 \(fn)" t nil)
2985
2986 (autoload 'ibuffer-mark-special-buffers "ibuf-ext" "\
2987 Mark all buffers whose name begins and ends with '*'.
2988
2989 \(fn)" t nil)
2990
2991 (autoload 'ibuffer-mark-read-only-buffers "ibuf-ext" "\
2992 Mark all read-only buffers.
2993
2994 \(fn)" t nil)
2995
2996 (autoload 'ibuffer-mark-dired-buffers "ibuf-ext" "\
2997 Mark all `dired' buffers.
2998
2999 \(fn)" t nil)
3000
3001 (autoload 'ibuffer-do-occur "ibuf-ext" "\
3002 View lines which match REGEXP in all marked buffers.
3003 Optional argument NLINES says how many lines of context to display: it
3004 defaults to one.
3005
3006 \(fn REGEXP &optional NLINES)" t nil)
3007
3008 ;;;***
3009
3010 ;;; End of automatically extracted autoloads.
3011
3012
2620 (provide 'ibuffer) 3013 (provide 'ibuffer)
2621 3014
2622 (run-hooks 'ibuffer-load-hook) 3015 (run-hooks 'ibuffer-load-hook)
2623 3016
2624 ;; Local Variables: 3017 ;; Local Variables: