File: calc-loaddefs.el

package info (click to toggle)
emacs23 23.4%2B1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 104,780 kB
  • sloc: lisp: 996,499; ansic: 249,051; objc: 10,008; makefile: 4,213; sh: 2,210; perl: 1,365; cs: 772; cpp: 490; awk: 465; python: 331; xml: 44; java: 27; csh: 8; sed: 4
file content (463 lines) | stat: -rw-r--r-- 11,122 bytes parent folder | download | duplicates (2)
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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
;;; calc-loaddefs.el --- automatically extracted autoloads
;;
;;; Code:


;;;### (autoloads (math-read-if math-remove-dashes calc-match-user-syntax
;;;;;;  calc-check-user-syntax math-read-token math-find-user-tokens
;;;;;;  math-build-parse-table math-read-expr-list math-read-exprs
;;;;;;  math-read-preprocess-string calcDigit-edit calcDigit-algebraic
;;;;;;  calc-alg-digit-entry calc-do-alg-entry calc-alg-entry calc-algebraic-entry
;;;;;;  calc-auto-algebraic-entry calc-do-calc-eval calc-do-quick-calc)
;;;;;;  "calc-aent" "calc-aent.el" "fb0f4776cfb7ea4ec58d40fe149138cc")
;;; Generated autoloads from calc-aent.el

