mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-17 c4001ccd1864293b64aa37d83a9d9457eb875e70
commit | author | age
5cb5f7 1 ;;; popwin-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "popwin" "popwin.el" (0 0 0 0))
10 ;;; Generated autoloads from popwin.el
11
12 (autoload 'popwin:popup-buffer "popwin" "\
13 Show BUFFER in a popup window and return the popup window. If
14 NOSELECT is non-nil, the popup window will not be selected. If
15 STICK is non-nil, the popup window will be stuck. If TAIL is
16 non-nil, the popup window will show the last contents. Calling
17 `popwin:popup-buffer' during `popwin:popup-buffer' is allowed. In
18 that case, the buffer of the popup window will be replaced with
19 BUFFER.
20
21 \(fn BUFFER &key (width popwin:popup-window-width) (height popwin:popup-window-height) (position popwin:popup-window-position) NOSELECT DEDICATED STICK TAIL)" t nil)
22
23 (autoload 'popwin:display-buffer "popwin" "\
24 Display BUFFER-OR-NAME, if possible, in a popup window, or as
25 usual. This function can be used as a value of
26 `display-buffer-function'.
27
28 \(fn BUFFER-OR-NAME &optional NOT-THIS-WINDOW)" t nil)
29
30 (autoload 'popwin:pop-to-buffer "popwin" "\
31 Same as `pop-to-buffer' except that this function will use
32 `popwin:display-buffer-1' instead of `display-buffer'.
33
34 \(fn BUFFER &optional OTHER-WINDOW NORECORD)" t nil)
35
36 (autoload 'popwin:universal-display "popwin" "\
37 Call the following command interactively with letting
38 `popwin:special-display-config' be
39 `popwin:universal-display-config'. This will be useful when
40 displaying buffers in popup windows temporarily.
41
42 \(fn)" t nil)
43
44 (autoload 'popwin:one-window "popwin" "\
45 Delete other window than the popup window. C-g restores the
46 original window configuration.
47
48 \(fn)" t nil)
49
50 (autoload 'popwin:popup-buffer-tail "popwin" "\
51 Same as `popwin:popup-buffer' except that the buffer will be
52 `recenter'ed at the bottom.
53
54 \(fn &rest SAME-AS-POPWIN:POPUP-BUFFER)" t nil)
55
56 (autoload 'popwin:find-file "popwin" "\
57 Edit file FILENAME with popup window by `popwin:popup-buffer'.
58
59 \(fn FILENAME &optional WILDCARDS)" t nil)
60
61 (autoload 'popwin:find-file-tail "popwin" "\
62 Edit file FILENAME with popup window by
63 `popwin:popup-buffer-tail'.
64
65 \(fn FILE &optional WILDCARD)" t nil)
66
67 (autoload 'popwin:messages "popwin" "\
68 Display *Messages* buffer in a popup window.
69
70 \(fn)" t nil)
71
72 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "popwin" '("popwin")))
73
74 ;;;***
75
76 ;; Local Variables:
77 ;; version-control: never
78 ;; no-byte-compile: t
79 ;; no-update-autoloads: t
80 ;; coding: utf-8
81 ;; End:
82 ;;; popwin-autoloads.el ends here