-
Notifications
You must be signed in to change notification settings - Fork 34
/
boon-loaddefs.el
403 lines (255 loc) · 11.2 KB
/
boon-loaddefs.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
;;;### (autoloads nil "boon-arguments" "boon-arguments.el" (0 0 0
;;;;;; 0))
;;; Generated autoloads from boon-arguments.el
(register-definition-prefixes "boon-arguments" '("boon-"))
;;;***
;;;### (autoloads nil "boon-core" "boon-core.el" (0 0 0 0))
;;; Generated autoloads from boon-core.el
(autoload 'boon-mode "boon" "Toggle boon in all buffers" t)
(autoload 'turn-on-boon-mode "boon-core" "\
Turn on Boon in the current buffer." t)
(autoload 'turn-off-boon-mode "boon-core" "\
Turn off Boon in the current buffer." t)
(register-definition-prefixes "boon-core" '("boon"))
;;;***
;;;### (autoloads nil "boon-hl" "boon-hl.el" (0 0 0 0))
;;; Generated autoloads from boon-hl.el
(autoload 'boon-hl-regexp "boon-hl" "\
Set face of each match REGEXP to FACE using font-lock.
If FACE is nil, choose a face from `boon-hl-face-defaults'
or prompt if universal argument is non-nil. If REGEXP contains
upper case characters (excluding those preceded by `\\') and
`search-upper-case' is non-nil, the matching is case-sensitive.
\(fn REGEXP &optional FACE)" t)
(autoload 'boon-hl-symbol "boon-hl" "\
`book-hi-lock-regexp' (regexp-quote STRING) FACE.
Additionally, do not mess with case-fold.
\(fn STRING &optional FACE)" t)
(autoload 'boon-hl-remove "boon-hl" "\
Remove PATTERN highlight.
\(fn PATTERN)" t)
(autoload 'boon-hl-search "boon-hl" "\
Search for PATTERN up to LIMIT.
Search backward if DIRECTION is non-nil.
\(fn PATTERN &optional DIRECTION LIMIT)")
(autoload 'boon-hl-search-backward "boon-hl" "\
Search for PATTERN up to LIMIT backward.
\(fn PATTERN &optional LIMIT)")
(register-definition-prefixes "boon-hl" '("boon-"))
;;;***
;;;### (autoloads nil "boon-keys" "boon-keys.el" (0 0 0 0))
;;; Generated autoloads from boon-keys.el
(register-definition-prefixes "boon-keys" '("boon-quit-key"))
;;;***
;;;### (autoloads nil "boon-main" "boon-main.el" (0 0 0 0))
;;; Generated autoloads from boon-main.el
(autoload 'boon-set-insert-like-state "boon-main" "\
Switch to special or insert state, depending on mode.
When CHANGES are non-nil, replay those instead.
\(fn &optional CHANGES)" t)
(autoload 'boon-insert "boon-main" "\
Switch to insert state.
When CHANGES are non-nil, replay those instead.
\(fn &optional CHANGES)" t)
(autoload 'boon-repeat-command "boon-main" "\
Repeat the most recent command in the history, COUNT times.
\(fn COUNT)" t)
(autoload 'boon-deactivate-mark "boon-main" "\
Deactivate the mark robustly.")
(autoload 'boon-drop-mark "boon-main" "\
Drop or deactivate the mark." t)
(autoload 'boon-enclose "boon-main" "\
Wrap with the given ENCLOSURE the regions given as REGS.
\(fn ENCLOSURE REGS)" t)
(autoload 'boon-delete-region "boon-main" "\
Delete the region if it is active.")
(autoload 'boon-insert-register "boon-main" "\
Insert register, replacing the region if it is active.")
(autoload 'boon-copy-to-register "boon-main" "\
Copy to register and deactivate mark." t)
(autoload 'boon-splice "boon-main" "\
Yank NUMBER-OF-COPIES times, replacing the region if it is active.
When repeated, fix the spacing if necessary.
\(fn NUMBER-OF-COPIES)" t)
(autoload 'boon-need-space "boon-main" "\
Is it necessary to insert a space here to separate words or expressions?")
(autoload 'boon-fix-a-space "boon-main" "\
Fix the text to have the right amout of spacing at the point.
Return nil if no changes are made, t otherwise." t)
(autoload 'boon-splice-fix-spaces "boon-main" "\
Yank, replacing the region if it is active.
Fix the surroundings so that they become nicely spaced.
Return nil if no changes are made." t)
(autoload 'boon-toggle-character-case "boon-main" "\
Toggle the case of the character at point." t)
(autoload 'boon-toggle-case "boon-main" "\
Toggle the case of the character at point, or cycle the case of the region if it is active." t)
(autoload 'boon-toggle-region-case "boon-main" "\
Cycle regions through 3 capitalizations: UPPER CASE, lower case, Title Case.
Regions are given by REGS.
\(fn REGS)" t)
(autoload 'boon-toggle-mark "boon-main" "\
Toggle region activation." t)
(autoload 'boon-open-line-and-insert "boon-main" "\
Open a new line, indented as much as the current one, and switch to insert mode." t)
(autoload 'boon-open-next-line-and-insert "boon-main" "\
Open the line after the current one." t)
(autoload 'boon-open-line "boon-main" "\
Open the line before the current one." t)
(autoload 'boon-split-line "boon-main" "\
Split the current line." t)
(autoload 'boon-newline-dwim "boon-main" "\
Insert a new line do-what-i-mean style." t)
(autoload 'boon-lay-multiple-cursors "boon-main" "\
Create multiple cursor regions.
This is done by calling PLACE-CURSOR for each element of REGS.
If there is more than one, use mc/create-fake-cursor-at-point.
\(fn PLACE-CURSOR REGS)")
(autoload 'boon-mark-region "boon-main" "\
Mark the regions REGS.
\(fn REGS)" t)
(autoload 'boon-exchange "boon-main" "\
\(fn REGS)" t)
(autoload 'boon-take-region "boon-main" "\
Kill the region given as selector REGS.
\(fn REGS)" t)
(autoload 'boon-treasure-region "boon-main" "\
Copy (kill-ring-save) the regions REGS.
\(fn REGS)" t)
(autoload 'boon-substitute-region "boon-main" "\
Kill the regions REGS, and switch to insertion mode or replay CHANGES.
\(fn REG-SEL &optional CHANGES)" t)
(autoload 'boon-replace-by-character "boon-main" "\
Replace the character at point by the REPLACEMENT character.
Replace the region if it is active.
\(fn REPLACEMENT)" t)
(autoload 'boon-quote-character "boon-main" "\
Execute the command which were bound to the character CHAR if boon was not enabled.
\(fn CHAR)" t)
(autoload 'boon-unhighlight "boon-main" "\
Pop N highlighted patterns, by calling `boon-hl-remove'.
\(fn &optional N)" t)
(autoload 'boon-quit "boon-main" "\
Exit the current modes we're in until no special state is remaining." t)
(autoload 'boon-c-god "boon-main" "\
Input a key sequence, prepending C- to each key (unless such
key is already reserved for minor mode, see
`boon-god-control-swap'), and run the command bound to that
sequence.
\(fn ARG)" t)
(autoload 'boon-adjust-indent "boon-main" "\
Adjust indentation of the region or current line." t)
(autoload 'boon-query-replace "boon-main" "\
Query replace; but if the region is active, replace its contents." t)
(autoload 'boon-toggle-comment "boon-main" "\
Toggle comments in the regions REGS.
\(fn REGS)" t)
(autoload 'boon-narrow "boon-main" "\
Narrow to the first region of REGS.
\(fn REGS)" t)
(register-definition-prefixes "boon-main" '("boon-"))
;;;***
(provide 'boon-loaddefs)
;;;### (autoloads nil "boon-moves" "boon-moves.el" (0 0 0 0))
;;; Generated autoloads from boon-moves.el
(autoload 'boon-find-char-backward "boon-moves" "\
Move the cursor backwards, until finding an occurence of the character CHAR.
\(fn CHAR)" t nil)
(autoload 'boon-find-char-forward "boon-moves" "\
Find the given character (as CHAR), forwards.
\(fn CHAR)" t nil)
(autoload 'boon-edge-of-expression "boon-moves" "\
Jump to the forward or backward (as FORWARD) limit of the current expression.
\(fn FORWARD)" t nil)
(autoload 'boon-end-of-expression "boon-moves" "\
Jump to the end of the current expression." t nil)
(autoload 'boon-beginning-of-expression "boon-moves" "\
Jump to the beginning of the current expression." t nil)
(autoload 'boon-smarter-upward "boon-moves" "\
Move upward, to a line with the same level of indentation or less, COUNT times.
\(fn COUNT)" t nil)
(autoload 'boon-smarter-downward "boon-moves" "\
Move downward, to a line with the same level of indentation or less, COUNT times.
\(fn COUNT)" t nil)
(autoload 'boon-smarter-backward "boon-moves" "\
Move backward, over COUNT whole syntactic units.
\(fn COUNT)" t nil)
(autoload 'boon-smarter-forward "boon-moves" "\
Move forward, over COUNT whole syntactic units.
\(fn COUNT)" t nil)
(autoload 'boon-visible-beginning-of-line "boon-moves" "\
Move point leftwards to the first visible beginning of line." t nil)
(autoload 'boon-beginning-of-line "boon-moves" "\
Move point to the first non-whitespace character on this line.
If point was already at that position, move point to beginning of
line." t nil)
(autoload 'boon-end-of-line "boon-moves" "\
Intelligently jump to the end of line.
This function toggles between jumping to 1. the last character of code on the
line 2. the last non-blank char on the line 3. the true end of
line." t nil)
(autoload 'boon-switch-mark "boon-moves" "\
If mark active, switch point and mark, otherwise pop mark from mark ring." t nil)
(autoload 'boon-switch-mark-quick "boon-moves" "\
Pop the mark ring until we find ourselves on a different line." t nil)
;;;***
;;;### (autoloads nil "boon-powerline" "boon-powerline.el" (0 0 0
;;;;;; 0))
;;; Generated autoloads from boon-powerline.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "boon-powerline" '("boon-")))
;;;***
;;;### (autoloads nil "boon-regs" "boon-regs.el" (0 0 0 0))
;;; Generated autoloads from boon-regs.el
(register-definition-prefixes "boon-regs" '("boon-"))
;;;***
;;;### (autoloads nil "boon-search" "boon-search.el" (0 0 0 0))
;;; Generated autoloads from boon-search.el
(autoload 'boon-qsearch-next "boon-search" "\
Search the next occurence of the current search regexp." t)
(autoload 'boon-qsearch-previous "boon-search" "\
Search the previous occurence of the current search regexp." t)
(autoload 'boon-qsearch-next-at-point "boon-search" "\
Search the next occurence of the current string at point and select the match." t)
(autoload 'boon-qsearch-previous-at-point "boon-search" "\
Search the previous occurence of the current string at point and select the match." t)
(autoload 'boon-navigate "boon-search" "\
Go to the next item of interest, FORWARD or backwards.
\(fn FORWARD)")
(autoload 'boon-navigate-forward "boon-search" "\
Go to the next item of interest." t)
(autoload 'boon-navigate-backward "boon-search" "\
Go to the next item of interest." t)
(autoload 'boon-search-char-forward "boon-search" "\
\(fn COUNT CHAR)" t)
(autoload 'boon-search-char-backward "boon-search" "\
\(fn COUNT CHAR)" t)
(register-definition-prefixes "boon-search" '("boon-"))
;;;***
;;;### (autoloads nil "boon-tutorial" "boon-tutorial.el" (0 0 0 0))
;;; Generated autoloads from boon-tutorial.el
(autoload 'boon-keymap-rev-look "boon-tutorial" "\
Return an event yielding SUB from the keymap MAP.
\(fn SUB MAP)")
(autoload 'boon-gen-key "boon-tutorial" "\
Generate a suitable tutorial string to refer to command KEY.
\(fn KEY)" t)
(autoload 'boon-gen-sel-key "boon-tutorial" "\
Generate a suitable tutorial string to refer to selection KEY.
\(fn KEY)" t)
(autoload 'boon-tutorial "boon-tutorial" "\
Open a buffer with boon tutorial." t)
(register-definition-prefixes "boon-tutorial" '("boon-"))
;;;***
;;;### (autoloads nil "boon-utils" "boon-utils.el" (0 0 0 0))
;;; Generated autoloads from boon-utils.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "boon-utils" '("boon-")))
;;;***
;;;### (autoloads nil nil ("boon-colemak-hnei.el" "boon-colemak.el"
;;;;;; "boon-dvorak.el" "boon-emacs.el" "boon-pkg.el" "boon-qwerty-hjkl.el"
;;;;;; "boon-qwerty.el" "boon-qwertz.el" "boon-spaceline.el" "boon-test.el"
;;;;;; "boon-workman.el" "boon.el") (0 0 0 0))
;;;***
;; Local Variables:
;; no-update-autoloads: t
;; End:
;;; boon-loaddefs.el ends here