(autoload 'calc-do-quick-calc "calc-aent" "\
Not documented

\(fn)" nil nil)

(autoload 'calc-do-calc-eval "calc-aent" "\
Not documented

\(fn STR SEPARATOR ARGS)" nil nil)

(autoload 'calc-auto-algebraic-entry "calc-aent" "\
Not documented

\(fn &optional PREFIX)" t nil)

(autoload 'calc-algebraic-entry "calc-aent" "\
Not documented

\(fn &optional PREFIX AUTO)" t nil)

(autoload 'calc-alg-entry "calc-aent" "\
Not documented

\(fn &optional INITIAL PROMPT)" nil nil)

(autoload 'calc-do-alg-entry "calc-aent" "\
Not documented

\(fn &optional INITIAL PROMPT NO-NORMALIZE HISTORY)" nil nil)

(autoload 'calc-alg-digit-entry "calc-aent" "\
Not documented

\(fn)" nil nil)

(autoload 'calcDigit-algebraic "calc-aent" "\
Not documented

\(fn)" t nil)

(autoload 'calcDigit-edit "calc-aent" "\
Not documented

\(fn)" t nil)

(autoload 'math-read-preprocess-string "calc-aent" "\
Replace some substrings of STR by Calc equivalents.

\(fn STR)" nil nil)

(autoload 'math-read-exprs "calc-aent" "\
Not documented

\(fn MATH-EXP-STR)" nil nil)

(autoload 'math-read-expr-list "calc-aent" "\
Not documented

\(fn)" nil nil)

(autoload 'math-build-parse-table "calc-aent" "\
Not documented

\(fn)" nil nil)

(autoload 'math-find-user-tokens "calc-aent" "\
Not documented

\(fn P)" nil nil)

(autoload 'math-read-token "calc-aent" "\
Not documented

\(fn)" nil nil)

(autoload 'calc-check-user-syntax "calc-aent" "\
Not documented

\(fn &optional X PREC)" nil nil)

(autoload 'calc-match-user-syntax "calc-aent" "\
Not documented

\(fn P &optional TERM)" nil nil)

(autoload 'math-remove-dashes "calc-aent" "\
Not documented

\(fn X)" nil nil)

(autoload 'math-read-if "calc-aent" "\
Not documented

\(fn COND OP)" nil nil)

;;;***

;;;### (autoloads (calc-do-embedded-activate) "calc-embed" "calc-embed.el"
;;;;;;  "9c66a87f37a0f55953a085a7fe833556")
;;; Generated autoloads from calc-embed.el

(autoload 'calc-do-embedded-activate "calc-embed" "\
Not documented

\(fn CALC-EMBED-ARG CBUF)" nil nil)

;;;***

;;;### (autoloads (report-calc-bug math-read-radix-digit math-ipow
;;;;;;  math-pow math-mod math-do-working calcFunc-inv math-imod
;;;;;;  math-floor math-trunc math-reject-arg math-div2-bignum math-div2
;;;;;;  math-evenp math-posp math-looks-negp math-negp math-zerop
;;;;;;  math-concat calc-temp-minibuffer-message calcDigit-letter
;;;;;;  calc-shift-Y-prefix-help calc-missing-key calc-num-prefix-name
;;;;;;  calc-transpose-lines calc-roll-up calc-roll-down calc-pop-above
;;;;;;  calc-over calc-percent calc-inv calc-mod calc-power calc-last-args-stub
;;;;;;  calc-record-list calc-do-refresh calc-roll-up-stack calc-roll-down-stack
;;;;;;  math-constp calc-record-why calc-do-handle-whys calc-help
;;;;;;  calc-info-summary calc-tutorial calc-info-goto-node calc-info
;;;;;;  another-calc calc-other-window calc-big-or-small calc-dispatch-help)
;;;;;;  "calc-misc" "calc-misc.el" "054000fb424cdcea1f935453d29fe9ee")
;;; Generated autoloads from calc-misc.el

(autoload 'calc-dispatch-help "calc-misc" "\
C-x* is a prefix key sequence; follow it with one of these letters:

For turning Calc on and off:
  C  calc.  Start the Calculator in a window at the bottom of the screen.
  O  calc-other-window.  Start the Calculator but don't select its window.
  B  calc-big-or-small.  Control whether to use the full Emacs screen for Calc.
  Q  quick-calc.  Use the Calculator in the minibuffer.
  K  calc-keypad.  Start the Calculator in keypad mode (X window system only).
  E  calc-embedded.  Use the Calculator on a formula in this editing buffer.
  J  calc-embedded-select.  Like E, but select appropriate half of => or :=.
  W  calc-embedded-word.  Like E, but activate a single word, i.e., a number.
  Z  calc-user-invocation.  Invoke Calc in the way you defined with `Z I' cmd.
  X  calc-quit.  Turn Calc off.

For moving data into and out of Calc:
  G  calc-grab-region.  Grab the region defined by mark and point into Calc.
  R  calc-grab-rectangle.  Grab the rectangle defined by mark, point into Calc.
  :  calc-grab-sum-down.  Grab a rectangle and sum the columns.
  _  calc-grab-sum-across.  Grab a rectangle and sum the rows.
  Y  calc-copy-to-buffer.  Copy a value from the stack into the editing buffer.

For use with Embedded mode:
  A  calc-embedded-activate.  Find and activate all :='s and =>'s in buffer.
  D  calc-embedded-duplicate.  Make a copy of this formula and select it.
  F  calc-embedded-new-formula.  Insert a new formula at current point.
  N  calc-embedded-next.  Advance cursor to next known formula in buffer.
  P  calc-embedded-previous.  Advance cursor to previous known formula.
  U  calc-embedded-update-formula.  Re-evaluate formula at point.
  `  calc-embedded-edit.  Use calc-edit to edit formula at point.

Documentation:
  I  calc-info.  Read the Calculator manual in the Emacs Info system.
  T  calc-tutorial.  Run the Calculator Tutorial using the Emacs Info system.
  S  calc-summary.  Read the Summary from the Calculator manual in Info.

Miscellaneous:
  L  calc-load-everything.  Load all parts of the Calculator into memory.
  M  read-kbd-macro.  Read a region of keystroke names as a keyboard macro.
  0  (zero) calc-reset.  Reset Calc stack and modes to default state.

Press `*' twice (`C-x * *') to turn Calc on or off using the same
Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).

\(fn ARG)" t nil)

(autoload 'calc-big-or-small "calc-misc" "\
Toggle Calc between full-screen and regular mode.

\(fn ARG)" t nil)

(autoload 'calc-other-window "calc-misc" "\
Invoke the Calculator in another window.

\(fn &optional INTERACTIVE)" t nil)

(autoload 'another-calc "calc-misc" "\
Create another, independent Calculator buffer.

\(fn)" t nil)

(autoload 'calc-info "calc-misc" "\
Run the Emacs Info system on the Calculator documentation.

\(fn)" t nil)

(autoload 'calc-info-goto-node "calc-misc" "\
Go to a node in the Calculator info documentation.

\(fn NODE)" t nil)

(autoload 'calc-tutorial "calc-misc" "\
Run the Emacs Info system on the Calculator Tutorial.

\(fn)" t nil)

(autoload 'calc-info-summary "calc-misc" "\
Run the Emacs Info system on the Calculator Summary.

\(fn)" t nil)

(autoload 'calc-help "calc-misc" "\
Not documented

\(fn)" t nil)

(autoload 'calc-do-handle-whys "calc-misc" "\
Not documented

\(fn)" nil nil)

(autoload 'calc-record-why "calc-misc" "\
Not documented

\(fn &rest STUFF)" nil nil)

(autoload 'math-constp "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'calc-roll-down-stack "calc-misc" "\
Not documented

\(fn N &optional M)" nil nil)

(autoload 'calc-roll-up-stack "calc-misc" "\
Not documented

\(fn N &optional M)" nil nil)

(autoload 'calc-do-refresh "calc-misc" "\
Not documented

\(fn)" nil nil)

(autoload 'calc-record-list "calc-misc" "\
Not documented

\(fn VALS &optional PREFIX)" nil nil)

(autoload 'calc-last-args-stub "calc-misc" "\
Not documented

\(fn ARG)" t nil)

(autoload 'calc-power "calc-misc" "\
Not documented

\(fn ARG)" t nil)

(autoload 'calc-mod "calc-misc" "\
Not documented

\(fn ARG)" t nil)

(autoload 'calc-inv "calc-misc" "\
Not documented

\(fn ARG)" t nil)

(autoload 'calc-percent "calc-misc" "\
Not documented

\(fn)" t nil)

(autoload 'calc-over "calc-misc" "\
Not documented

\(fn N)" t nil)

(autoload 'calc-pop-above "calc-misc" "\
Not documented

\(fn N)" t nil)

(autoload 'calc-roll-down "calc-misc" "\
Not documented

\(fn N)" t nil)

(autoload 'calc-roll-up "calc-misc" "\
Not documented

\(fn N)" t nil)

(autoload 'calc-transpose-lines "calc-misc" "\
Transpose previous line and current line.
With argument ARG, move previous line past ARG lines.
With argument 0, switch line point is in with line mark is in.

\(fn &optional ARG)" t nil)

(autoload 'calc-num-prefix-name "calc-misc" "\
Not documented

\(fn N)" nil nil)

(autoload 'calc-missing-key "calc-misc" "\
This is a placeholder for a command which needs to be loaded from calc-ext.
When this key is used, calc-ext (the Calculator extensions module) will be
loaded and the keystroke automatically re-typed.

\(fn N)" t nil)

(autoload 'calc-shift-Y-prefix-help "calc-misc" "\
Not documented

\(fn)" t nil)

(autoload 'calcDigit-letter "calc-misc" "\
Not documented

\(fn)" t nil)

(autoload 'calc-temp-minibuffer-message "calc-misc" "\
Not documented

\(fn M)" nil nil)

(autoload 'math-concat "calc-misc" "\
Not documented

\(fn V1 V2)" nil nil)

(autoload 'math-zerop "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'math-negp "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'math-looks-negp "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'math-posp "calc-misc" "\
Not documented

\(fn A)" nil nil)

(defalias 'math-fixnump 'integerp)

(defalias 'math-fixnatnump 'natnump)

(autoload 'math-evenp "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'math-div2 "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'math-div2-bignum "calc-misc" "\
Not documented

\(fn A)" nil nil)

(autoload 'math-reject-arg "calc-misc" "\
Not documented

\(fn &optional A P OPTION)" nil nil)

(autoload 'math-trunc "calc-misc" "\
Not documented

\(fn A &optional MATH-TRUNC-PREC)" nil nil)

(defalias 'calcFunc-trunc 'math-trunc)

(autoload 'math-floor "calc-misc" "\
Not documented

\(fn A &optional MATH-FLOOR-PREC)" nil nil)

(defalias 'calcFunc-floor 'math-floor)

(autoload 'math-imod "calc-misc" "\
Not documented

\(fn A B)" nil nil)

(autoload 'calcFunc-inv "calc-misc" "\
Not documented

\(fn M)" nil nil)

(autoload 'math-do-working "calc-misc" "\
Not documented

\(fn MSG ARG)" nil nil)

(autoload 'math-mod "calc-misc" "\
Not documented

\(fn A B)" nil nil)

(autoload 'math-pow "calc-misc" "\
Not documented

\(fn A B)" nil nil)

(autoload 'math-ipow "calc-misc" "\
Not documented

\(fn A N)" nil nil)

(autoload 'math-read-radix-digit "calc-misc" "\
Not documented

\(fn DIG)" nil nil)

(autoload 'report-calc-bug "calc-misc" "\
Report a bug in Calc, the GNU Emacs calculator.
Prompts for bug subject.  Leaves you in a mail buffer.

\(fn)" t nil)

(defalias 'calc-report-bug 'report-calc-bug)

;;;***

;;;### (autoloads (calc-yank) "calc-yank" "calc-yank.el" "7e3d1b98556086e7a08231afd44f4c12")
;;; Generated autoloads from calc-yank.el

(autoload 'calc-yank "calc-yank" "\
Not documented

\(fn)" t nil)

;;;***

(provide 'calc-loaddefs)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; calc-loaddefs.el ends here