aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-11 06:47:48 +0000
committerGlenn Morris2009-09-11 06:47:48 +0000
commit45a6802992dee9d5a2058207d403a39a4cf99420 (patch)
tree473cd3ed2cea00766c1adf6659c43b2d4084bf67
parentd9351bbd16c30c77832bc7c7514889d9507b01f9 (diff)
downloademacs-45a6802992dee9d5a2058207d403a39a4cf99420.tar.gz
emacs-45a6802992dee9d5a2058207d403a39a4cf99420.zip
Regenerate with extracted autoloads.
-rw-r--r--lisp/ibuffer.el393
1 files changed, 393 insertions, 0 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 4339a29b44b..e3693c443cc 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -2617,6 +2617,399 @@ will be inserted before the group at point."
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" "\
2649Toggle use of Ibuffer's auto-update facility.
2650With 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" "\
2655Enable 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" "\
2660Enable 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" "\
2665Toggle 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" "\
2670Toggle the display status of the filter group on this line.
2671
2672\(fn)" t nil)
2673
2674(autoload 'ibuffer-forward-filter-group "ibuf-ext" "\
2675Move point forwards by COUNT filtering groups.
2676
2677\(fn &optional COUNT)" t nil)
2678
2679(autoload 'ibuffer-backward-filter-group "ibuf-ext" "\
2680Move 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" "\
2698Not documented
2699
2700\(fn BUF FILTERS)" nil nil)
2701
2702(autoload 'ibuffer-filters-to-filter-group "ibuf-ext" "\
2703Make the current filters into a filtering group.
2704
2705\(fn NAME)" t nil)
2706
2707(autoload 'ibuffer-set-filter-groups-by-mode "ibuf-ext" "\
2708Set the current filter groups to filter by mode.
2709
2710\(fn)" t nil)
2711
2712(autoload 'ibuffer-pop-filter-group "ibuf-ext" "\
2713Remove the first filter group.
2714
2715\(fn)" t nil)
2716
2717(autoload 'ibuffer-decompose-filter-group "ibuf-ext" "\
2718Decompose the filter group GROUP into active filters.
2719
2720\(fn GROUP)" t nil)
2721
2722(autoload 'ibuffer-clear-filter-groups "ibuf-ext" "\
2723Remove all filter groups.
2724
2725\(fn)" t nil)
2726
2727(autoload 'ibuffer-jump-to-filter-group "ibuf-ext" "\
2728Move point to the filter group whose name is NAME.
2729
2730\(fn NAME)" t nil)
2731
2732(autoload 'ibuffer-kill-filter-group "ibuf-ext" "\
2733Kill the filter group named NAME.
2734The group will be added to `ibuffer-filter-group-kill-ring'.
2735
2736\(fn NAME)" t nil)
2737
2738(autoload 'ibuffer-kill-line "ibuf-ext" "\
2739Kill the filter group at point.
2740See also `ibuffer-kill-filter-group'.
2741
2742\(fn &optional ARG INTERACTIVE-P)" t nil)
2743
2744(autoload 'ibuffer-yank "ibuf-ext" "\
2745Yank the last killed filter group before group at point.
2746
2747\(fn)" t nil)
2748
2749(autoload 'ibuffer-yank-filter-group "ibuf-ext" "\
2750Yank the last killed filter group before group named NAME.
2751
2752\(fn NAME)" t nil)
2753
2754(autoload 'ibuffer-save-filter-groups "ibuf-ext" "\
2755Save all active filter groups GROUPS as NAME.
2756They are added to `ibuffer-saved-filter-groups'. Interactively,
2757prompt for NAME, and use the current filters.
2758
2759\(fn NAME GROUPS)" t nil)
2760
2761(autoload 'ibuffer-delete-saved-filter-groups "ibuf-ext" "\
2762Delete saved filter groups with NAME.
2763They are removed from `ibuffer-saved-filter-groups'.
2764
2765\(fn NAME)" t nil)
2766
2767(autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\
2768Set this buffer's filter groups to saved version with NAME.
2769The value from `ibuffer-saved-filter-groups' is used.
2770
2771\(fn NAME)" t nil)
2772
2773(autoload 'ibuffer-filter-disable "ibuf-ext" "\
2774Disable all filters currently in effect in this buffer.
2775
2776\(fn)" t nil)
2777
2778(autoload 'ibuffer-pop-filter "ibuf-ext" "\
2779Remove the top filter in this buffer.
2780
2781\(fn)" t nil)
2782
2783(autoload 'ibuffer-decompose-filter "ibuf-ext" "\
2784Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
2785
2786This means that the topmost filter on the filtering stack, which must
2787be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
2788turned into two separate filters [name: foo] and [mode: bar-mode].
2789
2790\(fn)" t nil)
2791
2792(autoload 'ibuffer-exchange-filters "ibuf-ext" "\
2793Exchange the top two filters on the stack in this buffer.
2794
2795\(fn)" t nil)
2796
2797(autoload 'ibuffer-negate-filter "ibuf-ext" "\
2798Negate the sense of the top filter in the current buffer.
2799
2800\(fn)" t nil)
2801
2802(autoload 'ibuffer-or-filter "ibuf-ext" "\
2803Replace the top two filters in this buffer with their logical OR.
2804If optional argument REVERSE is non-nil, instead break the top OR
2805filter into parts.
2806
2807\(fn &optional REVERSE)" t nil)
2808
2809(autoload 'ibuffer-save-filters "ibuf-ext" "\
2810Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
2811Interactively, prompt for NAME, and use the current filters.
2812
2813\(fn NAME FILTERS)" t nil)
2814
2815(autoload 'ibuffer-delete-saved-filters "ibuf-ext" "\
2816Delete saved filters with NAME from `ibuffer-saved-filters'.
2817
2818\(fn NAME)" t nil)
2819
2820(autoload 'ibuffer-add-saved-filters "ibuf-ext" "\
2821Add 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" "\
2826Set 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" "\
2839Toggle the current sorting mode.
2840Default 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" "\
2849Toggle 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" "\
2859Emulate `bs-show' from the bs.el package.
2860
2861\(fn)" t nil)
2862
2863(autoload 'ibuffer-add-to-tmp-hide "ibuf-ext" "\
2864Add REGEXP to `ibuffer-tmp-hide-regexps'.
2865This means that buffers whose name matches REGEXP will not be shown
2866for this Ibuffer session.
2867
2868\(fn REGEXP)" t nil)
2869
2870(autoload 'ibuffer-add-to-tmp-show "ibuf-ext" "\
2871Add REGEXP to `ibuffer-tmp-show-regexps'.
2872This means that buffers whose name matches REGEXP will always be shown
2873for this Ibuffer session.
2874
2875\(fn REGEXP)" t nil)
2876
2877(autoload 'ibuffer-forward-next-marked "ibuf-ext" "\
2878Move forward by COUNT marked buffers (default 1).
2879
2880If MARK is non-nil, it should be a character denoting the type of mark
2881to move by. The default is `ibuffer-marked-char'.
2882
2883If DIRECTION is non-nil, it should be an integer; negative integers
2884mean 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" "\
2889Move backwards by COUNT marked buffers (default 1).
2890
2891If MARK is non-nil, it should be a character denoting the type of mark
2892to 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" "\
2897Hide all of the currently marked lines.
2898
2899\(fn)" t nil)
2900
2901(autoload 'ibuffer-jump-to-buffer "ibuf-ext" "\
2902Move point to the buffer whose name is NAME.
2903
2904If called interactively, prompt for a buffer name and go to the
2905corresponding line in the Ibuffer buffer. If said buffer is in a
2906hidden group filter, open it.
2907
2908If `ibuffer-jump-offer-only-visible-buffers' is non-nil, only offer
2909visible buffers in the completion list. Calling the command with
2910a prefix argument reverses the meaning of that variable.
2911
2912\(fn NAME)" t nil)
2913
2914(autoload 'ibuffer-diff-with-file "ibuf-ext" "\
2915View the differences between marked buffers and their associated files.
2916If no buffers are marked, use buffer at point.
2917This 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" "\
2922Copy filenames of marked buffers into the kill ring.
2923
2924The names are separated by a space.
2925If a buffer has no filename, it is ignored.
2926
2927With no prefix arg, use the filename sans its directory of each marked file.
2928With a zero prefix arg, use the complete filename of each marked file.
2929With \\[universal-argument], use the filename of each marked file relative
2930to `ibuffer-default-directory' if non-nil, otherwise `default-directory'.
2931
2932You 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" "\
2937Mark all buffers whose name matches REGEXP.
2938
2939\(fn REGEXP)" t nil)
2940
2941(autoload 'ibuffer-mark-by-mode-regexp "ibuf-ext" "\
2942Mark all buffers whose major mode matches REGEXP.
2943
2944\(fn REGEXP)" t nil)
2945
2946(autoload 'ibuffer-mark-by-file-name-regexp "ibuf-ext" "\
2947Mark all buffers whose file name matches REGEXP.
2948
2949\(fn REGEXP)" t nil)
2950
2951(autoload 'ibuffer-mark-by-mode "ibuf-ext" "\
2952Mark all buffers whose major mode equals MODE.
2953
2954\(fn MODE)" t nil)
2955
2956(autoload 'ibuffer-mark-modified-buffers "ibuf-ext" "\
2957Mark all modified buffers.
2958
2959\(fn)" t nil)
2960
2961(autoload 'ibuffer-mark-unsaved-buffers "ibuf-ext" "\
2962Mark all modified buffers that have an associated file.
2963
2964\(fn)" t nil)
2965
2966(autoload 'ibuffer-mark-dissociated-buffers "ibuf-ext" "\
2967Mark all buffers whose associated file does not exist.
2968
2969\(fn)" t nil)
2970
2971(autoload 'ibuffer-mark-help-buffers "ibuf-ext" "\
2972Mark buffers like *Help*, *Apropos*, *Info*.
2973
2974\(fn)" t nil)
2975
2976(autoload 'ibuffer-mark-compressed-file-buffers "ibuf-ext" "\
2977Mark buffers whose associated file is compressed.
2978
2979\(fn)" t nil)
2980
2981(autoload 'ibuffer-mark-old-buffers "ibuf-ext" "\
2982Mark 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" "\
2987Mark all buffers whose name begins and ends with '*'.
2988
2989\(fn)" t nil)
2990
2991(autoload 'ibuffer-mark-read-only-buffers "ibuf-ext" "\
2992Mark all read-only buffers.
2993
2994\(fn)" t nil)
2995
2996(autoload 'ibuffer-mark-dired-buffers "ibuf-ext" "\
2997Mark all `dired' buffers.
2998
2999\(fn)" t nil)
3000
3001(autoload 'ibuffer-do-occur "ibuf-ext" "\
3002View lines which match REGEXP in all marked buffers.
3003Optional argument NLINES says how many lines of context to display: it
3004defaults 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)