diff options
| author | Paul Eggert | 2011-08-02 22:05:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-02 22:05:38 -0700 |
| commit | 9a70f03d70e44db2ec9c6d2952cb8a1deae15000 (patch) | |
| tree | c0efd5c0a208640c0a883f4566df1b40caa3aaad /lisp | |
| parent | 29c8a348c5c9f326af54a3d30f69cde98fe300bb (diff) | |
| download | emacs-9a70f03d70e44db2ec9c6d2952cb8a1deae15000.tar.gz emacs-9a70f03d70e44db2ec9c6d2952cb8a1deae15000.zip | |
Merge from trunk.
Diffstat (limited to 'lisp')
35 files changed, 748 insertions, 517 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b92eab8579..6a4d4b9cc9c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,70 @@ | |||
| 1 | 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for | ||
| 4 | "in" (bug#9190). | ||
| 5 | |||
| 6 | 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 7 | |||
| 8 | * mail/sendmail.el (sendmail-query-once): Restore the current | ||
| 9 | buffer after querying (bug#9074). | ||
| 10 | |||
| 11 | * dired.el (dired-flagged): Use different faces for marked and | ||
| 12 | flagged files (bug#6117). | ||
| 13 | |||
| 14 | * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block | ||
| 15 | (bug#4433). | ||
| 16 | |||
| 17 | * ido.el (ido-mode): Switch off the message if called | ||
| 18 | non-interactively. | ||
| 19 | |||
| 20 | * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25 | ||
| 21 | before 587, since it appears that that's more likely to work for | ||
| 22 | more people. | ||
| 23 | |||
| 24 | * cus-edit.el (custom-file): When running under emacs -q, always | ||
| 25 | refuse to save the customisations, even if the .emacs file doesn't | ||
| 26 | exist. | ||
| 27 | |||
| 28 | * info.el: Remove the `Info-beginning-of-buffer' function | ||
| 29 | (bug#8325). | ||
| 30 | |||
| 31 | * net/network-stream.el (network-stream-open-starttls): | ||
| 32 | Use `starttls-available-p' to see whether starttls.el can be used. | ||
| 33 | |||
| 34 | 2011-08-01 Martin Rudalics <rudalics@gmx.at> | ||
| 35 | |||
| 36 | * window.el (display-buffer-in-window): Don't set dedicated status | ||
| 37 | of window here (Bug#9215). | ||
| 38 | (display-buffer-pop-up-window, display-buffer-pop-up-frame) | ||
| 39 | (display-buffer-pop-up-side-window) | ||
| 40 | (display-buffer-in-side-window): Set dedicated status of window here. | ||
| 41 | |||
| 42 | 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 43 | |||
| 44 | * emacs-lisp/package.el (package-generate-autoloads): Load autoloads | ||
| 45 | before binding generated-autoload-file. | ||
| 46 | |||
| 47 | 2011-08-01 Deniz Dogan <deniz@dogan.se> | ||
| 48 | |||
| 49 | * net/rcirc.el (rcirc-handler-333): Clarify docstring. | ||
| 50 | |||
| 51 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 52 | |||
| 53 | Sync with Tramp 2.2.2. | ||
| 54 | |||
| 55 | * net/trampver.el: Update release number. | ||
| 56 | |||
| 57 | 2011-07-30 Juri Linkov <juri@jurta.org> | ||
| 58 | |||
| 59 | * dired-aux.el (dired-touch-initial): Remove function. | ||
| 60 | (dired-do-chxxx): For op-symbol `touch', set `initial' to the | ||
| 61 | current time, and `default' to the last modification time of the | ||
| 62 | current marked file (bug#6887). | ||
| 63 | |||
| 1 | 2011-07-28 Jose E. Marchesi <jemarch@gnu.org> | 64 | 2011-07-28 Jose E. Marchesi <jemarch@gnu.org> |
| 2 | 65 | ||
| 3 | * simple.el (goto-line): Use string-to-number to provide a | 66 | * simple.el (goto-line): Use string-to-number to provide a |
| 4 | numeric argument to read-number. | 67 | numeric argument to read-number (bug#9163). |
| 5 | 68 | ||
| 6 | 2011-07-27 Michael Albinus <michael.albinus@gmx.de> | 69 | 2011-07-27 Michael Albinus <michael.albinus@gmx.de> |
| 7 | 70 | ||
| @@ -28,8 +91,8 @@ | |||
| 28 | QT keyword "more" to prevent "more slots: ...." being spuriously | 91 | QT keyword "more" to prevent "more slots: ...." being spuriously |
| 29 | parsed as a bitfield declaraion. | 92 | parsed as a bitfield declaraion. |
| 30 | 93 | ||
| 31 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor | 94 | * progmodes/cc-engine.el (c-beginning-of-statement-1): |
| 32 | and enhance to handle bitfield declarations. | 95 | Refactor and enhance to handle bitfield declarations. |
| 33 | (c-punctuation-in): New function. | 96 | (c-punctuation-in): New function. |
| 34 | (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield | 97 | (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield |
| 35 | declarations properly. | 98 | declarations properly. |
| @@ -38,7 +101,7 @@ | |||
| 38 | 101 | ||
| 39 | * calendar/icalendar.el (icalendar--all-events): Take care of | 102 | * calendar/icalendar.el (icalendar--all-events): Take care of |
| 40 | multiple vcalendars in a single file. | 103 | multiple vcalendars in a single file. |
| 41 | (icalendar--convert-float-to-ical): checkdoc fixes. | 104 | (icalendar--convert-float-to-ical): Checkdoc fixes. |
| 42 | 105 | ||
| 43 | 2011-07-25 Deniz Dogan <deniz@dogan.se> | 106 | 2011-07-25 Deniz Dogan <deniz@dogan.se> |
| 44 | 107 | ||
| @@ -72,8 +135,7 @@ | |||
| 72 | (display-buffer-pop-up-side-window) | 135 | (display-buffer-pop-up-side-window) |
| 73 | (display-buffer-in-side-window): Call display-buffer-set-height | 136 | (display-buffer-in-side-window): Call display-buffer-set-height |
| 74 | and display-buffer-set-width after setting the new window's | 137 | and display-buffer-set-width after setting the new window's |
| 75 | buffer so `fit-window-to-buffer' and friends work on the right | 138 | buffer so `fit-window-to-buffer' and friends work on the right buffer. |
| 76 | buffer. | ||
| 77 | 139 | ||
| 78 | 2011-07-20 Sam Steingold <sds@gnu.org> | 140 | 2011-07-20 Sam Steingold <sds@gnu.org> |
| 79 | 141 | ||
| @@ -105,8 +167,8 @@ | |||
| 105 | 2011-07-19 Martin Rudalics <rudalics@gmx.at> | 167 | 2011-07-19 Martin Rudalics <rudalics@gmx.at> |
| 106 | 168 | ||
| 107 | * window.el (display-buffer-alist-of-strings-p) | 169 | * window.el (display-buffer-alist-of-strings-p) |
| 108 | (display-buffer-alist-set-1, display-buffer-alist-set-2): New | 170 | (display-buffer-alist-set-1, display-buffer-alist-set-2): |
| 109 | functions. | 171 | New functions. |
| 110 | (display-buffer-alist-set): Rewrite to handle Emacs 23 options | 172 | (display-buffer-alist-set): Rewrite to handle Emacs 23 options |
| 111 | more accurately. | 173 | more accurately. |
| 112 | 174 | ||
| @@ -117,8 +179,8 @@ | |||
| 117 | 179 | ||
| 118 | * progmodes/cc-langs.el (c-symbol-chars): Correct a typo. | 180 | * progmodes/cc-langs.el (c-symbol-chars): Correct a typo. |
| 119 | 181 | ||
| 120 | * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New | 182 | * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): |
| 121 | function. | 183 | New function. |
| 122 | (c-complex-decl-matchers): Insert reference to | 184 | (c-complex-decl-matchers): Insert reference to |
| 123 | c-font-lock-enclosing-decls. | 185 | c-font-lock-enclosing-decls. |
| 124 | 186 | ||
| @@ -137,7 +199,7 @@ | |||
| 137 | 199 | ||
| 138 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 200 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 139 | 201 | ||
| 140 | * net/gnutls.el (gnutls-log-level): Removed. | 202 | * net/gnutls.el (gnutls-log-level): Remove. |
| 141 | 203 | ||
| 142 | * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an | 204 | * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an |
| 143 | indentation character (bug#6380). | 205 | indentation character (bug#6380). |
| @@ -159,11 +221,10 @@ | |||
| 159 | 221 | ||
| 160 | 2011-07-16 Martin Rudalics <rudalics@gmx.at> | 222 | 2011-07-16 Martin Rudalics <rudalics@gmx.at> |
| 161 | 223 | ||
| 162 | * frame.el (select-frame-set-input-focus): New argument | 224 | * frame.el (select-frame-set-input-focus): New argument NORECORD. |
| 163 | NORECORD. | ||
| 164 | * window.el (pop-to-buffer): Select window used even if it was | 225 | * window.el (pop-to-buffer): Select window used even if it was |
| 165 | selected before, see discussion of (Bug#8615), (Bug#6954). Pass | 226 | selected before, see discussion of (Bug#8615), (Bug#6954). |
| 166 | argument NORECORD on to select-frame-set-input-focus. | 227 | Pass argument NORECORD on to select-frame-set-input-focus. |
| 167 | 228 | ||
| 168 | 2011-07-15 Glenn Morris <rgm@gnu.org> | 229 | 2011-07-15 Glenn Morris <rgm@gnu.org> |
| 169 | 230 | ||
| @@ -177,8 +238,8 @@ | |||
| 177 | 238 | ||
| 178 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 239 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 179 | 240 | ||
| 180 | * net/gnutls.el (gnutls-negotiate): Upcase | 241 | * net/gnutls.el (gnutls-negotiate): |
| 181 | `gnutls-algorithm-priority'. | 242 | Upcase `gnutls-algorithm-priority'. |
| 182 | 243 | ||
| 183 | 2011-07-15 Glenn Morris <rgm@gnu.org> | 244 | 2011-07-15 Glenn Morris <rgm@gnu.org> |
| 184 | 245 | ||
| @@ -259,9 +320,9 @@ | |||
| 259 | * printing.el (pr-toggle-region): Clarify the documentation | 320 | * printing.el (pr-toggle-region): Clarify the documentation |
| 260 | slightly (bug#7493). | 321 | slightly (bug#7493). |
| 261 | 322 | ||
| 262 | * time.el (display-time-update): Allow | 323 | * time.el (display-time-update): |
| 263 | `display-time-mail-function' to return nil (bug#7158). Fix | 324 | Allow `display-time-mail-function' to return nil (bug#7158). |
| 264 | suggested by Detlev Zundel. | 325 | Fix suggested by Detlev Zundel. |
| 265 | 326 | ||
| 266 | * vc/diff.el (diff): Clarify the order the file names are read | 327 | * vc/diff.el (diff): Clarify the order the file names are read |
| 267 | (bug#7111). | 328 | (bug#7111). |
| @@ -277,8 +338,8 @@ | |||
| 277 | 338 | ||
| 278 | 2011-07-14 Martin Rudalics <rudalics@gmx.at> | 339 | 2011-07-14 Martin Rudalics <rudalics@gmx.at> |
| 279 | 340 | ||
| 280 | * window.el (display-buffer-normalize-special): Replace | 341 | * window.el (display-buffer-normalize-special): |
| 281 | `dedicated' by `dedicate' to dedicate window (Bug#9072). | 342 | Replace `dedicated' by `dedicate' to dedicate window (Bug#9072). |
| 282 | 343 | ||
| 283 | 2011-07-14 Eli Zaretskii <eliz@gnu.org> | 344 | 2011-07-14 Eli Zaretskii <eliz@gnu.org> |
| 284 | 345 | ||
| @@ -299,7 +360,7 @@ | |||
| 299 | switch-to-buffer. | 360 | switch-to-buffer. |
| 300 | 361 | ||
| 301 | * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): | 362 | * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): |
| 302 | Deleted. | 363 | Delete. |
| 303 | 364 | ||
| 304 | 2011-07-14 Juanma Barranquero <lekktu@gmail.com> | 365 | 2011-07-14 Juanma Barranquero <lekktu@gmail.com> |
| 305 | 366 | ||
| @@ -317,8 +378,8 @@ | |||
| 317 | 378 | ||
| 318 | 2011-07-13 Chong Yidong <cyd@stupidchicken.com> | 379 | 2011-07-13 Chong Yidong <cyd@stupidchicken.com> |
| 319 | 380 | ||
| 320 | * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. Use | 381 | * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. |
| 321 | pop-to-buffer buffer-or-name if it is nil. | 382 | Use pop-to-buffer buffer-or-name if it is nil. |
| 322 | 383 | ||
| 323 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): | 384 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): |
| 324 | Remove switch-to-buffer. | 385 | Remove switch-to-buffer. |
| @@ -343,8 +404,8 @@ | |||
| 343 | 404 | ||
| 344 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 405 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 345 | 406 | ||
| 346 | * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite | 407 | * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): |
| 347 | to avoid awkward possessive "s" (bug#5986). | 408 | Rewrite to avoid awkward possessive "s" (bug#5986). |
| 348 | 409 | ||
| 349 | 2011-07-13 Glenn Morris <rgm@gnu.org> | 410 | 2011-07-13 Glenn Morris <rgm@gnu.org> |
| 350 | 411 | ||
| @@ -438,15 +499,15 @@ | |||
| 438 | 499 | ||
| 439 | 2011-07-12 Roland Winkler <winkler@gnu.org> | 500 | 2011-07-12 Roland Winkler <winkler@gnu.org> |
| 440 | 501 | ||
| 441 | * textmodes/bibtex.el (bibtex-initialize): Use | 502 | * textmodes/bibtex.el (bibtex-initialize): |
| 442 | pop-to-buffer-same-window. | 503 | Use pop-to-buffer-same-window. |
| 443 | (bibtex-search-entries): Fix interactive call. | 504 | (bibtex-search-entries): Fix interactive call. |
| 444 | 505 | ||
| 445 | 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | 506 | 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 446 | 507 | ||
| 447 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | 508 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 448 | Fontise bytecomp Error lines more correctly (bug#2490). Fix | 509 | Fontise bytecomp Error lines more correctly (bug#2490). |
| 449 | suggested by Johan Bockgård. | 510 | Fix suggested by Johan Bockgård. |
| 450 | 511 | ||
| 451 | * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient. | 512 | * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient. |
| 452 | 513 | ||
| @@ -459,8 +520,8 @@ | |||
| 459 | 520 | ||
| 460 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 521 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 461 | 522 | ||
| 462 | * mail/sendmail.el (sendmail-query-once): Use | 523 | * mail/sendmail.el (sendmail-query-once): |
| 463 | `customize-save-variable' unconditionally, now that it works under | 524 | Use `customize-save-variable' unconditionally, now that it works under |
| 464 | emacs -Q. | 525 | emacs -Q. |
| 465 | 526 | ||
| 466 | * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. | 527 | * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. |
| @@ -525,16 +586,15 @@ | |||
| 525 | 586 | ||
| 526 | 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change) | 587 | 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change) |
| 527 | 588 | ||
| 528 | * emulation/viper-cmd.el (viper-change-state-to-vi): Limit | 589 | * emulation/viper-cmd.el (viper-change-state-to-vi): |
| 529 | triggering of abbrev expansion (Bug#9038). | 590 | Limit triggering of abbrev expansion (Bug#9038). |
| 530 | 591 | ||
| 531 | 2011-07-09 Martin Rudalics <rudalics@gmx.at> | 592 | 2011-07-09 Martin Rudalics <rudalics@gmx.at> |
| 532 | 593 | ||
| 533 | * window.el (display-buffer-default-specifiers): Remove. | 594 | * window.el (display-buffer-default-specifiers): Remove. |
| 534 | (display-buffer-macro-specifiers): Remove default specifiers. | 595 | (display-buffer-macro-specifiers): Remove default specifiers. |
| 535 | (display-buffer-alist): Default to nil. | 596 | (display-buffer-alist): Default to nil. |
| 536 | (display-buffer-reuse-window): New optional argument | 597 | (display-buffer-reuse-window): New optional argument other-window. |
| 537 | other-window. | ||
| 538 | (display-buffer-pop-up-window): Allow splitting internal | 598 | (display-buffer-pop-up-window): Allow splitting internal |
| 539 | windows. Check whether a live window was created. | 599 | windows. Check whether a live window was created. |
| 540 | (display-buffer-other-window-means-other-frame) | 600 | (display-buffer-other-window-means-other-frame) |
| @@ -549,11 +609,10 @@ | |||
| 549 | (display-buffer): Process other-window specifier and call | 609 | (display-buffer): Process other-window specifier and call |
| 550 | display-buffer-reuse-window with it. Emulate Emacs 23 behavior | 610 | display-buffer-reuse-window with it. Emulate Emacs 23 behavior |
| 551 | more faithfully. | 611 | more faithfully. |
| 552 | (pop-up-windows, even-window-heights): Restore Emacs 23 default | 612 | (pop-up-windows, even-window-heights): Restore Emacs 23 default values. |
| 553 | values. | ||
| 554 | (display-buffer-alist-set): Don't handle 'unset default values. | 613 | (display-buffer-alist-set): Don't handle 'unset default values. |
| 555 | (display-buffer-in-window, display-buffer-alist-set): Replace | 614 | (display-buffer-in-window, display-buffer-alist-set): |
| 556 | symbol "dedicated" by "dedicate". Reported by Tassilo Horn | 615 | Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn |
| 557 | <tassilo@member.fsf.org>. | 616 | <tassilo@member.fsf.org>. |
| 558 | 617 | ||
| 559 | 2011-07-09 Leo Liu <sdl.web@gmail.com> | 618 | 2011-07-09 Leo Liu <sdl.web@gmail.com> |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 60d7690a3c8..093e592c475 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * semantic/grammar.el (semantic-grammar-insert-defanalyzers): Fix | ||
| 4 | require. | ||
| 5 | |||
| 1 | 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change) | 6 | 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change) |
| 2 | 7 | ||
| 3 | * semantic/db.el (semanticdb-file-table-object): Don't bug out on | 8 | * semantic/db.el (semanticdb-file-table-object): Don't bug out on |
diff --git a/lisp/cedet/semantic/bovine/c-by.el b/lisp/cedet/semantic/bovine/c-by.el index 8e1fe8d3617..31489a4f625 100644 --- a/lisp/cedet/semantic/bovine/c-by.el +++ b/lisp/cedet/semantic/bovine/c-by.el | |||
| @@ -19,8 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | ;;; Commentary: | 20 | ;;; Commentary: |
| 21 | ;; | 21 | ;; |
| 22 | ;; This file was generated from the grammar file semantic/bovine/c.by | 22 | ;; This file was generated from etc/grammars/c.by. |
| 23 | ;; in the CEDET repository. | ||
| 24 | 23 | ||
| 25 | ;;; Code: | 24 | ;;; Code: |
| 26 | 25 | ||
diff --git a/lisp/cedet/semantic/bovine/make-by.el b/lisp/cedet/semantic/bovine/make-by.el index 3cc4e5b23a3..41da728d537 100644 --- a/lisp/cedet/semantic/bovine/make-by.el +++ b/lisp/cedet/semantic/bovine/make-by.el | |||
| @@ -19,8 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | ;;; Commentary: | 20 | ;;; Commentary: |
| 21 | ;; | 21 | ;; |
| 22 | ;; This file was generated from the grammar file | 22 | ;; This file was generated from etc/grammars/make.by. |
| 23 | ;; semantic/bovine/make.by in the CEDET repository. | ||
| 24 | 23 | ||
| 25 | ;;; Code: | 24 | ;;; Code: |
| 26 | 25 | ||
diff --git a/lisp/cedet/semantic/bovine/scm-by.el b/lisp/cedet/semantic/bovine/scm-by.el index 87efe747a4c..8dd170384bc 100644 --- a/lisp/cedet/semantic/bovine/scm-by.el +++ b/lisp/cedet/semantic/bovine/scm-by.el | |||
| @@ -19,8 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | ;;; Commentary: | 20 | ;;; Commentary: |
| 21 | ;; | 21 | ;; |
| 22 | ;; This file was generated from the grammar file | 22 | ;; This file was generated from etc/grammars/scm.by. |
| 23 | ;; semantic/bovine/scm.by in the CEDET repository. | ||
| 24 | 23 | ||
| 25 | ;;; Code: | 24 | ;;; Code: |
| 26 | 25 | ||
diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el index 270668e2959..1d1184e534f 100644 --- a/lisp/cedet/semantic/grammar.el +++ b/lisp/cedet/semantic/grammar.el | |||
| @@ -801,7 +801,7 @@ Block definitions are read from the current table of lexical types." | |||
| 801 | (with-current-buffer semantic--grammar-input-buffer | 801 | (with-current-buffer semantic--grammar-input-buffer |
| 802 | (setq tokens (semantic-grammar-tokens) | 802 | (setq tokens (semantic-grammar-tokens) |
| 803 | props (semantic-grammar-token-properties tokens))) | 803 | props (semantic-grammar-token-properties tokens))) |
| 804 | (insert "(require 'semantic-lex)\n\n") | 804 | (insert "(require 'semantic/lex)\n\n") |
| 805 | (let ((semantic-lex-types-obarray | 805 | (let ((semantic-lex-types-obarray |
| 806 | (semantic-lex-make-type-table tokens props)) | 806 | (semantic-lex-make-type-table tokens props)) |
| 807 | semantic-grammar--lex-block-specs) | 807 | semantic-grammar--lex-block-specs) |
diff --git a/lisp/cedet/semantic/wisent/javat-wy.el b/lisp/cedet/semantic/wisent/javat-wy.el index adea4ef6932..38c19387440 100644 --- a/lisp/cedet/semantic/wisent/javat-wy.el +++ b/lisp/cedet/semantic/wisent/javat-wy.el | |||
| @@ -19,8 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | ;;; Commentary: | 20 | ;;; Commentary: |
| 21 | ;; | 21 | ;; |
| 22 | ;; This file was generated from the grammar file | 22 | ;; This file was generated from etc/java-tags.wy. |
| 23 | ;; semantic/wisent/wisent-java-tags.wy in the CEDET repository. | ||
| 24 | 23 | ||
| 25 | ;;; Code: | 24 | ;;; Code: |
| 26 | 25 | ||
diff --git a/lisp/cedet/semantic/wisent/js-wy.el b/lisp/cedet/semantic/wisent/js-wy.el index e982caf4485..b523db8771b 100644 --- a/lisp/cedet/semantic/wisent/js-wy.el +++ b/lisp/cedet/semantic/wisent/js-wy.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; semantic/wisent/js-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/js-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) Ecma International. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -19,8 +20,7 @@ | |||
| 19 | 20 | ||
| 20 | ;;; Commentary: | 21 | ;;; Commentary: |
| 21 | ;; | 22 | ;; |
| 22 | ;; This file was generated from the grammar file | 23 | ;; This file was generated from etc/grammars/javascript-jv.wy. |
| 23 | ;; semantic/wisent/wisent-javascript-jv.wy in the CEDET repository. | ||
| 24 | 24 | ||
| 25 | ;;; Code: | 25 | ;;; Code: |
| 26 | (require 'semantic/lex) | 26 | (require 'semantic/lex) |
diff --git a/lisp/cedet/semantic/wisent/python-wy.el b/lisp/cedet/semantic/wisent/python-wy.el index 3a69078b02c..36965757a14 100644 --- a/lisp/cedet/semantic/wisent/python-wy.el +++ b/lisp/cedet/semantic/wisent/python-wy.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/python-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2007, 2010-2011 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2001-2010 Python Software Foundation | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -19,8 +20,7 @@ | |||
| 19 | 20 | ||
| 20 | ;;; Commentary: | 21 | ;;; Commentary: |
| 21 | ;; | 22 | ;; |
| 22 | ;; This file was generated from the grammar file | 23 | ;; This file was generated from etc/grammars/python.wy. |
| 23 | ;; semantic/wisent/wisent-python.wy in the CEDET repository. | ||
| 24 | 24 | ||
| 25 | ;;; Code: | 25 | ;;; Code: |
| 26 | 26 | ||
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index d443d6c160c..3e41a304f43 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -4409,25 +4409,14 @@ if only the first line of the docstring is shown.")) | |||
| 4409 | 4409 | ||
| 4410 | (defun custom-file (&optional no-error) | 4410 | (defun custom-file (&optional no-error) |
| 4411 | "Return the file name for saving customizations." | 4411 | "Return the file name for saving customizations." |
| 4412 | (let ((file | 4412 | (if (null user-init-file) |
| 4413 | (or custom-file | 4413 | ;; Started with -q, i.e. the file containing Custom settings |
| 4414 | (let ((user-init-file user-init-file) | 4414 | ;; hasn't been read. Saving settings there won't make much |
| 4415 | (default-init-file | 4415 | ;; sense. |
| 4416 | (if (eq system-type 'ms-dos) "~/_emacs" "~/.emacs"))) | 4416 | (if no-error |
| 4417 | (when (null user-init-file) | 4417 | nil |
| 4418 | (if (or (file-exists-p default-init-file) | 4418 | (error "Saving settings from \"emacs -q\" would overwrite existing customizations")) |
| 4419 | (and (eq system-type 'windows-nt) | 4419 | (file-chase-links (or custom-file user-init-file)))) |
| 4420 | (file-exists-p "~/_emacs"))) | ||
| 4421 | ;; Started with -q, i.e. the file containing | ||
| 4422 | ;; Custom settings hasn't been read. Saving | ||
| 4423 | ;; settings there would overwrite other settings. | ||
| 4424 | (if no-error | ||
| 4425 | nil | ||
| 4426 | (error "Saving settings from \"emacs -q\" would overwrite existing customizations")) | ||
| 4427 | (setq user-init-file default-init-file))) | ||
| 4428 | user-init-file)))) | ||
| 4429 | (and file | ||
| 4430 | (file-chase-links file)))) | ||
| 4431 | 4420 | ||
| 4432 | ;; If recentf-mode is non-nil, this is defined. | 4421 | ;; If recentf-mode is non-nil, this is defined. |
| 4433 | (declare-function recentf-expand-file-name "recentf" (name)) | 4422 | (declare-function recentf-expand-file-name "recentf" (name)) |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 3103fbd5a7f..ec157fc4939 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -226,34 +226,28 @@ List has a form of (file-name full-file-name (attribute-list))." | |||
| 226 | (file-attributes full-file-name)))) | 226 | (file-attributes full-file-name)))) |
| 227 | (directory-files dir))) | 227 | (directory-files dir))) |
| 228 | 228 | ||
| 229 | 229 | ;;; Change file attributes | |
| 230 | (defun dired-touch-initial (files) | ||
| 231 | "Create initial input value for `touch' command." | ||
| 232 | ;; Nobody can explain what this version is supposed to do. (Bug#6887) | ||
| 233 | ;; Also, the manual says it uses "the present time". | ||
| 234 | ;;; (let (initial) | ||
| 235 | ;;; (while files | ||
| 236 | ;;; (let ((current (nth 5 (file-attributes (car files))))) | ||
| 237 | ;;; (if (and initial (not (equal initial current))) | ||
| 238 | ;;; (setq initial (current-time) files nil) | ||
| 239 | ;;; (setq initial current)) | ||
| 240 | ;;; (setq files (cdr files)))) | ||
| 241 | ;;; (format-time-string "%Y%m%d%H%M.%S" initial))) | ||
| 242 | (format-time-string "%Y%m%d%H%M.%S" (current-time))) | ||
| 243 | 230 | ||
| 244 | (defun dired-do-chxxx (attribute-name program op-symbol arg) | 231 | (defun dired-do-chxxx (attribute-name program op-symbol arg) |
| 245 | ;; Change file attributes (mode, group, owner, timestamp) of marked files and | 232 | ;; Change file attributes (group, owner, timestamp) of marked files and |
| 246 | ;; refresh their file lines. | 233 | ;; refresh their file lines. |
| 247 | ;; ATTRIBUTE-NAME is a string describing the attribute to the user. | 234 | ;; ATTRIBUTE-NAME is a string describing the attribute to the user. |
| 248 | ;; PROGRAM is the program used to change the attribute. | 235 | ;; PROGRAM is the program used to change the attribute. |
| 249 | ;; OP-SYMBOL is the type of operation (for use in dired-mark-pop-up). | 236 | ;; OP-SYMBOL is the type of operation (for use in `dired-mark-pop-up'). |
| 250 | ;; ARG describes which files to use, as in dired-get-marked-files. | 237 | ;; ARG describes which files to use, as in `dired-get-marked-files'. |
| 251 | (let* ((files (dired-get-marked-files t arg)) | 238 | (let* ((files (dired-get-marked-files t arg)) |
| 239 | (initial | ||
| 240 | (if (eq op-symbol 'touch) | ||
| 241 | (format-time-string "%Y%m%d%H%M.%S"))) | ||
| 242 | (default | ||
| 243 | (if (eq op-symbol 'touch) | ||
| 244 | (and (stringp (car files)) | ||
| 245 | (format-time-string "%Y%m%d%H%M.%S" | ||
| 246 | (nth 5 (file-attributes (car files))))))) | ||
| 252 | (new-attribute | 247 | (new-attribute |
| 253 | (dired-mark-read-string | 248 | (dired-mark-read-string |
| 254 | (concat "Change " attribute-name " of %s to: ") | 249 | (concat "Change " attribute-name " of %s to: ") |
| 255 | (if (eq op-symbol 'touch) (dired-touch-initial files)) | 250 | initial op-symbol arg files default)) |
| 256 | op-symbol arg files)) | ||
| 257 | (operation (concat program " " new-attribute)) | 251 | (operation (concat program " " new-attribute)) |
| 258 | failures) | 252 | failures) |
| 259 | (setq failures | 253 | (setq failures |
diff --git a/lisp/dired.el b/lisp/dired.el index 01d41bba27d..746c16ff148 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -350,7 +350,7 @@ Subexpression 2 must end right before the \\n or \\r.") | |||
| 350 | "Face name used for marked files.") | 350 | "Face name used for marked files.") |
| 351 | 351 | ||
| 352 | (defface dired-flagged | 352 | (defface dired-flagged |
| 353 | '((t (:inherit font-lock-warning-face))) | 353 | '((t (:inherit font-lock-variable-name-face))) |
| 354 | "Face used for files flagged for deletion." | 354 | "Face used for files flagged for deletion." |
| 355 | :group 'dired-faces | 355 | :group 'dired-faces |
| 356 | :version "22.1") | 356 | :version "22.1") |
| @@ -3663,7 +3663,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." | |||
| 3663 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command | 3663 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command |
| 3664 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown | 3664 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown |
| 3665 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff | 3665 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff |
| 3666 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "ab62f310329f404f96a29e4f0ab8df73") | 3666 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "bbb53a5b6bf56c413fe0f898559bef8d") |
| 3667 | ;;; Generated autoloads from dired-aux.el | 3667 | ;;; Generated autoloads from dired-aux.el |
| 3668 | 3668 | ||
| 3669 | (autoload 'dired-diff "dired-aux" "\ | 3669 | (autoload 'dired-diff "dired-aux" "\ |
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index d6b4643d6a4..6d242eda3ab 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -1233,6 +1233,7 @@ Valid clauses are: | |||
| 1233 | "Loop over a list. | 1233 | "Loop over a list. |
| 1234 | Evaluate BODY with VAR bound to each `car' from LIST, in turn. | 1234 | Evaluate BODY with VAR bound to each `car' from LIST, in turn. |
| 1235 | Then evaluate RESULT to get return value, default nil. | 1235 | Then evaluate RESULT to get return value, default nil. |
| 1236 | An implicit nil block is established around the loop. | ||
| 1236 | 1237 | ||
| 1237 | \(fn (VAR LIST [RESULT]) BODY...)" | 1238 | \(fn (VAR LIST [RESULT]) BODY...)" |
| 1238 | (let ((temp (make-symbol "--cl-dolist-temp--"))) | 1239 | (let ((temp (make-symbol "--cl-dolist-temp--"))) |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index e42103a7a01..19e8375966b 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -570,11 +570,11 @@ EXTRA-PROPERTIES is currently unused." | |||
| 570 | file) | 570 | file) |
| 571 | 571 | ||
| 572 | (defun package-generate-autoloads (name pkg-dir) | 572 | (defun package-generate-autoloads (name pkg-dir) |
| 573 | (require 'autoload) ;Load before we let-bind generated-autoload-file! | ||
| 573 | (let* ((auto-name (concat name "-autoloads.el")) | 574 | (let* ((auto-name (concat name "-autoloads.el")) |
| 574 | (ignore-name (concat name "-pkg.el")) | 575 | (ignore-name (concat name "-pkg.el")) |
| 575 | (generated-autoload-file (expand-file-name auto-name pkg-dir)) | 576 | (generated-autoload-file (expand-file-name auto-name pkg-dir)) |
| 576 | (version-control 'never)) | 577 | (version-control 'never)) |
| 577 | (require 'autoload) | ||
| 578 | (unless (fboundp 'autoload-ensure-default-file) | 578 | (unless (fboundp 'autoload-ensure-default-file) |
| 579 | (package-autoload-ensure-default-file generated-autoload-file)) | 579 | (package-autoload-ensure-default-file generated-autoload-file)) |
| 580 | (update-directory-autoloads pkg-dir))) | 580 | (update-directory-autoloads pkg-dir))) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f90e180b128..e88b5154c76 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2011-08-02 Andrew Cohen <cohen@andy.bu.edu> | ||
| 2 | |||
| 3 | * nnir.el (nnir-search-thread): Position point on referring article | ||
| 4 | line. | ||
| 5 | (nnir-warp-to-article): Clean up summary buffers. | ||
| 6 | |||
| 7 | * nnimap.el (nnimap-request-thread): Whitespace fix. | ||
| 8 | |||
| 9 | 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change) | ||
| 10 | |||
| 11 | * nnimap.el (nnimap-get-groups): Decode "&" correctly. | ||
| 12 | |||
| 13 | 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 14 | |||
| 15 | * starttls.el (starttls-available-p): Renamed from | ||
| 16 | `starttls-any-program-available' and changed return convention. | ||
| 17 | |||
| 18 | 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 19 | |||
| 20 | * nnmaildir.el (nnmaildir-request-accept-article): Don't call | ||
| 21 | `unix-sync' unless it's defined. | ||
| 22 | |||
| 23 | 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change) | ||
| 24 | |||
| 25 | * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of | ||
| 26 | `aref' for XEmacs compatibiltiy. | ||
| 27 | |||
| 28 | 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 29 | |||
| 30 | * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity. | ||
| 31 | |||
| 32 | 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change) | ||
| 33 | |||
| 34 | * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't | ||
| 35 | closures, quote the form properly (bug#9194). | ||
| 36 | |||
| 37 | 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 38 | |||
| 39 | * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly. | ||
| 40 | (gnus-summary-insert-new-articles): Protect against servers that are | ||
| 41 | down. | ||
| 42 | |||
| 43 | 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org> | ||
| 44 | |||
| 45 | * mm-decode.el (mm-dissect-buffer): Add a default content-disposition | ||
| 46 | in mm handle if none is specified. | ||
| 47 | |||
| 1 | 2011-07-24 Andrew Cohen <cohen@andy.bu.edu> | 48 | 2011-07-24 Andrew Cohen <cohen@andy.bu.edu> |
| 2 | 49 | ||
| 3 | * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail. | 50 | * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail. |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index c29000f4691..28c6aca367c 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -4541,7 +4541,7 @@ commands: | |||
| 4541 | (defun gnus-article-stop-animations () | 4541 | (defun gnus-article-stop-animations () |
| 4542 | (dolist (timer (and (boundp 'timer-list) | 4542 | (dolist (timer (and (boundp 'timer-list) |
| 4543 | timer-list)) | 4543 | timer-list)) |
| 4544 | (when (eq (aref timer 5) 'image-animate-timeout) | 4544 | (when (eq (elt timer 5) 'image-animate-timeout) |
| 4545 | (cancel-timer timer)))) | 4545 | (cancel-timer timer)))) |
| 4546 | 4546 | ||
| 4547 | ;; Set article window start at LINE, where LINE is the number of lines | 4547 | ;; Set article window start at LINE, where LINE is the number of lines |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 5917c9d7cef..a8cf5e7c427 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -9015,9 +9015,9 @@ non-numeric or nil fetch the number specified by the | |||
| 9015 | (refs (split-string (or (mail-header-references header) | 9015 | (refs (split-string (or (mail-header-references header) |
| 9016 | ""))) | 9016 | ""))) |
| 9017 | (gnus-parse-headers-hook | 9017 | (gnus-parse-headers-hook |
| 9018 | (lambda () (goto-char (point-min)) | 9018 | `(lambda () (goto-char (point-min)) |
| 9019 | (keep-lines | 9019 | (keep-lines |
| 9020 | (regexp-opt (append refs (list id subject))))))) | 9020 | (regexp-opt ',(append refs (list id subject))))))) |
| 9021 | (gnus-fetch-headers (list last) (if (numberp limit) | 9021 | (gnus-fetch-headers (list last) (if (numberp limit) |
| 9022 | (* 2 limit) limit) t))))) | 9022 | (* 2 limit) limit) t))))) |
| 9023 | (when (listp new-headers) | 9023 | (when (listp new-headers) |
| @@ -12851,26 +12851,26 @@ If ALL is a number, fetch this number of articles." | |||
| 12851 | (defun gnus-summary-insert-new-articles () | 12851 | (defun gnus-summary-insert-new-articles () |
| 12852 | "Insert all new articles in this group." | 12852 | "Insert all new articles in this group." |
| 12853 | (interactive) | 12853 | (interactive) |
| 12854 | (prog1 | 12854 | (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<)) |
| 12855 | (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<)) | 12855 | (old-high gnus-newsgroup-highest) |
| 12856 | (old-high gnus-newsgroup-highest) | 12856 | (nnmail-fetched-sources (list t)) |
| 12857 | (nnmail-fetched-sources (list t)) | 12857 | (new-active (gnus-activate-group gnus-newsgroup-name 'scan)) |
| 12858 | i new) | 12858 | i new) |
| 12859 | (setq gnus-newsgroup-active | 12859 | (unless new-active |
| 12860 | (gnus-copy-sequence | 12860 | (error "Couldn't fetch new data")) |
| 12861 | (gnus-activate-group gnus-newsgroup-name 'scan))) | 12861 | (setq gnus-newsgroup-active (gnus-copy-sequence new-active)) |
| 12862 | (setq i (cdr gnus-newsgroup-active) | 12862 | (setq i (cdr gnus-newsgroup-active) |
| 12863 | gnus-newsgroup-highest i) | 12863 | gnus-newsgroup-highest i) |
| 12864 | (while (> i old-high) | 12864 | (while (> i old-high) |
| 12865 | (push i new) | 12865 | (push i new) |
| 12866 | (decf i)) | 12866 | (decf i)) |
| 12867 | (if (not new) | 12867 | (if (not new) |
| 12868 | (message "No gnus is bad news") | 12868 | (message "No gnus is bad news") |
| 12869 | (gnus-summary-insert-articles new) | 12869 | (gnus-summary-insert-articles new) |
| 12870 | (setq gnus-newsgroup-unreads | 12870 | (setq gnus-newsgroup-unreads |
| 12871 | (gnus-sorted-nunion gnus-newsgroup-unreads new)) | 12871 | (gnus-sorted-nunion gnus-newsgroup-unreads new)) |
| 12872 | (gnus-summary-limit (gnus-sorted-nunion old new)))) | 12872 | (gnus-summary-limit (gnus-sorted-nunion old new)))) |
| 12873 | (gnus-summary-position-point))) | 12873 | (gnus-summary-position-point)) |
| 12874 | 12874 | ||
| 12875 | ;;; Bookmark support for Gnus. | 12875 | ;;; Bookmark support for Gnus. |
| 12876 | (declare-function bookmark-make-record-default | 12876 | (declare-function bookmark-make-record-default |
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index a51c6630ac5..692175d471f 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el | |||
| @@ -564,7 +564,13 @@ Postpone undisplaying of viewers for types in | |||
| 564 | (setq ct (mail-fetch-field "content-type") | 564 | (setq ct (mail-fetch-field "content-type") |
| 565 | ctl (and ct (mail-header-parse-content-type ct)) | 565 | ctl (and ct (mail-header-parse-content-type ct)) |
| 566 | cte (mail-fetch-field "content-transfer-encoding") | 566 | cte (mail-fetch-field "content-transfer-encoding") |
| 567 | cd (mail-fetch-field "content-disposition") | 567 | cd (or (mail-fetch-field "content-disposition") |
| 568 | (when (and ctl | ||
| 569 | (eq 'mm-inline-text | ||
| 570 | (cadr (mm-assoc-string-match | ||
| 571 | mm-inline-media-tests | ||
| 572 | (car ctl))))) | ||
| 573 | "inline")) | ||
| 568 | ;; Newlines in description should be stripped so as | 574 | ;; Newlines in description should be stripped so as |
| 569 | ;; not to break the MIME tag into two or more lines. | 575 | ;; not to break the MIME tag into two or more lines. |
| 570 | description (message-fetch-field "content-description") | 576 | description (message-fetch-field "content-description") |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 52de48869d8..f41f4af71b4 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1107,9 +1107,9 @@ textual parts.") | |||
| 1107 | (separator (read (current-buffer))) | 1107 | (separator (read (current-buffer))) |
| 1108 | (group (read (current-buffer)))) | 1108 | (group (read (current-buffer)))) |
| 1109 | (unless (member '%NoSelect flags) | 1109 | (unless (member '%NoSelect flags) |
| 1110 | (push (if (stringp group) | 1110 | (push (utf7-decode (if (stringp group) |
| 1111 | group | 1111 | group |
| 1112 | (format "%s" group)) | 1112 | (format "%s" group)) t) |
| 1113 | groups)))) | 1113 | groups)))) |
| 1114 | (nreverse groups))) | 1114 | (nreverse groups))) |
| 1115 | 1115 | ||
| @@ -1168,7 +1168,7 @@ textual parts.") | |||
| 1168 | (nnimap-get-groups))) | 1168 | (nnimap-get-groups))) |
| 1169 | (unless (assoc group nnimap-current-infos) | 1169 | (unless (assoc group nnimap-current-infos) |
| 1170 | ;; Insert dummy numbers here -- they don't matter. | 1170 | ;; Insert dummy numbers here -- they don't matter. |
| 1171 | (insert (format "%S 0 1 y\n" group)))) | 1171 | (insert (format "%S 0 1 y\n" (utf7-encode group))))) |
| 1172 | t))) | 1172 | t))) |
| 1173 | 1173 | ||
| 1174 | (deffoo nnimap-retrieve-group-data-early (server infos) | 1174 | (deffoo nnimap-retrieve-group-data-early (server infos) |
| @@ -1566,7 +1566,7 @@ textual parts.") | |||
| 1566 | (articles &optional limit force-new dependencies)) | 1566 | (articles &optional limit force-new dependencies)) |
| 1567 | 1567 | ||
| 1568 | (deffoo nnimap-request-thread (header &optional group server) | 1568 | (deffoo nnimap-request-thread (header &optional group server) |
| 1569 | (if gnus-refer-thread-use-nnir | 1569 | (if gnus-refer-thread-use-nnir |
| 1570 | (nnir-search-thread header) | 1570 | (nnir-search-thread header) |
| 1571 | (when (nnimap-possibly-change-group group server) | 1571 | (when (nnimap-possibly-change-group group server) |
| 1572 | (let* ((cmd (nnimap-make-thread-query header)) | 1572 | (let* ((cmd (nnimap-make-thread-query header)) |
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index e6420a4d7bb..d35e6560e71 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -767,11 +767,18 @@ Add an entry here when adding a new search engine.") | |||
| 767 | (deffoo nnir-warp-to-article () | 767 | (deffoo nnir-warp-to-article () |
| 768 | (let* ((cur (if (> (gnus-summary-article-number) 0) | 768 | (let* ((cur (if (> (gnus-summary-article-number) 0) |
| 769 | (gnus-summary-article-number) | 769 | (gnus-summary-article-number) |
| 770 | (error "This is not a real article."))) | 770 | (error "This is not a real article"))) |
| 771 | (gnus-newsgroup-name (nnir-article-group cur)) | 771 | (backend-article-group (nnir-article-group cur)) |
| 772 | (backend-number (nnir-article-number cur))) | 772 | (backend-article-number (nnir-article-number cur)) |
| 773 | (gnus-summary-read-group-1 gnus-newsgroup-name t t gnus-summary-buffer | 773 | (quit-config (gnus-ephemeral-group-p gnus-newsgroup-name))) |
| 774 | nil (list backend-number)))) | 774 | ;; first exit from the nnir summary buffer. |
| 775 | (gnus-summary-exit) | ||
| 776 | ;; and if the nnir summary buffer in turn came from another | ||
| 777 | ;; summary buffer we have to clean that summary up too. | ||
| 778 | (when (eq (cdr quit-config) 'summary) | ||
| 779 | (gnus-summary-exit)) | ||
| 780 | (gnus-summary-read-group-1 backend-article-group t t nil | ||
| 781 | nil (list backend-article-number)))) | ||
| 775 | 782 | ||
| 776 | (nnoo-define-skeleton nnir) | 783 | (nnoo-define-skeleton nnir) |
| 777 | 784 | ||
| @@ -1659,7 +1666,8 @@ server is of form 'backend:name'." | |||
| 1659 | (cons 'server (gnus-method-to-server | 1666 | (cons 'server (gnus-method-to-server |
| 1660 | (gnus-find-method-for-group | 1667 | (gnus-find-method-for-group |
| 1661 | gnus-newsgroup-name)))))) | 1668 | gnus-newsgroup-name)))))) |
| 1662 | (gnus-group-make-nnir-group nil parm))) | 1669 | (gnus-group-make-nnir-group nil parm) |
| 1670 | (gnus-summary-goto-subject (gnus-id-to-article (mail-header-id header))))) | ||
| 1663 | 1671 | ||
| 1664 | ;; unused? | 1672 | ;; unused? |
| 1665 | (defun nnir-artlist-groups (artlist) | 1673 | (defun nnir-artlist-groups (artlist) |
diff --git a/lisp/gnus/nnmaildir.el b/lisp/gnus/nnmaildir.el index 8e2cd4bdde3..bbace7c784a 100644 --- a/lisp/gnus/nnmaildir.el +++ b/lisp/gnus/nnmaildir.el | |||
| @@ -1381,7 +1381,8 @@ by nnmaildir-request-article.") | |||
| 1381 | (error | 1381 | (error |
| 1382 | (gmm-write-region (point-min) (point-max) tmpfile nil 'no-message nil | 1382 | (gmm-write-region (point-min) (point-max) tmpfile nil 'no-message nil |
| 1383 | 'excl) | 1383 | 'excl) |
| 1384 | (unix-sync))) ;; no fsync :( | 1384 | (when (fboundp 'unix-sync) |
| 1385 | (unix-sync)))) ;; no fsync :( | ||
| 1385 | (nnheader-cancel-timer 24h) | 1386 | (nnheader-cancel-timer 24h) |
| 1386 | (condition-case err | 1387 | (condition-case err |
| 1387 | (add-name-to-file tmpfile curfile) | 1388 | (add-name-to-file tmpfile curfile) |
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index 33dbaaa1f0c..c7f993d7293 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -1581,31 +1581,31 @@ to find it out)." | |||
| 1581 | (when (numberp article) | 1581 | (when (numberp article) |
| 1582 | (let* ((data-header (or prepared-data-header | 1582 | (let* ((data-header (or prepared-data-header |
| 1583 | (spam-fetch-article-header article)))) | 1583 | (spam-fetch-article-header article)))) |
| 1584 | (if (arrayp data-header) | 1584 | (cond |
| 1585 | (cond | 1585 | ((not (arrayp data-header)) |
| 1586 | ((equal field 'number) | 1586 | (gnus-message 6 "Article %d has a nil data header" article)) |
| 1587 | (mail-header-number data-header)) | 1587 | ((equal field 'number) |
| 1588 | ((equal field 'from) | 1588 | (mail-header-number data-header)) |
| 1589 | (mail-header-from data-header)) | 1589 | ((equal field 'from) |
| 1590 | ((equal field 'message-id) | 1590 | (mail-header-from data-header)) |
| 1591 | (mail-header-message-id data-header)) | 1591 | ((equal field 'message-id) |
| 1592 | ((equal field 'subject) | 1592 | (mail-header-message-id data-header)) |
| 1593 | (mail-header-subject data-header)) | 1593 | ((equal field 'subject) |
| 1594 | ((equal field 'references) | 1594 | (mail-header-subject data-header)) |
| 1595 | (mail-header-references data-header)) | 1595 | ((equal field 'references) |
| 1596 | ((equal field 'date) | 1596 | (mail-header-references data-header)) |
| 1597 | (mail-header-date data-header)) | 1597 | ((equal field 'date) |
| 1598 | ((equal field 'xref) | 1598 | (mail-header-date data-header)) |
| 1599 | (mail-header-xref data-header)) | 1599 | ((equal field 'xref) |
| 1600 | ((equal field 'extra) | 1600 | (mail-header-xref data-header)) |
| 1601 | (mail-header-extra data-header)) | 1601 | ((equal field 'extra) |
| 1602 | (t | 1602 | (mail-header-extra data-header)) |
| 1603 | (gnus-error | 1603 | (t |
| 1604 | 5 | 1604 | (gnus-error |
| 1605 | "spam-fetch-field-fast: unknown field %s requested" | 1605 | 5 |
| 1606 | field) | 1606 | "spam-fetch-field-fast: unknown field %s requested" |
| 1607 | nil)) | 1607 | field) |
| 1608 | (gnus-message 6 "Article %d has a nil data header" article))))) | 1608 | nil))))) |
| 1609 | 1609 | ||
| 1610 | (defun spam-fetch-field-from-fast (article &optional prepared-data-header) | 1610 | (defun spam-fetch-field-from-fast (article &optional prepared-data-header) |
| 1611 | (spam-fetch-field-fast article 'from prepared-data-header)) | 1611 | (spam-fetch-field-fast article 'from prepared-data-header)) |
diff --git a/lisp/gnus/starttls.el b/lisp/gnus/starttls.el index 4b4839a4df2..c1caca90cf0 100644 --- a/lisp/gnus/starttls.el +++ b/lisp/gnus/starttls.el | |||
| @@ -295,18 +295,11 @@ GNUTLS requires a port number." | |||
| 295 | (starttls-set-process-query-on-exit-flag process nil) | 295 | (starttls-set-process-query-on-exit-flag process nil) |
| 296 | process))) | 296 | process))) |
| 297 | 297 | ||
| 298 | (defun starttls-any-program-available () | 298 | (defun starttls-available-p () |
| 299 | (let ((program (if starttls-use-gnutls | 299 | "Say whether the STARTTLS programs are available." |
| 300 | starttls-gnutls-program | 300 | (executable-find (if starttls-use-gnutls |
| 301 | starttls-program))) | 301 | starttls-gnutls-program |
| 302 | (condition-case () | 302 | starttls-program))) |
| 303 | (progn | ||
| 304 | (call-process program) | ||
| 305 | program) | ||
| 306 | (error (progn | ||
| 307 | (message "No STARTTLS program was available (tried '%s')" | ||
| 308 | program) | ||
| 309 | nil))))) | ||
| 310 | 303 | ||
| 311 | (provide 'starttls) | 304 | (provide 'starttls) |
| 312 | 305 | ||
diff --git a/lisp/ido.el b/lisp/ido.el index b50ddcc1254..4086000e3e9 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -1557,7 +1557,8 @@ This function also adds a hook to the minibuffer." | |||
| 1557 | (setq ido-minor-mode-map-entry (cons 'ido-mode map)) | 1557 | (setq ido-minor-mode-map-entry (cons 'ido-mode map)) |
| 1558 | (add-to-list 'minor-mode-map-alist ido-minor-mode-map-entry)))) | 1558 | (add-to-list 'minor-mode-map-alist ido-minor-mode-map-entry)))) |
| 1559 | 1559 | ||
| 1560 | (message "Ido mode %s" (if ido-mode "enabled" "disabled"))) | 1560 | (when (called-interactively-p 'any) |
| 1561 | (message "Ido mode %s" (if ido-mode "enabled" "disabled")))) | ||
| 1561 | 1562 | ||
| 1562 | 1563 | ||
| 1563 | ;;; IDO KEYMAP | 1564 | ;;; IDO KEYMAP |
diff --git a/lisp/info.el b/lisp/info.el index a4826ee8c2c..447c86b3e9e 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -2789,11 +2789,6 @@ N is the digit argument used to invoke this command." | |||
| 2789 | (goto-char (point-max))))) | 2789 | (goto-char (point-max))))) |
| 2790 | (t (error "No previous nodes")))) | 2790 | (t (error "No previous nodes")))) |
| 2791 | 2791 | ||
| 2792 | (defun Info-beginning-of-buffer () | ||
| 2793 | "Go to the beginnning of the buffer." | ||
| 2794 | (interactive) | ||
| 2795 | (goto-char (point-min))) | ||
| 2796 | |||
| 2797 | (defun Info-scroll-up () | 2792 | (defun Info-scroll-up () |
| 2798 | "Scroll one screenful forward in Info, considering all nodes as one sequence. | 2793 | "Scroll one screenful forward in Info, considering all nodes as one sequence. |
| 2799 | Once you scroll far enough in a node that its menu appears on the screen | 2794 | Once you scroll far enough in a node that its menu appears on the screen |
| @@ -3655,7 +3650,7 @@ If FORK is non-nil, it is passed to `Info-goto-node'." | |||
| 3655 | (defvar Info-mode-map | 3650 | (defvar Info-mode-map |
| 3656 | (let ((map (make-keymap))) | 3651 | (let ((map (make-keymap))) |
| 3657 | (suppress-keymap map) | 3652 | (suppress-keymap map) |
| 3658 | (define-key map "." 'Info-beginning-of-buffer) | 3653 | (define-key map "." 'beginning-of-buffer) |
| 3659 | (define-key map " " 'Info-scroll-up) | 3654 | (define-key map " " 'Info-scroll-up) |
| 3660 | (define-key map "\C-m" 'Info-follow-nearest-node) | 3655 | (define-key map "\C-m" 'Info-follow-nearest-node) |
| 3661 | (define-key map "\t" 'Info-next-reference) | 3656 | (define-key map "\t" 'Info-next-reference) |
| @@ -3676,8 +3671,8 @@ If FORK is non-nil, it is passed to `Info-goto-node'." | |||
| 3676 | (define-key map "[" 'Info-backward-node) | 3671 | (define-key map "[" 'Info-backward-node) |
| 3677 | (define-key map "<" 'Info-top-node) | 3672 | (define-key map "<" 'Info-top-node) |
| 3678 | (define-key map ">" 'Info-final-node) | 3673 | (define-key map ">" 'Info-final-node) |
| 3679 | (define-key map "b" 'Info-beginning-of-buffer) | 3674 | (define-key map "b" 'beginning-of-buffer) |
| 3680 | (put 'Info-beginning-of-buffer :advertised-binding "b") | 3675 | (put 'beginning-of-buffer :advertised-binding "b") |
| 3681 | (define-key map "d" 'Info-directory) | 3676 | (define-key map "d" 'Info-directory) |
| 3682 | (define-key map "e" 'Info-edit) | 3677 | (define-key map "e" 'Info-edit) |
| 3683 | (define-key map "f" 'Info-follow-reference) | 3678 | (define-key map "f" 'Info-follow-reference) |
| @@ -3731,7 +3726,7 @@ If FORK is non-nil, it is passed to `Info-goto-node'." | |||
| 3731 | :help "Go backward one node, considering all as a sequence"] | 3726 | :help "Go backward one node, considering all as a sequence"] |
| 3732 | ["Forward" Info-forward-node | 3727 | ["Forward" Info-forward-node |
| 3733 | :help "Go forward one node, considering all as a sequence"] | 3728 | :help "Go forward one node, considering all as a sequence"] |
| 3734 | ["Beginning" Info-beginning-of-buffer | 3729 | ["Beginning" beginning-of-buffer |
| 3735 | :help "Go to beginning of this node"] | 3730 | :help "Go to beginning of this node"] |
| 3736 | ["Top" Info-top-node | 3731 | ["Top" Info-top-node |
| 3737 | :help "Go to top node of file"] | 3732 | :help "Go to top node of file"] |
| @@ -3937,7 +3932,7 @@ Moving within a node: | |||
| 3937 | \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is | 3932 | \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is |
| 3938 | already visible, try to go to the previous menu entry, or up | 3933 | already visible, try to go to the previous menu entry, or up |
| 3939 | if there is none. | 3934 | if there is none. |
| 3940 | \\[Info-beginning-of-buffer] Go to beginning of node. | 3935 | \\[beginning-of-buffer] Go to beginning of node. |
| 3941 | 3936 | ||
| 3942 | Advanced commands: | 3937 | Advanced commands: |
| 3943 | \\[Info-search] Search through this Info file for specified regexp, | 3938 | \\[Info-search] Search through this Info file for specified regexp, |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 75de9a9f9b2..bf3d2ddb154 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -489,7 +489,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 489 | 489 | ||
| 490 | ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation | 490 | ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation |
| 491 | ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" | 491 | ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el" |
| 492 | ;;;;;; (19981 40664)) | 492 | ;;;;;; (19988 13913)) |
| 493 | ;;; Generated autoloads from allout.el | 493 | ;;; Generated autoloads from allout.el |
| 494 | 494 | ||
| 495 | (autoload 'allout-auto-activation-helper "allout" "\ | 495 | (autoload 'allout-auto-activation-helper "allout" "\ |
| @@ -749,6 +749,7 @@ without changes to the allout core. Here are key ones: | |||
| 749 | `allout-structure-deleted-hook' | 749 | `allout-structure-deleted-hook' |
| 750 | `allout-structure-shifted-hook' | 750 | `allout-structure-shifted-hook' |
| 751 | `allout-after-copy-or-kill-hook' | 751 | `allout-after-copy-or-kill-hook' |
| 752 | `allout-post-undo-hook' | ||
| 752 | 753 | ||
| 753 | Terminology | 754 | Terminology |
| 754 | 755 | ||
| @@ -847,7 +848,7 @@ for details on preparing emacs for automatic allout activation. | |||
| 847 | 848 | ||
| 848 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation | 849 | ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation |
| 849 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" | 850 | ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el" |
| 850 | ;;;;;; (19981 40664)) | 851 | ;;;;;; (19988 13913)) |
| 851 | ;;; Generated autoloads from allout-widgets.el | 852 | ;;; Generated autoloads from allout-widgets.el |
| 852 | 853 | ||
| 853 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) | 854 | (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads)))) |
| @@ -928,11 +929,11 @@ directory, so that Emacs will know its current contents. | |||
| 928 | ;;;*** | 929 | ;;;*** |
| 929 | 930 | ||
| 930 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 931 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 931 | ;;;;;; "animate" "play/animate.el" (19845 45374)) | 932 | ;;;;;; "animate" "play/animate.el" (19986 58615)) |
| 932 | ;;; Generated autoloads from play/animate.el | 933 | ;;; Generated autoloads from play/animate.el |
| 933 | 934 | ||
| 934 | (autoload 'animate-string "animate" "\ | 935 | (autoload 'animate-string "animate" "\ |
| 935 | Display STRING starting at position VPOS, HPOS, using animation. | 936 | Display STRING animations starting at position VPOS, HPOS. |
| 936 | The characters start at randomly chosen places, | 937 | The characters start at randomly chosen places, |
| 937 | and all slide in parallel to their final positions, | 938 | and all slide in parallel to their final positions, |
| 938 | passing through `animate-n-steps' positions before the final ones. | 939 | passing through `animate-n-steps' positions before the final ones. |
| @@ -942,14 +943,19 @@ in the current window. | |||
| 942 | \(fn STRING VPOS &optional HPOS)" nil nil) | 943 | \(fn STRING VPOS &optional HPOS)" nil nil) |
| 943 | 944 | ||
| 944 | (autoload 'animate-sequence "animate" "\ | 945 | (autoload 'animate-sequence "animate" "\ |
| 945 | Display strings from LIST-OF-STRING with animation in a new buffer. | 946 | Display animation strings from LIST-OF-STRING with buffer *Animation*. |
| 946 | Strings will be separated from each other by SPACE lines. | 947 | Strings will be separated from each other by SPACE lines. |
| 948 | When the variable `animation-buffer-name' is non-nil display | ||
| 949 | animation in the buffer named by variable's value, creating the | ||
| 950 | buffer if one does not exist. | ||
| 947 | 951 | ||
| 948 | \(fn LIST-OF-STRINGS SPACE)" nil nil) | 952 | \(fn LIST-OF-STRINGS SPACE)" nil nil) |
| 949 | 953 | ||
| 950 | (autoload 'animate-birthday-present "animate" "\ | 954 | (autoload 'animate-birthday-present "animate" "\ |
| 951 | Display one's birthday present in a new buffer. | 955 | Return a birthday present in the buffer *Birthday-Present*. |
| 952 | You can specify the one's name by NAME; the default value is \"Sarah\". | 956 | When optional arg NAME is non-nil or called-interactively, prompt for |
| 957 | NAME of birthday present receiver and return a birthday present in | ||
| 958 | the buffer *Birthday-Present-for-Name*. | ||
| 953 | 959 | ||
| 954 | \(fn &optional NAME)" t nil) | 960 | \(fn &optional NAME)" t nil) |
| 955 | 961 | ||
| @@ -1144,8 +1150,8 @@ Returns list of symbols and documentation found. | |||
| 1144 | 1150 | ||
| 1145 | ;;;*** | 1151 | ;;;*** |
| 1146 | 1152 | ||
| 1147 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19886 | 1153 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19990 |
| 1148 | ;;;;;; 45771)) | 1154 | ;;;;;; 55648)) |
| 1149 | ;;; Generated autoloads from arc-mode.el | 1155 | ;;; Generated autoloads from arc-mode.el |
| 1150 | 1156 | ||
| 1151 | (autoload 'archive-mode "arc-mode" "\ | 1157 | (autoload 'archive-mode "arc-mode" "\ |
| @@ -1472,7 +1478,7 @@ Special commands: | |||
| 1472 | ;;;*** | 1478 | ;;;*** |
| 1473 | 1479 | ||
| 1474 | ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" | 1480 | ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el" |
| 1475 | ;;;;;; (19981 40664)) | 1481 | ;;;;;; (19985 37722)) |
| 1476 | ;;; Generated autoloads from gnus/auth-source.el | 1482 | ;;; Generated autoloads from gnus/auth-source.el |
| 1477 | 1483 | ||
| 1478 | (defvar auth-source-cache-expiry 7200 "\ | 1484 | (defvar auth-source-cache-expiry 7200 "\ |
| @@ -1550,7 +1556,7 @@ Major mode for editing Autoconf configure.in files. | |||
| 1550 | ;;;*** | 1556 | ;;;*** |
| 1551 | 1557 | ||
| 1552 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1558 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1553 | ;;;;;; "autoinsert" "autoinsert.el" (19845 45374)) | 1559 | ;;;;;; "autoinsert" "autoinsert.el" (19988 13913)) |
| 1554 | ;;; Generated autoloads from autoinsert.el | 1560 | ;;; Generated autoloads from autoinsert.el |
| 1555 | 1561 | ||
| 1556 | (autoload 'auto-insert "autoinsert" "\ | 1562 | (autoload 'auto-insert "autoinsert" "\ |
| @@ -1827,7 +1833,7 @@ For non-interactive use see also `benchmark-run' and | |||
| 1827 | ;;;*** | 1833 | ;;;*** |
| 1828 | 1834 | ||
| 1829 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) | 1835 | ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize) |
| 1830 | ;;;;;; "bibtex" "textmodes/bibtex.el" (19971 4823)) | 1836 | ;;;;;; "bibtex" "textmodes/bibtex.el" (19997 28887)) |
| 1831 | ;;; Generated autoloads from textmodes/bibtex.el | 1837 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1832 | 1838 | ||
| 1833 | (autoload 'bibtex-initialize "bibtex" "\ | 1839 | (autoload 'bibtex-initialize "bibtex" "\ |
| @@ -2075,7 +2081,7 @@ a reflection. | |||
| 2075 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert | 2081 | ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert |
| 2076 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate | 2082 | ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate |
| 2077 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" | 2083 | ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark" |
| 2078 | ;;;;;; "bookmark.el" (19914 25180)) | 2084 | ;;;;;; "bookmark.el" (19998 49767)) |
| 2079 | ;;; Generated autoloads from bookmark.el | 2085 | ;;; Generated autoloads from bookmark.el |
| 2080 | (define-key ctl-x-r-map "b" 'bookmark-jump) | 2086 | (define-key ctl-x-r-map "b" 'bookmark-jump) |
| 2081 | (define-key ctl-x-r-map "m" 'bookmark-set) | 2087 | (define-key ctl-x-r-map "m" 'bookmark-set) |
| @@ -2276,10 +2282,10 @@ Incremental search of bookmarks, hiding the non-matches as we go. | |||
| 2276 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region | 2282 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region |
| 2277 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file | 2283 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file |
| 2278 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" | 2284 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" |
| 2279 | ;;;;;; (19973 46551)) | 2285 | ;;;;;; (19997 54906)) |
| 2280 | ;;; Generated autoloads from net/browse-url.el | 2286 | ;;; Generated autoloads from net/browse-url.el |
| 2281 | 2287 | ||
| 2282 | (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ | 2288 | (defvar browse-url-browser-function 'browse-url-default-browser "\ |
| 2283 | Function to display the current buffer in a WWW browser. | 2289 | Function to display the current buffer in a WWW browser. |
| 2284 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and | 2290 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
| 2285 | `browse-url-of-file' commands. | 2291 | `browse-url-of-file' commands. |
| @@ -2598,7 +2604,7 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2598 | ;;;*** | 2604 | ;;;*** |
| 2599 | 2605 | ||
| 2600 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2606 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2601 | ;;;;;; "bs" "bs.el" (19976 22732)) | 2607 | ;;;;;; "bs" "bs.el" (19998 49767)) |
| 2602 | ;;; Generated autoloads from bs.el | 2608 | ;;; Generated autoloads from bs.el |
| 2603 | 2609 | ||
| 2604 | (autoload 'bs-cycle-next "bs" "\ | 2610 | (autoload 'bs-cycle-next "bs" "\ |
| @@ -2681,7 +2687,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2681 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2687 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2682 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2688 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2683 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) | 2689 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) |
| 2684 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19968 28627)) | 2690 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19998 49767)) |
| 2685 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2691 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2686 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2692 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2687 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2693 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| @@ -3053,7 +3059,7 @@ Obsoletes `c-forward-into-nomenclature'. | |||
| 3053 | ;;;*** | 3059 | ;;;*** |
| 3054 | 3060 | ||
| 3055 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3061 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3056 | ;;;;;; (19981 40664)) | 3062 | ;;;;;; (20015 58840)) |
| 3057 | ;;; Generated autoloads from progmodes/cc-engine.el | 3063 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3058 | 3064 | ||
| 3059 | (autoload 'c-guess-basic-syntax "cc-engine" "\ | 3065 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| @@ -3165,7 +3171,7 @@ the absolute file name of the file if STYLE-NAME is nil. | |||
| 3165 | 3171 | ||
| 3166 | ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode | 3172 | ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode |
| 3167 | ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3173 | ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3168 | ;;;;;; (19981 40664)) | 3174 | ;;;;;; (20010 40918)) |
| 3169 | ;;; Generated autoloads from progmodes/cc-mode.el | 3175 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3170 | 3176 | ||
| 3171 | (autoload 'c-initialize-cc-mode "cc-mode" "\ | 3177 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| @@ -3393,7 +3399,7 @@ and exists only for compatibility reasons. | |||
| 3393 | 3399 | ||
| 3394 | ;;;*** | 3400 | ;;;*** |
| 3395 | 3401 | ||
| 3396 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19845 45374)) | 3402 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19997 28887)) |
| 3397 | ;;; Generated autoloads from progmodes/cc-vars.el | 3403 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3398 | (put 'c-basic-offset 'safe-local-variable 'integerp) | 3404 | (put 'c-basic-offset 'safe-local-variable 'integerp) |
| 3399 | (put 'c-backslash-column 'safe-local-variable 'integerp) | 3405 | (put 'c-backslash-column 'safe-local-variable 'integerp) |
| @@ -4291,8 +4297,8 @@ on third call it again advances points to the next difference and so on. | |||
| 4291 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4297 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4292 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4298 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4293 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook | 4299 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook |
| 4294 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19968 | 4300 | ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19997 |
| 4295 | ;;;;;; 28627)) | 4301 | ;;;;;; 28887)) |
| 4296 | ;;; Generated autoloads from progmodes/compile.el | 4302 | ;;; Generated autoloads from progmodes/compile.el |
| 4297 | 4303 | ||
| 4298 | (defvar compilation-mode-hook nil "\ | 4304 | (defvar compilation-mode-hook nil "\ |
| @@ -4716,7 +4722,7 @@ If FIX is non-nil, run `copyright-fix-years' instead. | |||
| 4716 | ;;;*** | 4722 | ;;;*** |
| 4717 | 4723 | ||
| 4718 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) | 4724 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) |
| 4719 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19975 1875)) | 4725 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19997 56302)) |
| 4720 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4726 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4721 | (put 'cperl-indent-level 'safe-local-variable 'integerp) | 4727 | (put 'cperl-indent-level 'safe-local-variable 'integerp) |
| 4722 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) | 4728 | (put 'cperl-brace-offset 'safe-local-variable 'integerp) |
| @@ -5064,7 +5070,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5064 | ;;;;;; customize-mode customize customize-push-and-save customize-save-variable | 5070 | ;;;;;; customize-mode customize customize-push-and-save customize-save-variable |
| 5065 | ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically | 5071 | ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically |
| 5066 | ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) | 5072 | ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically) |
| 5067 | ;;;;;; "cus-edit" "cus-edit.el" (19980 19797)) | 5073 | ;;;;;; "cus-edit" "cus-edit.el" (19996 8027)) |
| 5068 | ;;; Generated autoloads from cus-edit.el | 5074 | ;;; Generated autoloads from cus-edit.el |
| 5069 | 5075 | ||
| 5070 | (defvar custom-browse-sort-alphabetically nil "\ | 5076 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5498,7 +5504,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5498 | ;;;*** | 5504 | ;;;*** |
| 5499 | 5505 | ||
| 5500 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5506 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 5501 | ;;;;;; (19886 45771)) | 5507 | ;;;;;; (19989 34789)) |
| 5502 | ;;; Generated autoloads from dabbrev.el | 5508 | ;;; Generated autoloads from dabbrev.el |
| 5503 | (put 'dabbrev-case-fold-search 'risky-local-variable t) | 5509 | (put 'dabbrev-case-fold-search 'risky-local-variable t) |
| 5504 | (put 'dabbrev-case-replace 'risky-local-variable t) | 5510 | (put 'dabbrev-case-replace 'risky-local-variable t) |
| @@ -5697,13 +5703,13 @@ There is some minimal font-lock support (see vars | |||
| 5697 | ;;;*** | 5703 | ;;;*** |
| 5698 | 5704 | ||
| 5699 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 5705 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 5700 | ;;;;;; "emacs-lisp/debug.el" (19961 55377)) | 5706 | ;;;;;; "emacs-lisp/debug.el" (19999 41685)) |
| 5701 | ;;; Generated autoloads from emacs-lisp/debug.el | 5707 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5702 | 5708 | ||
| 5703 | (setq debugger 'debug) | 5709 | (setq debugger 'debug) |
| 5704 | 5710 | ||
| 5705 | (autoload 'debug "debug" "\ | 5711 | (autoload 'debug "debug" "\ |
| 5706 | Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'. | 5712 | Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger. |
| 5707 | Arguments are mainly for use when this is called from the internals | 5713 | Arguments are mainly for use when this is called from the internals |
| 5708 | of the evaluator. | 5714 | of the evaluator. |
| 5709 | 5715 | ||
| @@ -5877,7 +5883,7 @@ any selection. | |||
| 5877 | ;;;*** | 5883 | ;;;*** |
| 5878 | 5884 | ||
| 5879 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 5885 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 5880 | ;;;;;; "derived" "emacs-lisp/derived.el" (19849 29307)) | 5886 | ;;;;;; "derived" "emacs-lisp/derived.el" (19988 13913)) |
| 5881 | ;;; Generated autoloads from emacs-lisp/derived.el | 5887 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 5882 | 5888 | ||
| 5883 | (autoload 'define-derived-mode "derived" "\ | 5889 | (autoload 'define-derived-mode "derived" "\ |
| @@ -6232,7 +6238,7 @@ Major mode for editing the diary file. | |||
| 6232 | ;;;*** | 6238 | ;;;*** |
| 6233 | 6239 | ||
| 6234 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command | 6240 | ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command |
| 6235 | ;;;;;; diff-switches) "diff" "vc/diff.el" (19903 54862)) | 6241 | ;;;;;; diff-switches) "diff" "vc/diff.el" (19999 41597)) |
| 6236 | ;;; Generated autoloads from vc/diff.el | 6242 | ;;; Generated autoloads from vc/diff.el |
| 6237 | 6243 | ||
| 6238 | (defvar diff-switches (purecopy "-c") "\ | 6244 | (defvar diff-switches (purecopy "-c") "\ |
| @@ -6247,10 +6253,10 @@ The command to use to run diff.") | |||
| 6247 | 6253 | ||
| 6248 | (autoload 'diff "diff" "\ | 6254 | (autoload 'diff "diff" "\ |
| 6249 | Find and display the differences between OLD and NEW files. | 6255 | Find and display the differences between OLD and NEW files. |
| 6250 | When called interactively, read OLD and NEW using the minibuffer; | 6256 | When called interactively, read NEW, then OLD, using the |
| 6251 | the default for NEW is the current buffer's file name, and the | 6257 | minibuffer. The default for NEW is the current buffer's file |
| 6252 | default for OLD is a backup file for NEW, if one exists. | 6258 | name, and the default for OLD is a backup file for NEW, if one |
| 6253 | If NO-ASYNC is non-nil, call diff synchronously. | 6259 | exists. If NO-ASYNC is non-nil, call diff synchronously. |
| 6254 | 6260 | ||
| 6255 | When called interactively with a prefix argument, prompt | 6261 | When called interactively with a prefix argument, prompt |
| 6256 | interactively for diff switches. Otherwise, the switches | 6262 | interactively for diff switches. Otherwise, the switches |
| @@ -6316,7 +6322,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6316 | ;;;*** | 6322 | ;;;*** |
| 6317 | 6323 | ||
| 6318 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window | 6324 | ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window |
| 6319 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (19966 16984)) | 6325 | ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20019 55931)) |
| 6320 | ;;; Generated autoloads from dired.el | 6326 | ;;; Generated autoloads from dired.el |
| 6321 | 6327 | ||
| 6322 | (defvar dired-listing-switches (purecopy "-al") "\ | 6328 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -6345,8 +6351,7 @@ Dired displays a list of files in DIRNAME (which may also have | |||
| 6345 | shell wildcards appended to select certain files). If DIRNAME is a cons, | 6351 | shell wildcards appended to select certain files). If DIRNAME is a cons, |
| 6346 | its first element is taken as the directory name and the rest as an explicit | 6352 | its first element is taken as the directory name and the rest as an explicit |
| 6347 | list of files to make directory entries for. | 6353 | list of files to make directory entries for. |
| 6348 | \\<dired-mode-map>You can move around in it with the usual commands. | 6354 | \\<dired-mode-map>You can flag files for deletion with \\[dired-flag-file-deletion] and then |
| 6349 | You can flag files for deletion with \\[dired-flag-file-deletion] and then | ||
| 6350 | delete them by typing \\[dired-do-flagged-delete]. | 6355 | delete them by typing \\[dired-do-flagged-delete]. |
| 6351 | Type \\[describe-mode] after entering Dired for more info. | 6356 | Type \\[describe-mode] after entering Dired for more info. |
| 6352 | 6357 | ||
| @@ -6382,8 +6387,8 @@ In Dired, you are \"editing\" a list of the files in a directory and | |||
| 6382 | files for later commands or \"flag\" them for deletion, either file | 6387 | files for later commands or \"flag\" them for deletion, either file |
| 6383 | by file or all files matching certain criteria. | 6388 | by file or all files matching certain criteria. |
| 6384 | You can move using the usual cursor motion commands.\\<dired-mode-map> | 6389 | You can move using the usual cursor motion commands.\\<dired-mode-map> |
| 6385 | Letters no longer insert themselves. Digits are prefix arguments. | 6390 | The buffer is read-only. Digits are prefix arguments. |
| 6386 | Instead, type \\[dired-flag-file-deletion] to flag a file for Deletion. | 6391 | Type \\[dired-flag-file-deletion] to flag a file `D' for deletion. |
| 6387 | Type \\[dired-mark] to Mark a file or subdirectory for later commands. | 6392 | Type \\[dired-mark] to Mark a file or subdirectory for later commands. |
| 6388 | Most commands operate on the marked files and use the current file | 6393 | Most commands operate on the marked files and use the current file |
| 6389 | if no files are marked. Use a numeric prefix argument to operate on | 6394 | if no files are marked. Use a numeric prefix argument to operate on |
| @@ -6391,9 +6396,9 @@ Type \\[dired-mark] to Mark a file or subdirectory for later commands. | |||
| 6391 | to operate on the current file only. Prefix arguments override marks. | 6396 | to operate on the current file only. Prefix arguments override marks. |
| 6392 | Mark-using commands display a list of failures afterwards. Type \\[dired-summary] | 6397 | Mark-using commands display a list of failures afterwards. Type \\[dired-summary] |
| 6393 | to see why something went wrong. | 6398 | to see why something went wrong. |
| 6394 | Type \\[dired-unmark] to Unmark a file or all files of a subdirectory. | 6399 | Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory. |
| 6395 | Type \\[dired-unmark-backward] to back up one line and unflag. | 6400 | Type \\[dired-unmark-backward] to back up one line and unmark or unflag. |
| 6396 | Type \\[dired-do-flagged-delete] to eXecute the deletions requested. | 6401 | Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'. |
| 6397 | Type \\[dired-find-file] to Find the current line's file | 6402 | Type \\[dired-find-file] to Find the current line's file |
| 6398 | (or dired it in another buffer, if it is a directory). | 6403 | (or dired it in another buffer, if it is a directory). |
| 6399 | Type \\[dired-find-file-other-window] to find file or dired directory in Other window. | 6404 | Type \\[dired-find-file-other-window] to find file or dired directory in Other window. |
| @@ -6403,10 +6408,10 @@ Type \\[dired-do-copy] to Copy files. | |||
| 6403 | Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches. | 6408 | Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches. |
| 6404 | Type \\[revert-buffer] to read all currently expanded directories aGain. | 6409 | Type \\[revert-buffer] to read all currently expanded directories aGain. |
| 6405 | This retains all marks and hides subdirs again that were hidden before. | 6410 | This retains all marks and hides subdirs again that were hidden before. |
| 6406 | SPC and DEL can be used to move down and up by lines. | 6411 | Use `SPC' and `DEL' to move down and up by lines. |
| 6407 | 6412 | ||
| 6408 | If Dired ever gets confused, you can either type \\[revert-buffer] to read the | 6413 | If Dired ever gets confused, you can either type \\[revert-buffer] to read the |
| 6409 | directories again, type \\[dired-do-redisplay] to relist a single or the marked files or a | 6414 | directories again, type \\[dired-do-redisplay] to relist the file at point or the marked files or a |
| 6410 | subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer | 6415 | subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer |
| 6411 | again for the directory tree. | 6416 | again for the directory tree. |
| 6412 | 6417 | ||
| @@ -6485,7 +6490,7 @@ redefine OBJECT if it is a symbol. | |||
| 6485 | ;;;;;; standard-display-g1 standard-display-ascii standard-display-default | 6490 | ;;;;;; standard-display-g1 standard-display-ascii standard-display-default |
| 6486 | ;;;;;; standard-display-8bit describe-current-display-table describe-display-table | 6491 | ;;;;;; standard-display-8bit describe-current-display-table describe-display-table |
| 6487 | ;;;;;; set-display-table-slot display-table-slot make-display-table) | 6492 | ;;;;;; set-display-table-slot display-table-slot make-display-table) |
| 6488 | ;;;;;; "disp-table" "disp-table.el" (19845 45374)) | 6493 | ;;;;;; "disp-table" "disp-table.el" (19984 16846)) |
| 6489 | ;;; Generated autoloads from disp-table.el | 6494 | ;;; Generated autoloads from disp-table.el |
| 6490 | 6495 | ||
| 6491 | (autoload 'make-display-table "disp-table" "\ | 6496 | (autoload 'make-display-table "disp-table" "\ |
| @@ -6668,8 +6673,8 @@ Locate SOA record and increment the serial field. | |||
| 6668 | ;;;*** | 6673 | ;;;*** |
| 6669 | 6674 | ||
| 6670 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe | 6675 | ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe |
| 6671 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (19953 | 6676 | ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20002 |
| 6672 | ;;;;;; 8437)) | 6677 | ;;;;;; 46800)) |
| 6673 | ;;; Generated autoloads from doc-view.el | 6678 | ;;; Generated autoloads from doc-view.el |
| 6674 | 6679 | ||
| 6675 | (autoload 'doc-view-mode-p "doc-view" "\ | 6680 | (autoload 'doc-view-mode-p "doc-view" "\ |
| @@ -7584,7 +7589,7 @@ Toggle edebugging of all forms. | |||
| 7584 | ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories | 7589 | ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories |
| 7585 | ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories | 7590 | ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories |
| 7586 | ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file | 7591 | ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file |
| 7587 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19845 45374)) | 7592 | ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19996 8027)) |
| 7588 | ;;; Generated autoloads from vc/ediff.el | 7593 | ;;; Generated autoloads from vc/ediff.el |
| 7589 | 7594 | ||
| 7590 | (autoload 'ediff-files "ediff" "\ | 7595 | (autoload 'ediff-files "ediff" "\ |
| @@ -7768,7 +7773,7 @@ buffer. | |||
| 7768 | \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) | 7773 | \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) |
| 7769 | 7774 | ||
| 7770 | (autoload 'ediff-patch-file "ediff" "\ | 7775 | (autoload 'ediff-patch-file "ediff" "\ |
| 7771 | Run Ediff by patching SOURCE-FILENAME. | 7776 | Query for a file name, and then run Ediff by patching that file. |
| 7772 | If optional PATCH-BUF is given, use the patch in that buffer | 7777 | If optional PATCH-BUF is given, use the patch in that buffer |
| 7773 | and don't ask the user. | 7778 | and don't ask the user. |
| 7774 | If prefix argument, then: if even argument, assume that the patch is in a | 7779 | If prefix argument, then: if even argument, assume that the patch is in a |
| @@ -8149,6 +8154,32 @@ displayed. | |||
| 8149 | 8154 | ||
| 8150 | ;;;*** | 8155 | ;;;*** |
| 8151 | 8156 | ||
| 8157 | ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el" | ||
| 8158 | ;;;;;; (19988 13913)) | ||
| 8159 | ;;; Generated autoloads from emacs-lock.el | ||
| 8160 | |||
| 8161 | (autoload 'emacs-lock-mode "emacs-lock" "\ | ||
| 8162 | Toggle Emacs Lock mode in the current buffer. | ||
| 8163 | |||
| 8164 | With \\[universal-argument], ask for the locking mode to be used. | ||
| 8165 | With other prefix ARG, turn mode on if ARG is positive, off otherwise. | ||
| 8166 | |||
| 8167 | Initially, if the user does not pass an explicit locking mode, it defaults | ||
| 8168 | to `emacs-lock-default-locking-mode' (which see); afterwards, the locking | ||
| 8169 | mode most recently set on the buffer is used instead. | ||
| 8170 | |||
| 8171 | When called from Elisp code, ARG can be any locking mode: | ||
| 8172 | |||
| 8173 | exit -- Emacs cannot exit while the buffer is locked | ||
| 8174 | kill -- the buffer cannot be killed, but Emacs can exit as usual | ||
| 8175 | all -- the buffer is locked against both actions | ||
| 8176 | |||
| 8177 | Other values are interpreted as usual. | ||
| 8178 | |||
| 8179 | \(fn &optional ARG)" t nil) | ||
| 8180 | |||
| 8181 | ;;;*** | ||
| 8182 | |||
| 8152 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 8183 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 8153 | ;;;;;; (19978 37530)) | 8184 | ;;;;;; (19978 37530)) |
| 8154 | ;;; Generated autoloads from mail/emacsbug.el | 8185 | ;;; Generated autoloads from mail/emacsbug.el |
| @@ -8579,7 +8610,7 @@ Look at CONFIG and try to expand GROUP. | |||
| 8579 | ;;;*** | 8610 | ;;;*** |
| 8580 | 8611 | ||
| 8581 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" | 8612 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" |
| 8582 | ;;;;;; "erc/erc.el" (19981 40664)) | 8613 | ;;;;;; "erc/erc.el" (19986 58615)) |
| 8583 | ;;; Generated autoloads from erc/erc.el | 8614 | ;;; Generated autoloads from erc/erc.el |
| 8584 | 8615 | ||
| 8585 | (autoload 'erc-select-read-args "erc" "\ | 8616 | (autoload 'erc-select-read-args "erc" "\ |
| @@ -9202,7 +9233,7 @@ corresponding to a successful execution. | |||
| 9202 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9233 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9203 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9234 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9204 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9235 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9205 | ;;;;;; (19936 52203)) | 9236 | ;;;;;; (20007 64734)) |
| 9206 | ;;; Generated autoloads from progmodes/etags.el | 9237 | ;;; Generated autoloads from progmodes/etags.el |
| 9207 | 9238 | ||
| 9208 | (defvar tags-file-name nil "\ | 9239 | (defvar tags-file-name nil "\ |
| @@ -9459,7 +9490,11 @@ Search through all files listed in tags table for match for REGEXP. | |||
| 9459 | Stops when a match is found. | 9490 | Stops when a match is found. |
| 9460 | To continue searching for next match, use command \\[tags-loop-continue]. | 9491 | To continue searching for next match, use command \\[tags-loop-continue]. |
| 9461 | 9492 | ||
| 9462 | See documentation of variable `tags-file-name'. | 9493 | If FILE-LIST-FORM is non-nil, it should be a form that, when |
| 9494 | evaluated, will return a list of file names. The search will be | ||
| 9495 | restricted to these files. | ||
| 9496 | |||
| 9497 | Aleso see the documentation of the `tags-file-name' variable. | ||
| 9463 | 9498 | ||
| 9464 | \(fn REGEXP &optional FILE-LIST-FORM)" t nil) | 9499 | \(fn REGEXP &optional FILE-LIST-FORM)" t nil) |
| 9465 | 9500 | ||
| @@ -10138,7 +10173,7 @@ Besides the choice of face, it is the same as `buffer-face-mode'. | |||
| 10138 | 10173 | ||
| 10139 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10174 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10140 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10175 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 10141 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19931 11784)) | 10176 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19986 58615)) |
| 10142 | ;;; Generated autoloads from mail/feedmail.el | 10177 | ;;; Generated autoloads from mail/feedmail.el |
| 10143 | 10178 | ||
| 10144 | (autoload 'feedmail-send-it "feedmail" "\ | 10179 | (autoload 'feedmail-send-it "feedmail" "\ |
| @@ -10782,8 +10817,8 @@ to get the effect of a C-q. | |||
| 10782 | 10817 | ||
| 10783 | ;;;*** | 10818 | ;;;*** |
| 10784 | 10819 | ||
| 10785 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) | 10820 | ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on |
| 10786 | ;;;;;; "flymake" "progmodes/flymake.el" (19976 22732)) | 10821 | ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (19984 16846)) |
| 10787 | ;;; Generated autoloads from progmodes/flymake.el | 10822 | ;;; Generated autoloads from progmodes/flymake.el |
| 10788 | 10823 | ||
| 10789 | (autoload 'flymake-mode "flymake" "\ | 10824 | (autoload 'flymake-mode "flymake" "\ |
| @@ -10803,11 +10838,16 @@ Turn flymake mode off. | |||
| 10803 | 10838 | ||
| 10804 | \(fn)" nil nil) | 10839 | \(fn)" nil nil) |
| 10805 | 10840 | ||
| 10841 | (autoload 'flymake-find-file-hook "flymake" "\ | ||
| 10842 | |||
| 10843 | |||
| 10844 | \(fn)" nil nil) | ||
| 10845 | |||
| 10806 | ;;;*** | 10846 | ;;;*** |
| 10807 | 10847 | ||
| 10808 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 10848 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 10809 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 10849 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 10810 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19981 40664)) | 10850 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19982 3545)) |
| 10811 | ;;; Generated autoloads from textmodes/flyspell.el | 10851 | ;;; Generated autoloads from textmodes/flyspell.el |
| 10812 | 10852 | ||
| 10813 | (autoload 'flyspell-prog-mode "flyspell" "\ | 10853 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -10877,7 +10917,7 @@ Flyspell whole buffer. | |||
| 10877 | 10917 | ||
| 10878 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 10918 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 10879 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 10919 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 10880 | ;;;;;; (19886 45771)) | 10920 | ;;;;;; (19998 49767)) |
| 10881 | ;;; Generated autoloads from follow.el | 10921 | ;;; Generated autoloads from follow.el |
| 10882 | 10922 | ||
| 10883 | (autoload 'turn-on-follow-mode "follow" "\ | 10923 | (autoload 'turn-on-follow-mode "follow" "\ |
| @@ -11129,7 +11169,7 @@ and choose the directory as the fortune-file. | |||
| 11129 | ;;;*** | 11169 | ;;;*** |
| 11130 | 11170 | ||
| 11131 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" | 11171 | ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el" |
| 11132 | ;;;;;; (19931 11784)) | 11172 | ;;;;;; (19988 13913)) |
| 11133 | ;;; Generated autoloads from progmodes/gdb-mi.el | 11173 | ;;; Generated autoloads from progmodes/gdb-mi.el |
| 11134 | 11174 | ||
| 11135 | (defvar gdb-enable-debug nil "\ | 11175 | (defvar gdb-enable-debug nil "\ |
| @@ -11337,7 +11377,7 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11337 | ;;;*** | 11377 | ;;;*** |
| 11338 | 11378 | ||
| 11339 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11379 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11340 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19978 37530)) | 11380 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20006 43871)) |
| 11341 | ;;; Generated autoloads from gnus/gnus.el | 11381 | ;;; Generated autoloads from gnus/gnus.el |
| 11342 | (when (fboundp 'custom-autoload) | 11382 | (when (fboundp 'custom-autoload) |
| 11343 | (custom-autoload 'gnus-select-method "gnus")) | 11383 | (custom-autoload 'gnus-select-method "gnus")) |
| @@ -11481,7 +11521,7 @@ If CLEAN, obsolete (ignore). | |||
| 11481 | ;;;*** | 11521 | ;;;*** |
| 11482 | 11522 | ||
| 11483 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11523 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 11484 | ;;;;;; (19981 40664)) | 11524 | ;;;;;; (20022 32083)) |
| 11485 | ;;; Generated autoloads from gnus/gnus-art.el | 11525 | ;;; Generated autoloads from gnus/gnus-art.el |
| 11486 | 11526 | ||
| 11487 | (autoload 'gnus-article-prepare-display "gnus-art" "\ | 11527 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| @@ -11699,7 +11739,7 @@ If gravatars are already displayed, remove them. | |||
| 11699 | ;;;*** | 11739 | ;;;*** |
| 11700 | 11740 | ||
| 11701 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 11741 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 11702 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (19981 40664)) | 11742 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (20006 43871)) |
| 11703 | ;;; Generated autoloads from gnus/gnus-group.el | 11743 | ;;; Generated autoloads from gnus/gnus-group.el |
| 11704 | 11744 | ||
| 11705 | (autoload 'gnus-fetch-group "gnus-group" "\ | 11745 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| @@ -11717,7 +11757,7 @@ Pop up a frame and enter GROUP. | |||
| 11717 | ;;;*** | 11757 | ;;;*** |
| 11718 | 11758 | ||
| 11719 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" | 11759 | ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html" |
| 11720 | ;;;;;; "gnus/gnus-html.el" (19917 1372)) | 11760 | ;;;;;; "gnus/gnus-html.el" (20006 43871)) |
| 11721 | ;;; Generated autoloads from gnus/gnus-html.el | 11761 | ;;; Generated autoloads from gnus/gnus-html.el |
| 11722 | 11762 | ||
| 11723 | (autoload 'gnus-article-html "gnus-html" "\ | 11763 | (autoload 'gnus-article-html "gnus-html" "\ |
| @@ -11874,7 +11914,7 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 11874 | ;;;*** | 11914 | ;;;*** |
| 11875 | 11915 | ||
| 11876 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 11916 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 11877 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19978 37530)) | 11917 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19990 55648)) |
| 11878 | ;;; Generated autoloads from gnus/gnus-msg.el | 11918 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 11879 | 11919 | ||
| 11880 | (autoload 'gnus-msg-mail "gnus-msg" "\ | 11920 | (autoload 'gnus-msg-mail "gnus-msg" "\ |
| @@ -12051,7 +12091,7 @@ Update the format specification near point. | |||
| 12051 | ;;;*** | 12091 | ;;;*** |
| 12052 | 12092 | ||
| 12053 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" | 12093 | ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" |
| 12054 | ;;;;;; (19953 61266)) | 12094 | ;;;;;; (19988 13913)) |
| 12055 | ;;; Generated autoloads from gnus/gnus-start.el | 12095 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12056 | 12096 | ||
| 12057 | (autoload 'gnus-declare-backend "gnus-start" "\ | 12097 | (autoload 'gnus-declare-backend "gnus-start" "\ |
| @@ -12062,7 +12102,7 @@ Declare back end NAME with ABILITIES as a Gnus back end. | |||
| 12062 | ;;;*** | 12102 | ;;;*** |
| 12063 | 12103 | ||
| 12064 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" | 12104 | ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el" |
| 12065 | ;;;;;; (19981 40664)) | 12105 | ;;;;;; (20022 32083)) |
| 12066 | ;;; Generated autoloads from gnus/gnus-sum.el | 12106 | ;;; Generated autoloads from gnus/gnus-sum.el |
| 12067 | 12107 | ||
| 12068 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ | 12108 | (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\ |
| @@ -12100,6 +12140,23 @@ Add the window configuration CONF to `gnus-buffer-configuration'. | |||
| 12100 | 12140 | ||
| 12101 | ;;;*** | 12141 | ;;;*** |
| 12102 | 12142 | ||
| 12143 | ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el" | ||
| 12144 | ;;;;;; (20002 46800)) | ||
| 12145 | ;;; Generated autoloads from net/gnutls.el | ||
| 12146 | |||
| 12147 | (defvar gnutls-min-prime-bits nil "\ | ||
| 12148 | The minimum number of bits to be used in Diffie-Hellman key exchange. | ||
| 12149 | |||
| 12150 | This sets the minimum accepted size of the key to be used in a | ||
| 12151 | client-server handshake. If the server sends a prime with fewer than | ||
| 12152 | the specified number of bits the handshake will fail. | ||
| 12153 | |||
| 12154 | A value of nil says to use the default gnutls value.") | ||
| 12155 | |||
| 12156 | (custom-autoload 'gnutls-min-prime-bits "gnutls" t) | ||
| 12157 | |||
| 12158 | ;;;*** | ||
| 12159 | |||
| 12103 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19889 21967)) | 12160 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19889 21967)) |
| 12104 | ;;; Generated autoloads from play/gomoku.el | 12161 | ;;; Generated autoloads from play/gomoku.el |
| 12105 | 12162 | ||
| @@ -12185,7 +12242,7 @@ Retrieve MAIL-ADDRESS gravatar and returns it. | |||
| 12185 | 12242 | ||
| 12186 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12243 | ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12187 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12244 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12188 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19980 19797)) | 12245 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19989 34789)) |
| 12189 | ;;; Generated autoloads from progmodes/grep.el | 12246 | ;;; Generated autoloads from progmodes/grep.el |
| 12190 | 12247 | ||
| 12191 | (defvar grep-window-height nil "\ | 12248 | (defvar grep-window-height nil "\ |
| @@ -12356,7 +12413,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12356 | ;;;*** | 12413 | ;;;*** |
| 12357 | 12414 | ||
| 12358 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb | 12415 | ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb |
| 12359 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19931 11784)) | 12416 | ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19988 13913)) |
| 12360 | ;;; Generated autoloads from progmodes/gud.el | 12417 | ;;; Generated autoloads from progmodes/gud.el |
| 12361 | 12418 | ||
| 12362 | (autoload 'gud-gdb "gud" "\ | 12419 | (autoload 'gud-gdb "gud" "\ |
| @@ -13787,7 +13844,7 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 13787 | 13844 | ||
| 13788 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 13845 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 13789 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 13846 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 13790 | ;;;;;; "calendar/icalendar.el" (19897 16090)) | 13847 | ;;;;;; "calendar/icalendar.el" (20015 58840)) |
| 13791 | ;;; Generated autoloads from calendar/icalendar.el | 13848 | ;;; Generated autoloads from calendar/icalendar.el |
| 13792 | 13849 | ||
| 13793 | (autoload 'icalendar-export-file "icalendar" "\ | 13850 | (autoload 'icalendar-export-file "icalendar" "\ |
| @@ -14353,7 +14410,7 @@ Toggle inline image minor mode. | |||
| 14353 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p | 14410 | ;;;;;; create-image image-type-auto-detected-p image-type-available-p |
| 14354 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header | 14411 | ;;;;;; image-type image-type-from-file-name image-type-from-file-header |
| 14355 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" | 14412 | ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el" |
| 14356 | ;;;;;; (19956 37456)) | 14413 | ;;;;;; (20013 17118)) |
| 14357 | ;;; Generated autoloads from image.el | 14414 | ;;; Generated autoloads from image.el |
| 14358 | 14415 | ||
| 14359 | (autoload 'image-type-from-data "image" "\ | 14416 | (autoload 'image-type-from-data "image" "\ |
| @@ -14439,6 +14496,7 @@ IMAGE must be an image created with `create-image' or `defimage'. | |||
| 14439 | IMAGE is displayed by putting an overlay into the current buffer with a | 14496 | IMAGE is displayed by putting an overlay into the current buffer with a |
| 14440 | `before-string' STRING that has a `display' property whose value is the | 14497 | `before-string' STRING that has a `display' property whose value is the |
| 14441 | image. STRING is defaulted if you omit it. | 14498 | image. STRING is defaulted if you omit it. |
| 14499 | The overlay created will have the `put-image' property set to t. | ||
| 14442 | POS may be an integer or marker. | 14500 | POS may be an integer or marker. |
| 14443 | AREA is where to display the image. AREA nil or omitted means | 14501 | AREA is where to display the image. AREA nil or omitted means |
| 14444 | display it in the text area, a value of `left-margin' means | 14502 | display it in the text area, a value of `left-margin' means |
| @@ -14450,8 +14508,8 @@ means display it in the right marginal area. | |||
| 14450 | (autoload 'insert-image "image" "\ | 14508 | (autoload 'insert-image "image" "\ |
| 14451 | Insert IMAGE into current buffer at point. | 14509 | Insert IMAGE into current buffer at point. |
| 14452 | IMAGE is displayed by inserting STRING into the current buffer | 14510 | IMAGE is displayed by inserting STRING into the current buffer |
| 14453 | with a `display' property whose value is the image. STRING is | 14511 | with a `display' property whose value is the image. STRING |
| 14454 | defaulted if you omit it. | 14512 | defaults to the empty string if you omit it. |
| 14455 | AREA is where to display the image. AREA nil or omitted means | 14513 | AREA is where to display the image. AREA nil or omitted means |
| 14456 | display it in the text area, a value of `left-margin' means | 14514 | display it in the text area, a value of `left-margin' means |
| 14457 | display it in the left marginal area, a value of `right-margin' | 14515 | display it in the left marginal area, a value of `right-margin' |
| @@ -14749,7 +14807,7 @@ Image files are those whose name has an extension in | |||
| 14749 | ;;;*** | 14807 | ;;;*** |
| 14750 | 14808 | ||
| 14751 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode | 14809 | ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode |
| 14752 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19951 19539)) | 14810 | ;;;;;; image-mode) "image-mode" "image-mode.el" (19999 41597)) |
| 14753 | ;;; Generated autoloads from image-mode.el | 14811 | ;;; Generated autoloads from image-mode.el |
| 14754 | 14812 | ||
| 14755 | (autoload 'image-mode "image-mode" "\ | 14813 | (autoload 'image-mode "image-mode" "\ |
| @@ -15007,7 +15065,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15007 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node | 15065 | ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node |
| 15008 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory | 15066 | ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory |
| 15009 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual | 15067 | ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual |
| 15010 | ;;;;;; info info-other-window) "info" "info.el" (19967 7755)) | 15068 | ;;;;;; info info-other-window) "info" "info.el" (20000 30124)) |
| 15011 | ;;; Generated autoloads from info.el | 15069 | ;;; Generated autoloads from info.el |
| 15012 | 15070 | ||
| 15013 | (autoload 'info-other-window "info" "\ | 15071 | (autoload 'info-other-window "info" "\ |
| @@ -15022,7 +15080,7 @@ Enter Info, the documentation browser. | |||
| 15022 | Optional argument FILE-OR-NODE specifies the file to examine; | 15080 | Optional argument FILE-OR-NODE specifies the file to examine; |
| 15023 | the default is the top-level directory of Info. | 15081 | the default is the top-level directory of Info. |
| 15024 | Called from a program, FILE-OR-NODE may specify an Info node of the form | 15082 | Called from a program, FILE-OR-NODE may specify an Info node of the form |
| 15025 | `(FILENAME)NODENAME'. | 15083 | \"(FILENAME)NODENAME\". |
| 15026 | Optional argument BUFFER specifies the Info buffer name; | 15084 | Optional argument BUFFER specifies the Info buffer name; |
| 15027 | the default buffer name is *info*. If BUFFER exists, | 15085 | the default buffer name is *info*. If BUFFER exists, |
| 15028 | just switch to BUFFER. Otherwise, create a new buffer | 15086 | just switch to BUFFER. Otherwise, create a new buffer |
| @@ -15130,7 +15188,7 @@ Moving within a node: | |||
| 15130 | \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is | 15188 | \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is |
| 15131 | already visible, try to go to the previous menu entry, or up | 15189 | already visible, try to go to the previous menu entry, or up |
| 15132 | if there is none. | 15190 | if there is none. |
| 15133 | \\[beginning-of-buffer] Go to beginning of node. | 15191 | \\[Info-beginning-of-buffer] Go to beginning of node. |
| 15134 | 15192 | ||
| 15135 | Advanced commands: | 15193 | Advanced commands: |
| 15136 | \\[Info-search] Search through this Info file for specified regexp, | 15194 | \\[Info-search] Search through this Info file for specified regexp, |
| @@ -15194,7 +15252,7 @@ Go to Info buffer that displays MANUAL, creating it if none already exists. | |||
| 15194 | 15252 | ||
| 15195 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15253 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15196 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15254 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15197 | ;;;;;; (19936 52203)) | 15255 | ;;;;;; (19984 16846)) |
| 15198 | ;;; Generated autoloads from info-look.el | 15256 | ;;; Generated autoloads from info-look.el |
| 15199 | 15257 | ||
| 15200 | (autoload 'info-lookup-reset "info-look" "\ | 15258 | (autoload 'info-lookup-reset "info-look" "\ |
| @@ -15837,7 +15895,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 15837 | ;;;*** | 15895 | ;;;*** |
| 15838 | 15896 | ||
| 15839 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 15897 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 15840 | ;;;;;; "jka-compr.el" (19886 45771)) | 15898 | ;;;;;; "jka-compr.el" (20000 30139)) |
| 15841 | ;;; Generated autoloads from jka-compr.el | 15899 | ;;; Generated autoloads from jka-compr.el |
| 15842 | 15900 | ||
| 15843 | (defvar jka-compr-inhibit nil "\ | 15901 | (defvar jka-compr-inhibit nil "\ |
| @@ -16346,8 +16404,8 @@ See `linum-mode' for more information on Linum mode. | |||
| 16346 | 16404 | ||
| 16347 | ;;;*** | 16405 | ;;;*** |
| 16348 | 16406 | ||
| 16349 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19975 | 16407 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19996 |
| 16350 | ;;;;;; 1875)) | 16408 | ;;;;;; 8027)) |
| 16351 | ;;; Generated autoloads from loadhist.el | 16409 | ;;; Generated autoloads from loadhist.el |
| 16352 | 16410 | ||
| 16353 | (autoload 'unload-feature "loadhist" "\ | 16411 | (autoload 'unload-feature "loadhist" "\ |
| @@ -16469,16 +16527,20 @@ Major mode for browsing CVS log output. | |||
| 16469 | 16527 | ||
| 16470 | ;;;*** | 16528 | ;;;*** |
| 16471 | 16529 | ||
| 16472 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19886 | 16530 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19984 |
| 16473 | ;;;;;; 45771)) | 16531 | ;;;;;; 16846)) |
| 16474 | ;;; Generated autoloads from longlines.el | 16532 | ;;; Generated autoloads from longlines.el |
| 16475 | 16533 | ||
| 16476 | (autoload 'longlines-mode "longlines" "\ | 16534 | (autoload 'longlines-mode "longlines" "\ |
| 16477 | Toggle Long Lines mode. | 16535 | Minor mode to wrap long lines. |
| 16478 | In Long Lines mode, long lines are wrapped if they extend beyond | 16536 | In Long Lines mode, long lines are wrapped if they extend beyond |
| 16479 | `fill-column'. The soft newlines used for line wrapping will not | 16537 | `fill-column'. The soft newlines used for line wrapping will not |
| 16480 | show up when the text is yanked or saved to disk. | 16538 | show up when the text is yanked or saved to disk. |
| 16481 | 16539 | ||
| 16540 | With no argument, this command toggles Flyspell mode. | ||
| 16541 | With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive, | ||
| 16542 | otherwise turn it off. | ||
| 16543 | |||
| 16482 | If the variable `longlines-auto-wrap' is non-nil, lines are automatically | 16544 | If the variable `longlines-auto-wrap' is non-nil, lines are automatically |
| 16483 | wrapped whenever the buffer is changed. You can always call | 16545 | wrapped whenever the buffer is changed. You can always call |
| 16484 | `fill-paragraph' to fill individual paragraphs. | 16546 | `fill-paragraph' to fill individual paragraphs. |
| @@ -17103,7 +17165,7 @@ Previous contents of that buffer are killed first. | |||
| 17103 | ;;;*** | 17165 | ;;;*** |
| 17104 | 17166 | ||
| 17105 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" | 17167 | ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el" |
| 17106 | ;;;;;; (19870 57559)) | 17168 | ;;;;;; (19999 41597)) |
| 17107 | ;;; Generated autoloads from man.el | 17169 | ;;; Generated autoloads from man.el |
| 17108 | 17170 | ||
| 17109 | (defalias 'manual-entry 'man) | 17171 | (defalias 'manual-entry 'man) |
| @@ -17211,7 +17273,7 @@ Returns non-nil if the new state is enabled. | |||
| 17211 | ;;;;;; message-forward-make-body message-forward message-recover | 17273 | ;;;;;; message-forward-make-body message-forward message-recover |
| 17212 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 17274 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 17213 | ;;;;;; message-reply message-news message-mail message-mode) "message" | 17275 | ;;;;;; message-reply message-news message-mail message-mode) "message" |
| 17214 | ;;;;;; "gnus/message.el" (19980 19797)) | 17276 | ;;;;;; "gnus/message.el" (20006 43871)) |
| 17215 | ;;; Generated autoloads from gnus/message.el | 17277 | ;;; Generated autoloads from gnus/message.el |
| 17216 | 17278 | ||
| 17217 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 17279 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -17439,7 +17501,7 @@ redisplayed as output is inserted. | |||
| 17439 | 17501 | ||
| 17440 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose | 17502 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 17441 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" | 17503 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 17442 | ;;;;;; "mh-e/mh-comp.el" (19845 45374)) | 17504 | ;;;;;; "mh-e/mh-comp.el" (19993 31832)) |
| 17443 | ;;; Generated autoloads from mh-e/mh-comp.el | 17505 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 17444 | 17506 | ||
| 17445 | (autoload 'mh-smail "mh-comp" "\ | 17507 | (autoload 'mh-smail "mh-comp" "\ |
| @@ -17486,7 +17548,7 @@ Elements look like (HEADER . VALUE) where both HEADER and VALUE | |||
| 17486 | are strings. | 17548 | are strings. |
| 17487 | 17549 | ||
| 17488 | CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and | 17550 | CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and |
| 17489 | RETURN-ACTION are ignored. | 17551 | RETURN-ACTION and any additional arguments are IGNORED. |
| 17490 | 17552 | ||
| 17491 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil) | 17553 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil) |
| 17492 | 17554 | ||
| @@ -17529,7 +17591,7 @@ delete the draft message. | |||
| 17529 | 17591 | ||
| 17530 | ;;;*** | 17592 | ;;;*** |
| 17531 | 17593 | ||
| 17532 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19931 11784)) | 17594 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20004 2139)) |
| 17533 | ;;; Generated autoloads from mh-e/mh-e.el | 17595 | ;;; Generated autoloads from mh-e/mh-e.el |
| 17534 | 17596 | ||
| 17535 | (put 'mh-progs 'risky-local-variable t) | 17597 | (put 'mh-progs 'risky-local-variable t) |
| @@ -17546,7 +17608,7 @@ Display version information about MH-E and the MH mail handling system. | |||
| 17546 | ;;;*** | 17608 | ;;;*** |
| 17547 | 17609 | ||
| 17548 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 17610 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 17549 | ;;;;;; "mh-e/mh-folder.el" (19845 45374)) | 17611 | ;;;;;; "mh-e/mh-folder.el" (20004 2139)) |
| 17550 | ;;; Generated autoloads from mh-e/mh-folder.el | 17612 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 17551 | 17613 | ||
| 17552 | (autoload 'mh-rmail "mh-folder" "\ | 17614 | (autoload 'mh-rmail "mh-folder" "\ |
| @@ -18041,8 +18103,8 @@ To test this function, evaluate: | |||
| 18041 | 18103 | ||
| 18042 | ;;;*** | 18104 | ;;;*** |
| 18043 | 18105 | ||
| 18044 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19886 | 18106 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19997 |
| 18045 | ;;;;;; 45771)) | 18107 | ;;;;;; 28887)) |
| 18046 | ;;; Generated autoloads from mouse-sel.el | 18108 | ;;; Generated autoloads from mouse-sel.el |
| 18047 | 18109 | ||
| 18048 | (defvar mouse-sel-mode nil "\ | 18110 | (defvar mouse-sel-mode nil "\ |
| @@ -18059,14 +18121,10 @@ Toggle Mouse Sel mode. | |||
| 18059 | With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. | 18121 | With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. |
| 18060 | Returns the new status of Mouse Sel mode (non-nil means on). | 18122 | Returns the new status of Mouse Sel mode (non-nil means on). |
| 18061 | 18123 | ||
| 18062 | When Mouse Sel mode is enabled, mouse selection is enhanced in various ways: | 18124 | When Mouse Sel mode is enabled, mouse selection is enhanced in |
| 18063 | 18125 | various ways: | |
| 18064 | - Clicking mouse-1 starts (cancels) selection, dragging extends it. | ||
| 18065 | |||
| 18066 | - Clicking or dragging mouse-3 extends the selection as well. | ||
| 18067 | 18126 | ||
| 18068 | - Double-clicking on word constituents selects words. | 18127 | - Double-clicking on symbol constituents selects symbols. |
| 18069 | Double-clicking on symbol constituents selects symbols. | ||
| 18070 | Double-clicking on quotes or parentheses selects sexps. | 18128 | Double-clicking on quotes or parentheses selects sexps. |
| 18071 | Double-clicking on whitespace selects whitespace. | 18129 | Double-clicking on whitespace selects whitespace. |
| 18072 | Triple-clicking selects lines. | 18130 | Triple-clicking selects lines. |
| @@ -18081,14 +18139,8 @@ mouse-sel sets the variables `interprogram-cut-function' and | |||
| 18081 | - Clicking mouse-2 inserts the contents of the primary selection at | 18139 | - Clicking mouse-2 inserts the contents of the primary selection at |
| 18082 | the mouse position (or point, if `mouse-yank-at-point' is non-nil). | 18140 | the mouse position (or point, if `mouse-yank-at-point' is non-nil). |
| 18083 | 18141 | ||
| 18084 | - Pressing mouse-2 while selecting or extending copies selection | 18142 | - mouse-2 while selecting or extending copies selection to the |
| 18085 | to the kill ring. Pressing mouse-1 or mouse-3 kills it. | 18143 | kill ring; mouse-1 or mouse-3 kills it. |
| 18086 | |||
| 18087 | - Double-clicking mouse-3 also kills selection. | ||
| 18088 | |||
| 18089 | - M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2 | ||
| 18090 | & mouse-3, but operate on the X secondary selection rather than the | ||
| 18091 | primary selection and region. | ||
| 18092 | 18144 | ||
| 18093 | \(fn &optional ARG)" t nil) | 18145 | \(fn &optional ARG)" t nil) |
| 18094 | 18146 | ||
| @@ -18527,7 +18579,7 @@ listed in the PORTS list. | |||
| 18527 | ;;;*** | 18579 | ;;;*** |
| 18528 | 18580 | ||
| 18529 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" | 18581 | ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el" |
| 18530 | ;;;;;; (19976 22732)) | 18582 | ;;;;;; (19990 55648)) |
| 18531 | ;;; Generated autoloads from net/network-stream.el | 18583 | ;;; Generated autoloads from net/network-stream.el |
| 18532 | 18584 | ||
| 18533 | (autoload 'open-network-stream "network-stream" "\ | 18585 | (autoload 'open-network-stream "network-stream" "\ |
| @@ -18578,6 +18630,10 @@ values: | |||
| 18578 | 18630 | ||
| 18579 | :end-of-command specifies a regexp matching the end of a command. | 18631 | :end-of-command specifies a regexp matching the end of a command. |
| 18580 | 18632 | ||
| 18633 | :end-of-capability specifies a regexp matching the end of the | ||
| 18634 | response to the command specified for :capability-command. | ||
| 18635 | It defaults to the regexp specified for :end-of-command. | ||
| 18636 | |||
| 18581 | :success specifies a regexp matching a message indicating a | 18637 | :success specifies a regexp matching a message indicating a |
| 18582 | successful STARTTLS negotiation. For instance, the default | 18638 | successful STARTTLS negotiation. For instance, the default |
| 18583 | should be \"^3\" for an NNTP connection. | 18639 | should be \"^3\" for an NNTP connection. |
| @@ -19083,13 +19139,14 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19083 | ;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block | 19139 | ;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block |
| 19084 | ;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe | 19140 | ;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe |
| 19085 | ;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer | 19141 | ;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer |
| 19086 | ;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result | 19142 | ;;;;;; org-babel-map-inline-src-blocks org-babel-map-src-blocks |
| 19087 | ;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session | 19143 | ;;;;;; org-babel-open-src-block-result org-babel-switch-to-session-with-code |
| 19088 | ;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-expand-src-block | 19144 | ;;;;;; org-babel-switch-to-session org-babel-initiate-session org-babel-load-in-session |
| 19089 | ;;;;;; org-babel-execute-src-block org-babel-pop-to-session-maybe | 19145 | ;;;;;; org-babel-check-src-block org-babel-expand-src-block org-babel-execute-src-block |
| 19090 | ;;;;;; org-babel-load-in-session-maybe org-babel-expand-src-block-maybe | 19146 | ;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe |
| 19147 | ;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info | ||
| 19091 | ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" | 19148 | ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob" |
| 19092 | ;;;;;; "org/ob.el" (19845 45374)) | 19149 | ;;;;;; "org/ob.el" (20021 11227)) |
| 19093 | ;;; Generated autoloads from org/ob.el | 19150 | ;;; Generated autoloads from org/ob.el |
| 19094 | 19151 | ||
| 19095 | (autoload 'org-babel-execute-safely-maybe "ob" "\ | 19152 | (autoload 'org-babel-execute-safely-maybe "ob" "\ |
| @@ -19102,6 +19159,13 @@ the variable `nxml-enabled-unicode-blocks'. | |||
| 19102 | 19159 | ||
| 19103 | \(fn)" t nil) | 19160 | \(fn)" t nil) |
| 19104 | 19161 | ||
| 19162 | (autoload 'org-babel-view-src-block-info "ob" "\ | ||
| 19163 | Display information on the current source block. | ||
| 19164 | This includes header arguments, language and name, and is largely | ||
| 19165 | a window into the `org-babel-get-src-block-info' function. | ||
| 19166 | |||
| 19167 | \(fn)" t nil) | ||
| 19168 | |||
| 19105 | (autoload 'org-babel-expand-src-block-maybe "ob" "\ | 19169 | (autoload 'org-babel-expand-src-block-maybe "ob" "\ |
| 19106 | Conditionally expand a source block. | 19170 | Conditionally expand a source block. |
| 19107 | Detect if this is context for a org-babel src-block and if so | 19171 | Detect if this is context for a org-babel src-block and if so |
| @@ -19149,6 +19213,11 @@ arguments and pop open the results in a preview buffer. | |||
| 19149 | 19213 | ||
| 19150 | \(fn &optional ARG INFO PARAMS)" t nil) | 19214 | \(fn &optional ARG INFO PARAMS)" t nil) |
| 19151 | 19215 | ||
| 19216 | (autoload 'org-babel-check-src-block "ob" "\ | ||
| 19217 | Check for misspelled header arguments in the current code block. | ||
| 19218 | |||
| 19219 | \(fn)" t nil) | ||
| 19220 | |||
| 19152 | (autoload 'org-babel-load-in-session "ob" "\ | 19221 | (autoload 'org-babel-load-in-session "ob" "\ |
| 19153 | Load the body of the current source-code block. | 19222 | Load the body of the current source-code block. |
| 19154 | Evaluate the header arguments for the source block before | 19223 | Evaluate the header arguments for the source block before |
| @@ -19212,6 +19281,15 @@ end-body --------- point at the end of the body | |||
| 19212 | 19281 | ||
| 19213 | (put 'org-babel-map-src-blocks 'lisp-indent-function '1) | 19282 | (put 'org-babel-map-src-blocks 'lisp-indent-function '1) |
| 19214 | 19283 | ||
| 19284 | (autoload 'org-babel-map-inline-src-blocks "ob" "\ | ||
| 19285 | Evaluate BODY forms on each inline source-block in FILE. | ||
| 19286 | If FILE is nil evaluate BODY forms on source blocks in current | ||
| 19287 | buffer. | ||
| 19288 | |||
| 19289 | \(fn FILE &rest BODY)" nil (quote macro)) | ||
| 19290 | |||
| 19291 | (put 'org-babel-map-inline-src-blocks 'lisp-indent-function '1) | ||
| 19292 | |||
| 19215 | (autoload 'org-babel-execute-buffer "ob" "\ | 19293 | (autoload 'org-babel-execute-buffer "ob" "\ |
| 19216 | Execute source code blocks in a buffer. | 19294 | Execute source code blocks in a buffer. |
| 19217 | Call `org-babel-execute-src-block' on every source block in | 19295 | Call `org-babel-execute-src-block' on every source block in |
| @@ -19271,7 +19349,7 @@ Mark current src block | |||
| 19271 | ;;;*** | 19349 | ;;;*** |
| 19272 | 19350 | ||
| 19273 | ;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" | 19351 | ;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el" |
| 19274 | ;;;;;; (19845 45374)) | 19352 | ;;;;;; (20018 35031)) |
| 19275 | ;;; Generated autoloads from org/ob-keys.el | 19353 | ;;; Generated autoloads from org/ob-keys.el |
| 19276 | 19354 | ||
| 19277 | (autoload 'org-babel-describe-bindings "ob-keys" "\ | 19355 | (autoload 'org-babel-describe-bindings "ob-keys" "\ |
| @@ -19282,7 +19360,7 @@ Describe all keybindings behind `org-babel-key-prefix'. | |||
| 19282 | ;;;*** | 19360 | ;;;*** |
| 19283 | 19361 | ||
| 19284 | ;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe | 19362 | ;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe |
| 19285 | ;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (19845 45374)) | 19363 | ;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20018 35031)) |
| 19286 | ;;; Generated autoloads from org/ob-lob.el | 19364 | ;;; Generated autoloads from org/ob-lob.el |
| 19287 | 19365 | ||
| 19288 | (autoload 'org-babel-lob-ingest "ob-lob" "\ | 19366 | (autoload 'org-babel-lob-ingest "ob-lob" "\ |
| @@ -19307,7 +19385,7 @@ Return a Library of Babel function call as a string. | |||
| 19307 | 19385 | ||
| 19308 | ;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file | 19386 | ;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file |
| 19309 | ;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" | 19387 | ;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el" |
| 19310 | ;;;;;; (19845 45374)) | 19388 | ;;;;;; (20018 35031)) |
| 19311 | ;;; Generated autoloads from org/ob-tangle.el | 19389 | ;;; Generated autoloads from org/ob-tangle.el |
| 19312 | 19390 | ||
| 19313 | (defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ | 19391 | (defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\ |
| @@ -19344,7 +19422,7 @@ TARGET-FILE can be used to specify a default export file for all | |||
| 19344 | source blocks. Optional argument LANG can be used to limit the | 19422 | source blocks. Optional argument LANG can be used to limit the |
| 19345 | exported source code blocks by language. | 19423 | exported source code blocks by language. |
| 19346 | 19424 | ||
| 19347 | \(fn &optional TARGET-FILE LANG)" t nil) | 19425 | \(fn &optional ONLY-THIS-BLOCK TARGET-FILE LANG)" t nil) |
| 19348 | 19426 | ||
| 19349 | ;;;*** | 19427 | ;;;*** |
| 19350 | 19428 | ||
| @@ -19460,7 +19538,7 @@ including a reproducible test case and send the message. | |||
| 19460 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode | 19538 | ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode |
| 19461 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle | 19539 | ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle |
| 19462 | ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" | 19540 | ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el" |
| 19463 | ;;;;;; (19931 11784)) | 19541 | ;;;;;; (20018 35031)) |
| 19464 | ;;; Generated autoloads from org/org.el | 19542 | ;;; Generated autoloads from org/org.el |
| 19465 | 19543 | ||
| 19466 | (autoload 'org-babel-do-load-languages "org" "\ | 19544 | (autoload 'org-babel-do-load-languages "org" "\ |
| @@ -19598,6 +19676,7 @@ SCOPE determines the scope of this command. It can be any of: | |||
| 19598 | 19676 | ||
| 19599 | nil The current buffer, respecting the restriction if any | 19677 | nil The current buffer, respecting the restriction if any |
| 19600 | tree The subtree started with the entry at point | 19678 | tree The subtree started with the entry at point |
| 19679 | region The entries within the active region, if any | ||
| 19601 | file The current buffer, without restriction | 19680 | file The current buffer, without restriction |
| 19602 | file-with-archives | 19681 | file-with-archives |
| 19603 | The current buffer, and any archives associated with it | 19682 | The current buffer, and any archives associated with it |
| @@ -19683,7 +19762,7 @@ Call the customize function with org as argument. | |||
| 19683 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list | 19762 | ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list |
| 19684 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views | 19763 | ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views |
| 19685 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda | 19764 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda |
| 19686 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19914 25180)) | 19765 | ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20018 35031)) |
| 19687 | ;;; Generated autoloads from org/org-agenda.el | 19766 | ;;; Generated autoloads from org/org-agenda.el |
| 19688 | 19767 | ||
| 19689 | (autoload 'org-agenda "org-agenda" "\ | 19768 | (autoload 'org-agenda "org-agenda" "\ |
| @@ -19784,11 +19863,6 @@ Produce a daily/weekly view from all files in variable `org-agenda-files'. | |||
| 19784 | The view will be for the current day or week, but from the overview buffer | 19863 | The view will be for the current day or week, but from the overview buffer |
| 19785 | you will be able to go to other days/weeks. | 19864 | you will be able to go to other days/weeks. |
| 19786 | 19865 | ||
| 19787 | With one \\[universal-argument] prefix argument INCLUDE-ALL, | ||
| 19788 | all unfinished TODO items will also be shown, before the agenda. | ||
| 19789 | This feature is considered obsolete, please use the TODO list or a block | ||
| 19790 | agenda instead. | ||
| 19791 | |||
| 19792 | With a numeric prefix argument in an interactive call, the agenda will | 19866 | With a numeric prefix argument in an interactive call, the agenda will |
| 19793 | span INCLUDE-ALL days. Lisp programs should instead specify SPAN to change | 19867 | span INCLUDE-ALL days. Lisp programs should instead specify SPAN to change |
| 19794 | the number of days. SPAN defaults to `org-agenda-span'. | 19868 | the number of days. SPAN defaults to `org-agenda-span'. |
| @@ -19933,7 +20007,7 @@ belonging to the \"Work\" category. | |||
| 19933 | 20007 | ||
| 19934 | ;;;### (autoloads (org-archive-subtree-default-with-confirmation | 20008 | ;;;### (autoloads (org-archive-subtree-default-with-confirmation |
| 19935 | ;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" | 20009 | ;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el" |
| 19936 | ;;;;;; (19845 45374)) | 20010 | ;;;;;; (20018 35031)) |
| 19937 | ;;; Generated autoloads from org/org-archive.el | 20011 | ;;; Generated autoloads from org/org-archive.el |
| 19938 | 20012 | ||
| 19939 | (autoload 'org-archive-subtree-default "org-archive" "\ | 20013 | (autoload 'org-archive-subtree-default "org-archive" "\ |
| @@ -19953,8 +20027,8 @@ This command is set with the variable `org-archive-default-command'. | |||
| 19953 | ;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii | 20027 | ;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii |
| 19954 | ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer | 20028 | ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer |
| 19955 | ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer | 20029 | ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer |
| 19956 | ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19931 | 20030 | ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20018 |
| 19957 | ;;;;;; 11784)) | 20031 | ;;;;;; 35031)) |
| 19958 | ;;; Generated autoloads from org/org-ascii.el | 20032 | ;;; Generated autoloads from org/org-ascii.el |
| 19959 | 20033 | ||
| 19960 | (autoload 'org-export-as-latin1 "org-ascii" "\ | 20034 | (autoload 'org-export-as-latin1 "org-ascii" "\ |
| @@ -19968,7 +20042,7 @@ Like `org-export-as-ascii-to-buffer', use latin1 encoding for symbols. | |||
| 19968 | \(fn &rest ARGS)" t nil) | 20042 | \(fn &rest ARGS)" t nil) |
| 19969 | 20043 | ||
| 19970 | (autoload 'org-export-as-utf8 "org-ascii" "\ | 20044 | (autoload 'org-export-as-utf8 "org-ascii" "\ |
| 19971 | Like `org-export-as-ascii', use use encoding for special symbols. | 20045 | Like `org-export-as-ascii', use encoding for special symbols. |
| 19972 | 20046 | ||
| 19973 | \(fn &rest ARGS)" t nil) | 20047 | \(fn &rest ARGS)" t nil) |
| 19974 | 20048 | ||
| @@ -20027,8 +20101,8 @@ publishing directory. | |||
| 20027 | 20101 | ||
| 20028 | ;;;*** | 20102 | ;;;*** |
| 20029 | 20103 | ||
| 20030 | ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19931 | 20104 | ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20018 |
| 20031 | ;;;;;; 11784)) | 20105 | ;;;;;; 35031)) |
| 20032 | ;;; Generated autoloads from org/org-attach.el | 20106 | ;;; Generated autoloads from org/org-attach.el |
| 20033 | 20107 | ||
| 20034 | (autoload 'org-attach "org-attach" "\ | 20108 | (autoload 'org-attach "org-attach" "\ |
| @@ -20040,7 +20114,7 @@ Shows a list of commands and prompts for another key to execute a command. | |||
| 20040 | ;;;*** | 20114 | ;;;*** |
| 20041 | 20115 | ||
| 20042 | ;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" | 20116 | ;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" |
| 20043 | ;;;;;; (19845 45374)) | 20117 | ;;;;;; (20018 35031)) |
| 20044 | ;;; Generated autoloads from org/org-bbdb.el | 20118 | ;;; Generated autoloads from org/org-bbdb.el |
| 20045 | 20119 | ||
| 20046 | (autoload 'org-bbdb-anniversaries "org-bbdb" "\ | 20120 | (autoload 'org-bbdb-anniversaries "org-bbdb" "\ |
| @@ -20051,7 +20125,7 @@ Extract anniversaries from BBDB for display in the agenda. | |||
| 20051 | ;;;*** | 20125 | ;;;*** |
| 20052 | 20126 | ||
| 20053 | ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here | 20127 | ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here |
| 20054 | ;;;;;; org-capture) "org-capture" "org/org-capture.el" (19845 45374)) | 20128 | ;;;;;; org-capture) "org-capture" "org/org-capture.el" (20018 35031)) |
| 20055 | ;;; Generated autoloads from org/org-capture.el | 20129 | ;;; Generated autoloads from org/org-capture.el |
| 20056 | 20130 | ||
| 20057 | (autoload 'org-capture "org-capture" "\ | 20131 | (autoload 'org-capture "org-capture" "\ |
| @@ -20089,7 +20163,7 @@ Set org-capture-templates to be similar to `org-remember-templates'. | |||
| 20089 | ;;;*** | 20163 | ;;;*** |
| 20090 | 20164 | ||
| 20091 | ;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) | 20165 | ;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable) |
| 20092 | ;;;;;; "org-clock" "org/org-clock.el" (19845 45374)) | 20166 | ;;;;;; "org-clock" "org/org-clock.el" (20018 35031)) |
| 20093 | ;;; Generated autoloads from org/org-clock.el | 20167 | ;;; Generated autoloads from org/org-clock.el |
| 20094 | 20168 | ||
| 20095 | (autoload 'org-get-clocktable "org-clock" "\ | 20169 | (autoload 'org-get-clocktable "org-clock" "\ |
| @@ -20107,7 +20181,7 @@ Set up hooks for clock persistence. | |||
| 20107 | ;;;*** | 20181 | ;;;*** |
| 20108 | 20182 | ||
| 20109 | ;;;### (autoloads (org-datetree-find-date-create) "org-datetree" | 20183 | ;;;### (autoloads (org-datetree-find-date-create) "org-datetree" |
| 20110 | ;;;;;; "org/org-datetree.el" (19845 45374)) | 20184 | ;;;;;; "org/org-datetree.el" (20018 35031)) |
| 20111 | ;;; Generated autoloads from org/org-datetree.el | 20185 | ;;; Generated autoloads from org/org-datetree.el |
| 20112 | 20186 | ||
| 20113 | (autoload 'org-datetree-find-date-create "org-datetree" "\ | 20187 | (autoload 'org-datetree-find-date-create "org-datetree" "\ |
| @@ -20123,7 +20197,7 @@ tree can be found. | |||
| 20123 | ;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open | 20197 | ;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open |
| 20124 | ;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook | 20198 | ;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook |
| 20125 | ;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) | 20199 | ;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch) |
| 20126 | ;;;;;; "org-docbook" "org/org-docbook.el" (19845 45374)) | 20200 | ;;;;;; "org-docbook" "org/org-docbook.el" (20018 35031)) |
| 20127 | ;;; Generated autoloads from org/org-docbook.el | 20201 | ;;; Generated autoloads from org/org-docbook.el |
| 20128 | 20202 | ||
| 20129 | (autoload 'org-export-as-docbook-batch "org-docbook" "\ | 20203 | (autoload 'org-export-as-docbook-batch "org-docbook" "\ |
| @@ -20200,7 +20274,7 @@ publishing directory. | |||
| 20200 | 20274 | ||
| 20201 | ;;;### (autoloads (org-insert-export-options-template org-export-as-org | 20275 | ;;;### (autoloads (org-insert-export-options-template org-export-as-org |
| 20202 | ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" | 20276 | ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el" |
| 20203 | ;;;;;; (19931 11784)) | 20277 | ;;;;;; (20018 35031)) |
| 20204 | ;;; Generated autoloads from org/org-exp.el | 20278 | ;;; Generated autoloads from org/org-exp.el |
| 20205 | 20279 | ||
| 20206 | (autoload 'org-export "org-exp" "\ | 20280 | (autoload 'org-export "org-exp" "\ |
| @@ -20213,6 +20287,10 @@ The prefix argument ARG will be passed to the exporter. However, if | |||
| 20213 | ARG is a double universal prefix \\[universal-argument] \\[universal-argument], that means to inverse the | 20287 | ARG is a double universal prefix \\[universal-argument] \\[universal-argument], that means to inverse the |
| 20214 | value of `org-export-run-in-background'. | 20288 | value of `org-export-run-in-background'. |
| 20215 | 20289 | ||
| 20290 | If `org-export-initial-scope' is set to 'subtree, try to export | ||
| 20291 | the current subtree, otherwise try to export the whole buffer. | ||
| 20292 | Pressing `1' will switch between these two options. | ||
| 20293 | |||
| 20216 | \(fn &optional ARG)" t nil) | 20294 | \(fn &optional ARG)" t nil) |
| 20217 | 20295 | ||
| 20218 | (autoload 'org-export-visible "org-exp" "\ | 20296 | (autoload 'org-export-visible "org-exp" "\ |
| @@ -20257,8 +20335,8 @@ Insert into the buffer a template with information for exporting. | |||
| 20257 | ;;;*** | 20335 | ;;;*** |
| 20258 | 20336 | ||
| 20259 | ;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update | 20337 | ;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update |
| 20260 | ;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19845 | 20338 | ;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20018 |
| 20261 | ;;;;;; 45374)) | 20339 | ;;;;;; 35031)) |
| 20262 | ;;; Generated autoloads from org/org-feed.el | 20340 | ;;; Generated autoloads from org/org-feed.el |
| 20263 | 20341 | ||
| 20264 | (autoload 'org-feed-update-all "org-feed" "\ | 20342 | (autoload 'org-feed-update-all "org-feed" "\ |
| @@ -20286,34 +20364,58 @@ Show the raw feed buffer of a feed. | |||
| 20286 | ;;;*** | 20364 | ;;;*** |
| 20287 | 20365 | ||
| 20288 | ;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" | 20366 | ;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote" |
| 20289 | ;;;;;; "org/org-footnote.el" (19845 45374)) | 20367 | ;;;;;; "org/org-footnote.el" (20018 35031)) |
| 20290 | ;;; Generated autoloads from org/org-footnote.el | 20368 | ;;; Generated autoloads from org/org-footnote.el |
| 20291 | 20369 | ||
| 20292 | (autoload 'org-footnote-action "org-footnote" "\ | 20370 | (autoload 'org-footnote-action "org-footnote" "\ |
| 20293 | Do the right thing for footnotes. | 20371 | Do the right thing for footnotes. |
| 20294 | When at a footnote reference, jump to the definition. When at a definition, | 20372 | |
| 20295 | jump to the references. When neither at definition or reference, | 20373 | When at a footnote reference, jump to the definition. |
| 20296 | create a new footnote, interactively. | 20374 | |
| 20375 | When at a definition, jump to the references if they exist, offer | ||
| 20376 | to create them otherwise. | ||
| 20377 | |||
| 20378 | When neither at definition or reference, create a new footnote, | ||
| 20379 | interactively. | ||
| 20380 | |||
| 20297 | With prefix arg SPECIAL, offer additional commands in a menu. | 20381 | With prefix arg SPECIAL, offer additional commands in a menu. |
| 20298 | 20382 | ||
| 20299 | \(fn &optional SPECIAL)" t nil) | 20383 | \(fn &optional SPECIAL)" t nil) |
| 20300 | 20384 | ||
| 20301 | (autoload 'org-footnote-normalize "org-footnote" "\ | 20385 | (autoload 'org-footnote-normalize "org-footnote" "\ |
| 20302 | Collect the footnotes in various formats and normalize them. | 20386 | Collect the footnotes in various formats and normalize them. |
| 20387 | |||
| 20303 | This finds the different sorts of footnotes allowed in Org, and | 20388 | This finds the different sorts of footnotes allowed in Org, and |
| 20304 | normalizes them to the usual [N] format that is understood by the | 20389 | normalizes them to the usual [N] format that is understood by the |
| 20305 | Org-mode exporters. | 20390 | Org-mode exporters. |
| 20391 | |||
| 20306 | When SORT-ONLY is set, only sort the footnote definitions into the | 20392 | When SORT-ONLY is set, only sort the footnote definitions into the |
| 20307 | referenced sequence. | 20393 | referenced sequence. |
| 20308 | 20394 | ||
| 20309 | \(fn &optional SORT-ONLY FOR-PREPROCESSOR)" nil nil) | 20395 | If Org is amidst an export process, EXPORT-PROPS will hold the |
| 20396 | export properties of the buffer. | ||
| 20397 | |||
| 20398 | When EXPORT-PROPS is non-nil, the default action is to insert | ||
| 20399 | normalized footnotes towards the end of the pre-processing buffer. | ||
| 20400 | Some exporters like docbook, odt, etc. expect that footnote | ||
| 20401 | definitions be available before any references to them. Such | ||
| 20402 | exporters can let bind `org-footnote-insert-pos-for-preprocessor' to | ||
| 20403 | symbol 'point-min to achieve the desired behaviour. | ||
| 20404 | |||
| 20405 | Additional note on `org-footnote-insert-pos-for-preprocessor': | ||
| 20406 | 1. This variable has not effect when FOR-PREPROCESSOR is nil. | ||
| 20407 | 2. This variable (potentially) obviates the need for extra scan | ||
| 20408 | of pre-processor buffer as witnessed in | ||
| 20409 | `org-export-docbook-get-footnotes'. | ||
| 20410 | |||
| 20411 | \(fn &optional SORT-ONLY EXPORT-PROPS)" nil nil) | ||
| 20310 | 20412 | ||
| 20311 | ;;;*** | 20413 | ;;;*** |
| 20312 | 20414 | ||
| 20313 | ;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree | 20415 | ;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree |
| 20314 | ;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node | 20416 | ;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node |
| 20315 | ;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" | 20417 | ;;;;;; org-freemind-show org-export-as-freemind) "org-freemind" |
| 20316 | ;;;;;; "org/org-freemind.el" (19845 45374)) | 20418 | ;;;;;; "org/org-freemind.el" (20018 35031)) |
| 20317 | ;;; Generated autoloads from org/org-freemind.el | 20419 | ;;; Generated autoloads from org/org-freemind.el |
| 20318 | 20420 | ||
| 20319 | (autoload 'org-export-as-freemind "org-freemind" "\ | 20421 | (autoload 'org-export-as-freemind "org-freemind" "\ |
| @@ -20374,7 +20476,7 @@ Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE. | |||
| 20374 | ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html | 20476 | ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html |
| 20375 | ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer | 20477 | ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer |
| 20376 | ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" | 20478 | ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html" |
| 20377 | ;;;;;; "org/org-html.el" (19931 11784)) | 20479 | ;;;;;; "org/org-html.el" (20018 35031)) |
| 20378 | ;;; Generated autoloads from org/org-html.el | 20480 | ;;; Generated autoloads from org/org-html.el |
| 20379 | 20481 | ||
| 20380 | (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) | 20482 | (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp) |
| @@ -20468,7 +20570,7 @@ that uses these same face definitions. | |||
| 20468 | 20570 | ||
| 20469 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files | 20571 | ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files |
| 20470 | ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" | 20572 | ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el" |
| 20471 | ;;;;;; (19845 45374)) | 20573 | ;;;;;; (20018 35031)) |
| 20472 | ;;; Generated autoloads from org/org-icalendar.el | 20574 | ;;; Generated autoloads from org/org-icalendar.el |
| 20473 | 20575 | ||
| 20474 | (autoload 'org-export-icalendar-this-file "org-icalendar" "\ | 20576 | (autoload 'org-export-icalendar-this-file "org-icalendar" "\ |
| @@ -20496,7 +20598,7 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. | |||
| 20496 | ;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find | 20598 | ;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find |
| 20497 | ;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion | 20599 | ;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion |
| 20498 | ;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" | 20600 | ;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el" |
| 20499 | ;;;;;; (19845 45374)) | 20601 | ;;;;;; (20018 35031)) |
| 20500 | ;;; Generated autoloads from org/org-id.el | 20602 | ;;; Generated autoloads from org/org-id.el |
| 20501 | 20603 | ||
| 20502 | (autoload 'org-id-get-create "org-id" "\ | 20604 | (autoload 'org-id-get-create "org-id" "\ |
| @@ -20565,7 +20667,7 @@ Store a link to the current entry, using its ID. | |||
| 20565 | ;;;*** | 20667 | ;;;*** |
| 20566 | 20668 | ||
| 20567 | ;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" | 20669 | ;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el" |
| 20568 | ;;;;;; (19845 45374)) | 20670 | ;;;;;; (20018 35031)) |
| 20569 | ;;; Generated autoloads from org/org-indent.el | 20671 | ;;; Generated autoloads from org/org-indent.el |
| 20570 | 20672 | ||
| 20571 | (autoload 'org-indent-mode "org-indent" "\ | 20673 | (autoload 'org-indent-mode "org-indent" "\ |
| @@ -20580,7 +20682,7 @@ FIXME: How to update when broken? | |||
| 20580 | ;;;*** | 20682 | ;;;*** |
| 20581 | 20683 | ||
| 20582 | ;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" | 20684 | ;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" |
| 20583 | ;;;;;; (19845 45374)) | 20685 | ;;;;;; (20018 35031)) |
| 20584 | ;;; Generated autoloads from org/org-irc.el | 20686 | ;;; Generated autoloads from org/org-irc.el |
| 20585 | 20687 | ||
| 20586 | (autoload 'org-irc-store-link "org-irc" "\ | 20688 | (autoload 'org-irc-store-link "org-irc" "\ |
| @@ -20593,7 +20695,7 @@ Dispatch to the appropriate function to store a link to an IRC session. | |||
| 20593 | ;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex | 20695 | ;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex |
| 20594 | ;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer | 20696 | ;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer |
| 20595 | ;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" | 20697 | ;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el" |
| 20596 | ;;;;;; (19845 45374)) | 20698 | ;;;;;; (20018 35031)) |
| 20597 | ;;; Generated autoloads from org/org-latex.el | 20699 | ;;; Generated autoloads from org/org-latex.el |
| 20598 | 20700 | ||
| 20599 | (autoload 'org-export-as-latex-batch "org-latex" "\ | 20701 | (autoload 'org-export-as-latex-batch "org-latex" "\ |
| @@ -20673,8 +20775,8 @@ Export as LaTeX, then process through to PDF, and open. | |||
| 20673 | ;;;*** | 20775 | ;;;*** |
| 20674 | 20776 | ||
| 20675 | ;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull | 20777 | ;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull |
| 20676 | ;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19845 | 20778 | ;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20018 |
| 20677 | ;;;;;; 45374)) | 20779 | ;;;;;; 35031)) |
| 20678 | ;;; Generated autoloads from org/org-mobile.el | 20780 | ;;; Generated autoloads from org/org-mobile.el |
| 20679 | 20781 | ||
| 20680 | (autoload 'org-mobile-push "org-mobile" "\ | 20782 | (autoload 'org-mobile-push "org-mobile" "\ |
| @@ -20699,7 +20801,7 @@ Create a file that contains all custom agenda views. | |||
| 20699 | ;;;*** | 20801 | ;;;*** |
| 20700 | 20802 | ||
| 20701 | ;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" | 20803 | ;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el" |
| 20702 | ;;;;;; (19845 45374)) | 20804 | ;;;;;; (20018 35031)) |
| 20703 | ;;; Generated autoloads from org/org-plot.el | 20805 | ;;; Generated autoloads from org/org-plot.el |
| 20704 | 20806 | ||
| 20705 | (autoload 'org-plot/gnuplot "org-plot" "\ | 20807 | (autoload 'org-plot/gnuplot "org-plot" "\ |
| @@ -20713,7 +20815,7 @@ line directly before or after the table. | |||
| 20713 | 20815 | ||
| 20714 | ;;;### (autoloads (org-publish-current-project org-publish-current-file | 20816 | ;;;### (autoloads (org-publish-current-project org-publish-current-file |
| 20715 | ;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" | 20817 | ;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" |
| 20716 | ;;;;;; (19845 45374)) | 20818 | ;;;;;; (20018 35031)) |
| 20717 | ;;; Generated autoloads from org/org-publish.el | 20819 | ;;; Generated autoloads from org/org-publish.el |
| 20718 | 20820 | ||
| 20719 | (defalias 'org-publish-project 'org-publish) | 20821 | (defalias 'org-publish-project 'org-publish) |
| @@ -20747,7 +20849,7 @@ the project. | |||
| 20747 | 20849 | ||
| 20748 | ;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template | 20850 | ;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template |
| 20749 | ;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" | 20851 | ;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" |
| 20750 | ;;;;;; "org/org-remember.el" (19845 45374)) | 20852 | ;;;;;; "org/org-remember.el" (20018 35031)) |
| 20751 | ;;; Generated autoloads from org/org-remember.el | 20853 | ;;; Generated autoloads from org/org-remember.el |
| 20752 | 20854 | ||
| 20753 | (autoload 'org-remember-insinuate "org-remember" "\ | 20855 | (autoload 'org-remember-insinuate "org-remember" "\ |
| @@ -20823,7 +20925,7 @@ See also the variable `org-reverse-note-order'. | |||
| 20823 | ;;;*** | 20925 | ;;;*** |
| 20824 | 20926 | ||
| 20825 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) | 20927 | ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl) |
| 20826 | ;;;;;; "org-table" "org/org-table.el" (19914 25180)) | 20928 | ;;;;;; "org-table" "org/org-table.el" (20018 35031)) |
| 20827 | ;;; Generated autoloads from org/org-table.el | 20929 | ;;; Generated autoloads from org/org-table.el |
| 20828 | 20930 | ||
| 20829 | (autoload 'turn-on-orgtbl "org-table" "\ | 20931 | (autoload 'turn-on-orgtbl "org-table" "\ |
| @@ -20847,7 +20949,7 @@ The table is taken from the parameter TXT, or from the buffer at point. | |||
| 20847 | ;;;*** | 20949 | ;;;*** |
| 20848 | 20950 | ||
| 20849 | ;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) | 20951 | ;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler) |
| 20850 | ;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (19845 45374)) | 20952 | ;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20018 35031)) |
| 20851 | ;;; Generated autoloads from org/org-taskjuggler.el | 20953 | ;;; Generated autoloads from org/org-taskjuggler.el |
| 20852 | 20954 | ||
| 20853 | (autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ | 20955 | (autoload 'org-export-as-taskjuggler "org-taskjuggler" "\ |
| @@ -20875,7 +20977,7 @@ with the TaskJuggler GUI. | |||
| 20875 | 20977 | ||
| 20876 | ;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region | 20978 | ;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region |
| 20877 | ;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" | 20979 | ;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el" |
| 20878 | ;;;;;; (19845 45374)) | 20980 | ;;;;;; (20018 35031)) |
| 20879 | ;;; Generated autoloads from org/org-timer.el | 20981 | ;;; Generated autoloads from org/org-timer.el |
| 20880 | 20982 | ||
| 20881 | (autoload 'org-timer-start "org-timer" "\ | 20983 | (autoload 'org-timer-start "org-timer" "\ |
| @@ -20936,7 +21038,7 @@ replace any running timer. | |||
| 20936 | ;;;*** | 21038 | ;;;*** |
| 20937 | 21039 | ||
| 20938 | ;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" | 21040 | ;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el" |
| 20939 | ;;;;;; (19845 45374)) | 21041 | ;;;;;; (20018 35031)) |
| 20940 | ;;; Generated autoloads from org/org-xoxo.el | 21042 | ;;; Generated autoloads from org/org-xoxo.el |
| 20941 | 21043 | ||
| 20942 | (autoload 'org-export-as-xoxo "org-xoxo" "\ | 21044 | (autoload 'org-export-as-xoxo "org-xoxo" "\ |
| @@ -21285,7 +21387,7 @@ Completion for the GNU tar utility. | |||
| 21285 | ;;;*** | 21387 | ;;;*** |
| 21286 | 21388 | ||
| 21287 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 21389 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 21288 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19845 45374)) | 21390 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19986 58615)) |
| 21289 | ;;; Generated autoloads from pcmpl-linux.el | 21391 | ;;; Generated autoloads from pcmpl-linux.el |
| 21290 | 21392 | ||
| 21291 | (autoload 'pcomplete/kill "pcmpl-linux" "\ | 21393 | (autoload 'pcomplete/kill "pcmpl-linux" "\ |
| @@ -21660,8 +21762,8 @@ they are not defaultly assigned to keys. | |||
| 21660 | 21762 | ||
| 21661 | ;;;*** | 21763 | ;;;*** |
| 21662 | 21764 | ||
| 21663 | ;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (19981 | 21765 | ;;;### (autoloads (plstore-open) "plstore" "gnus/plstore.el" (19990 |
| 21664 | ;;;;;; 40664)) | 21766 | ;;;;;; 55648)) |
| 21665 | ;;; Generated autoloads from gnus/plstore.el | 21767 | ;;; Generated autoloads from gnus/plstore.el |
| 21666 | 21768 | ||
| 21667 | (autoload 'plstore-open "plstore" "\ | 21769 | (autoload 'plstore-open "plstore" "\ |
| @@ -21699,7 +21801,7 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 21699 | 21801 | ||
| 21700 | ;;;*** | 21802 | ;;;*** |
| 21701 | 21803 | ||
| 21702 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19940 49234)) | 21804 | ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19988 13913)) |
| 21703 | ;;; Generated autoloads from gnus/pop3.el | 21805 | ;;; Generated autoloads from gnus/pop3.el |
| 21704 | 21806 | ||
| 21705 | (autoload 'pop3-movemail "pop3" "\ | 21807 | (autoload 'pop3-movemail "pop3" "\ |
| @@ -21780,7 +21882,7 @@ Ignores leading comment characters. | |||
| 21780 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 21882 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 21781 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 21883 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 21782 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 21884 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 21783 | ;;;;;; (19845 45374)) | 21885 | ;;;;;; (19999 41597)) |
| 21784 | ;;; Generated autoloads from printing.el | 21886 | ;;; Generated autoloads from printing.el |
| 21785 | 21887 | ||
| 21786 | (autoload 'pr-interface "printing" "\ | 21888 | (autoload 'pr-interface "printing" "\ |
| @@ -22222,7 +22324,7 @@ Toggle menu lock. | |||
| 22222 | \(fn)" t nil) | 22324 | \(fn)" t nil) |
| 22223 | 22325 | ||
| 22224 | (autoload 'pr-toggle-region "printing" "\ | 22326 | (autoload 'pr-toggle-region "printing" "\ |
| 22225 | Toggle auto region. | 22327 | Toggle whether the region is automagically detected. |
| 22226 | 22328 | ||
| 22227 | \(fn)" t nil) | 22329 | \(fn)" t nil) |
| 22228 | 22330 | ||
| @@ -22367,7 +22469,7 @@ are both set to t. | |||
| 22367 | 22469 | ||
| 22368 | ;;;*** | 22470 | ;;;*** |
| 22369 | 22471 | ||
| 22370 | ;;;### (autoloads (proced) "proced" "proced.el" (19975 1875)) | 22472 | ;;;### (autoloads (proced) "proced" "proced.el" (20006 43871)) |
| 22371 | ;;; Generated autoloads from proced.el | 22473 | ;;; Generated autoloads from proced.el |
| 22372 | 22474 | ||
| 22373 | (autoload 'proced "proced" "\ | 22475 | (autoload 'proced "proced" "\ |
| @@ -23093,7 +23195,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 23093 | ;;;*** | 23195 | ;;;*** |
| 23094 | 23196 | ||
| 23095 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 23197 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 23096 | ;;;;;; "net/rcirc.el" (19968 28627)) | 23198 | ;;;;;; "net/rcirc.el" (20015 58840)) |
| 23097 | ;;; Generated autoloads from net/rcirc.el | 23199 | ;;; Generated autoloads from net/rcirc.el |
| 23098 | 23200 | ||
| 23099 | (autoload 'rcirc "rcirc" "\ | 23201 | (autoload 'rcirc "rcirc" "\ |
| @@ -23187,7 +23289,7 @@ that were operated on recently. | |||
| 23187 | ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle | 23289 | ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle |
| 23188 | ;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle | 23290 | ;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle |
| 23189 | ;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" | 23291 | ;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el" |
| 23190 | ;;;;;; (19886 45771)) | 23292 | ;;;;;; (19999 41597)) |
| 23191 | ;;; Generated autoloads from rect.el | 23293 | ;;; Generated autoloads from rect.el |
| 23192 | (define-key ctl-x-r-map "c" 'clear-rectangle) | 23294 | (define-key ctl-x-r-map "c" 'clear-rectangle) |
| 23193 | (define-key ctl-x-r-map "k" 'kill-rectangle) | 23295 | (define-key ctl-x-r-map "k" 'kill-rectangle) |
| @@ -23737,7 +23839,7 @@ variable. | |||
| 23737 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers | 23839 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers |
| 23738 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers | 23840 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers |
| 23739 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) | 23841 | ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p) |
| 23740 | ;;;;;; "rmail" "mail/rmail.el" (19976 23054)) | 23842 | ;;;;;; "rmail" "mail/rmail.el" (19990 55648)) |
| 23741 | ;;; Generated autoloads from mail/rmail.el | 23843 | ;;; Generated autoloads from mail/rmail.el |
| 23742 | 23844 | ||
| 23743 | (autoload 'rmail-movemail-variant-p "rmail" "\ | 23845 | (autoload 'rmail-movemail-variant-p "rmail" "\ |
| @@ -24141,7 +24243,7 @@ Toggle the use of ROT13 encoding for the current window. | |||
| 24141 | ;;;*** | 24243 | ;;;*** |
| 24142 | 24244 | ||
| 24143 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" | 24245 | ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el" |
| 24144 | ;;;;;; (19932 55155)) | 24246 | ;;;;;; (19986 58615)) |
| 24145 | ;;; Generated autoloads from textmodes/rst.el | 24247 | ;;; Generated autoloads from textmodes/rst.el |
| 24146 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) | 24248 | (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode))) |
| 24147 | 24249 | ||
| @@ -24708,8 +24810,9 @@ Semantic mode. | |||
| 24708 | ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces | 24810 | ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces |
| 24709 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file | 24811 | ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file |
| 24710 | ;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator | 24812 | ;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator |
| 24711 | ;;;;;; send-mail-function mail-interactive mail-self-blind mail-specify-envelope-from | 24813 | ;;;;;; sendmail-query-once send-mail-function mail-interactive mail-self-blind |
| 24712 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (19980 19797)) | 24814 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 24815 | ;;;;;; (19996 8027)) | ||
| 24713 | ;;; Generated autoloads from mail/sendmail.el | 24816 | ;;; Generated autoloads from mail/sendmail.el |
| 24714 | 24817 | ||
| 24715 | (defvar mail-from-style 'default "\ | 24818 | (defvar mail-from-style 'default "\ |
| @@ -24752,9 +24855,7 @@ Otherwise, let mailer send back a message to report errors.") | |||
| 24752 | 24855 | ||
| 24753 | (custom-autoload 'mail-interactive "sendmail" t) | 24856 | (custom-autoload 'mail-interactive "sendmail" t) |
| 24754 | 24857 | ||
| 24755 | (put 'send-mail-function 'standard-value '((if (or (and window-system (eq system-type 'darwin)) (eq system-type 'windows-nt)) 'mailclient-send-it 'sendmail-send-it))) | 24858 | (defvar send-mail-function 'sendmail-query-once "\ |
| 24756 | |||
| 24757 | (defvar send-mail-function (if (or (and window-system (eq system-type 'darwin)) (eq system-type 'windows-nt)) 'mailclient-send-it 'sendmail-send-it) "\ | ||
| 24758 | Function to call to send the current buffer as mail. | 24859 | Function to call to send the current buffer as mail. |
| 24759 | The headers should be delimited by a line which is | 24860 | The headers should be delimited by a line which is |
| 24760 | not a valid RFC822 header or continuation line, | 24861 | not a valid RFC822 header or continuation line, |
| @@ -24763,7 +24864,13 @@ This is used by the default mail-sending commands. See also | |||
| 24763 | `message-send-mail-function' for use with the Message package.") | 24864 | `message-send-mail-function' for use with the Message package.") |
| 24764 | 24865 | ||
| 24765 | (custom-autoload 'send-mail-function "sendmail" t) | 24866 | (custom-autoload 'send-mail-function "sendmail" t) |
| 24766 | (custom-initialize-delay 'send-mail-function nil) | 24867 | |
| 24868 | (autoload 'sendmail-query-once "sendmail" "\ | ||
| 24869 | Send an email via `sendmail-query-once-function'. | ||
| 24870 | If `sendmail-query-once-function' is `query', ask the user what | ||
| 24871 | function to use, and then save that choice. | ||
| 24872 | |||
| 24873 | \(fn)" nil nil) | ||
| 24767 | 24874 | ||
| 24768 | (defvar mail-header-separator (purecopy "--text follows this line--") "\ | 24875 | (defvar mail-header-separator (purecopy "--text follows this line--") "\ |
| 24769 | Line used to separate headers from text in messages being composed.") | 24876 | Line used to separate headers from text in messages being composed.") |
| @@ -24988,8 +25095,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24988 | ;;;*** | 25095 | ;;;*** |
| 24989 | 25096 | ||
| 24990 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 25097 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 24991 | ;;;;;; server-force-delete server-start) "server" "server.el" (19975 | 25098 | ;;;;;; server-force-delete server-start) "server" "server.el" (19986 |
| 24992 | ;;;;;; 1875)) | 25099 | ;;;;;; 58615)) |
| 24993 | ;;; Generated autoloads from server.el | 25100 | ;;; Generated autoloads from server.el |
| 24994 | 25101 | ||
| 24995 | (put 'server-host 'risky-local-variable t) | 25102 | (put 'server-host 'risky-local-variable t) |
| @@ -25341,8 +25448,8 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 25341 | 25448 | ||
| 25342 | ;;;*** | 25449 | ;;;*** |
| 25343 | 25450 | ||
| 25344 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19976 | 25451 | ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20007 |
| 25345 | ;;;;;; 22732)) | 25452 | ;;;;;; 64734)) |
| 25346 | ;;; Generated autoloads from gnus/shr.el | 25453 | ;;; Generated autoloads from gnus/shr.el |
| 25347 | 25454 | ||
| 25348 | (autoload 'shr-insert-document "shr" "\ | 25455 | (autoload 'shr-insert-document "shr" "\ |
| @@ -25592,7 +25699,7 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 25592 | ;;;*** | 25699 | ;;;*** |
| 25593 | 25700 | ||
| 25594 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 25701 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 25595 | ;;;;;; "mail/smtpmail.el" (19978 37530)) | 25702 | ;;;;;; "mail/smtpmail.el" (20002 46800)) |
| 25596 | ;;; Generated autoloads from mail/smtpmail.el | 25703 | ;;; Generated autoloads from mail/smtpmail.el |
| 25597 | 25704 | ||
| 25598 | (autoload 'smtpmail-send-it "smtpmail" "\ | 25705 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -25898,8 +26005,8 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 25898 | 26005 | ||
| 25899 | ;;;*** | 26006 | ;;;*** |
| 25900 | 26007 | ||
| 25901 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19976 | 26008 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20022 |
| 25902 | ;;;;;; 22732)) | 26009 | ;;;;;; 32083)) |
| 25903 | ;;; Generated autoloads from gnus/spam.el | 26010 | ;;; Generated autoloads from gnus/spam.el |
| 25904 | 26011 | ||
| 25905 | (autoload 'spam-initialize "spam" "\ | 26012 | (autoload 'spam-initialize "spam" "\ |
| @@ -26002,7 +26109,7 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 26002 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 26109 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 26003 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect | 26110 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect |
| 26004 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" | 26111 | ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el" |
| 26005 | ;;;;;; (19931 11784)) | 26112 | ;;;;;; (19988 13913)) |
| 26006 | ;;; Generated autoloads from progmodes/sql.el | 26113 | ;;; Generated autoloads from progmodes/sql.el |
| 26007 | 26114 | ||
| 26008 | (autoload 'sql-add-product-keywords "sql" "\ | 26115 | (autoload 'sql-add-product-keywords "sql" "\ |
| @@ -26100,7 +26207,7 @@ their settings. | |||
| 26100 | The user will not be prompted for any login parameters if a value | 26207 | The user will not be prompted for any login parameters if a value |
| 26101 | is specified in the connection settings. | 26208 | is specified in the connection settings. |
| 26102 | 26209 | ||
| 26103 | \(fn CONNECTION)" t nil) | 26210 | \(fn CONNECTION &optional NEW-NAME)" t nil) |
| 26104 | 26211 | ||
| 26105 | (autoload 'sql-product-interactive "sql" "\ | 26212 | (autoload 'sql-product-interactive "sql" "\ |
| 26106 | Run PRODUCT interpreter as an inferior process. | 26213 | Run PRODUCT interpreter as an inferior process. |
| @@ -26778,7 +26885,7 @@ It relies on the `gpm' daemon being activated. | |||
| 26778 | 26885 | ||
| 26779 | ;;;*** | 26886 | ;;;*** |
| 26780 | 26887 | ||
| 26781 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19845 45374)) | 26888 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19998 49767)) |
| 26782 | ;;; Generated autoloads from tabify.el | 26889 | ;;; Generated autoloads from tabify.el |
| 26783 | 26890 | ||
| 26784 | (autoload 'untabify "tabify" "\ | 26891 | (autoload 'untabify "tabify" "\ |
| @@ -27639,7 +27746,7 @@ subprocess started. | |||
| 27639 | ;;;*** | 27746 | ;;;*** |
| 27640 | 27747 | ||
| 27641 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 27748 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 27642 | ;;;;;; (19943 25429)) | 27749 | ;;;;;; (19998 49767)) |
| 27643 | ;;; Generated autoloads from emacs-lisp/testcover.el | 27750 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 27644 | 27751 | ||
| 27645 | (autoload 'testcover-this-defun "testcover" "\ | 27752 | (autoload 'testcover-this-defun "testcover" "\ |
| @@ -28137,33 +28244,39 @@ Compose Thai characters in the current buffer. | |||
| 28137 | 28244 | ||
| 28138 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 28245 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 28139 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 28246 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 28140 | ;;;;;; "thingatpt" "thingatpt.el" (19980 19797)) | 28247 | ;;;;;; "thingatpt" "thingatpt.el" (19990 55648)) |
| 28141 | ;;; Generated autoloads from thingatpt.el | 28248 | ;;; Generated autoloads from thingatpt.el |
| 28142 | 28249 | ||
| 28143 | (autoload 'forward-thing "thingatpt" "\ | 28250 | (autoload 'forward-thing "thingatpt" "\ |
| 28144 | Move forward to the end of the Nth next THING. | 28251 | Move forward to the end of the Nth next THING. |
| 28252 | THING should be a symbol specifying a type of syntactic entity. | ||
| 28253 | Possibilities include `symbol', `list', `sexp', `defun', | ||
| 28254 | `filename', `url', `email', `word', `sentence', `whitespace', | ||
| 28255 | `line', and `page'. | ||
| 28145 | 28256 | ||
| 28146 | \(fn THING &optional N)" nil nil) | 28257 | \(fn THING &optional N)" nil nil) |
| 28147 | 28258 | ||
| 28148 | (autoload 'bounds-of-thing-at-point "thingatpt" "\ | 28259 | (autoload 'bounds-of-thing-at-point "thingatpt" "\ |
| 28149 | Determine the start and end buffer locations for the THING at point. | 28260 | Determine the start and end buffer locations for the THING at point. |
| 28150 | THING is a symbol which specifies the kind of syntactic entity you want. | 28261 | THING should be a symbol specifying a type of syntactic entity. |
| 28151 | Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', | 28262 | Possibilities include `symbol', `list', `sexp', `defun', |
| 28152 | `email', `word', `sentence', `whitespace', `line', `page' and others. | 28263 | `filename', `url', `email', `word', `sentence', `whitespace', |
| 28264 | `line', and `page'. | ||
| 28153 | 28265 | ||
| 28154 | See the file `thingatpt.el' for documentation on how to define | 28266 | See the file `thingatpt.el' for documentation on how to define a |
| 28155 | a symbol as a valid THING. | 28267 | valid THING. |
| 28156 | 28268 | ||
| 28157 | The value is a cons cell (START . END) giving the start and end positions | 28269 | Return a cons cell (START . END) giving the start and end |
| 28158 | of the textual entity that was found. | 28270 | positions of the thing found. |
| 28159 | 28271 | ||
| 28160 | \(fn THING)" nil nil) | 28272 | \(fn THING)" nil nil) |
| 28161 | 28273 | ||
| 28162 | (autoload 'thing-at-point "thingatpt" "\ | 28274 | (autoload 'thing-at-point "thingatpt" "\ |
| 28163 | Return the THING at point. | 28275 | Return the THING at point. |
| 28164 | THING is a symbol which specifies the kind of syntactic entity you want. | 28276 | THING should be a symbol specifying a type of syntactic entity. |
| 28165 | Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', | 28277 | Possibilities include `symbol', `list', `sexp', `defun', |
| 28166 | `email', `word', `sentence', `whitespace', `line', `page' and others. | 28278 | `filename', `url', `email', `word', `sentence', `whitespace', |
| 28279 | `line', and `page'. | ||
| 28167 | 28280 | ||
| 28168 | See the file `thingatpt.el' for documentation on how to define | 28281 | See the file `thingatpt.el' for documentation on how to define |
| 28169 | a symbol as a valid THING. | 28282 | a symbol as a valid THING. |
| @@ -28332,7 +28445,7 @@ This function performs no refilling of the changed text. | |||
| 28332 | 28445 | ||
| 28333 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world | 28446 | ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world |
| 28334 | ;;;;;; display-time-mode display-time display-time-day-and-date) | 28447 | ;;;;;; display-time-mode display-time display-time-day-and-date) |
| 28335 | ;;;;;; "time" "time.el" (19886 45771)) | 28448 | ;;;;;; "time" "time.el" (19999 41597)) |
| 28336 | ;;; Generated autoloads from time.el | 28449 | ;;; Generated autoloads from time.el |
| 28337 | 28450 | ||
| 28338 | (defvar display-time-day-and-date nil "\ | 28451 | (defvar display-time-day-and-date nil "\ |
| @@ -28778,7 +28891,7 @@ Show TODO list. | |||
| 28778 | 28891 | ||
| 28779 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 28892 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 28780 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) | 28893 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) |
| 28781 | ;;;;;; "tool-bar" "tool-bar.el" (19886 45771)) | 28894 | ;;;;;; "tool-bar" "tool-bar.el" (19994 52720)) |
| 28782 | ;;; Generated autoloads from tool-bar.el | 28895 | ;;; Generated autoloads from tool-bar.el |
| 28783 | 28896 | ||
| 28784 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ | 28897 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ |
| @@ -28961,7 +29074,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 28961 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 29074 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 28962 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 29075 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 28963 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 29076 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 28964 | ;;;;;; "net/tramp.el" (19981 40664)) | 29077 | ;;;;;; "net/tramp.el" (20010 40918)) |
| 28965 | ;;; Generated autoloads from net/tramp.el | 29078 | ;;; Generated autoloads from net/tramp.el |
| 28966 | 29079 | ||
| 28967 | (defvar tramp-mode t "\ | 29080 | (defvar tramp-mode t "\ |
| @@ -29197,7 +29310,7 @@ First column's text sSs Second column's text | |||
| 29197 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 29310 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 29198 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 29311 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 29199 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 29312 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 29200 | ;;;;;; (19981 40664)) | 29313 | ;;;;;; (19985 37722)) |
| 29201 | ;;; Generated autoloads from type-break.el | 29314 | ;;; Generated autoloads from type-break.el |
| 29202 | 29315 | ||
| 29203 | (defvar type-break-mode nil "\ | 29316 | (defvar type-break-mode nil "\ |
| @@ -29601,7 +29714,7 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 29601 | ;;;*** | 29714 | ;;;*** |
| 29602 | 29715 | ||
| 29603 | ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) | 29716 | ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache) |
| 29604 | ;;;;;; "url-cache" "url/url-cache.el" (19845 45374)) | 29717 | ;;;;;; "url-cache" "url/url-cache.el" (19988 13913)) |
| 29605 | ;;; Generated autoloads from url/url-cache.el | 29718 | ;;; Generated autoloads from url/url-cache.el |
| 29606 | 29719 | ||
| 29607 | (autoload 'url-store-in-cache "url-cache" "\ | 29720 | (autoload 'url-store-in-cache "url-cache" "\ |
| @@ -29732,7 +29845,7 @@ accessible. | |||
| 29732 | ;;;*** | 29845 | ;;;*** |
| 29733 | 29846 | ||
| 29734 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 29847 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 29735 | ;;;;;; url-http) "url-http" "url/url-http.el" (19882 48702)) | 29848 | ;;;;;; url-http) "url-http" "url/url-http.el" (19997 54906)) |
| 29736 | ;;; Generated autoloads from url/url-http.el | 29849 | ;;; Generated autoloads from url/url-http.el |
| 29737 | 29850 | ||
| 29738 | (autoload 'url-http "url-http" "\ | 29851 | (autoload 'url-http "url-http" "\ |
| @@ -30210,8 +30323,8 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 30210 | ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers | 30323 | ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers |
| 30211 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff | 30324 | ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff |
| 30212 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook | 30325 | ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook |
| 30213 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19976 | 30326 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19997 |
| 30214 | ;;;;;; 22732)) | 30327 | ;;;;;; 28887)) |
| 30215 | ;;; Generated autoloads from vc/vc.el | 30328 | ;;; Generated autoloads from vc/vc.el |
| 30216 | 30329 | ||
| 30217 | (defvar vc-checkout-hook nil "\ | 30330 | (defvar vc-checkout-hook nil "\ |
| @@ -30531,7 +30644,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 30531 | 30644 | ||
| 30532 | ;;;*** | 30645 | ;;;*** |
| 30533 | 30646 | ||
| 30534 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19845 45374)) | 30647 | ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19984 16846)) |
| 30535 | ;;; Generated autoloads from vc/vc-arch.el | 30648 | ;;; Generated autoloads from vc/vc-arch.el |
| 30536 | (defun vc-arch-registered (file) | 30649 | (defun vc-arch-registered (file) |
| 30537 | (if (vc-find-root file "{arch}/=tagging-method") | 30650 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -30541,7 +30654,7 @@ mode-specific menu. `vc-annotate-color-map' and | |||
| 30541 | 30654 | ||
| 30542 | ;;;*** | 30655 | ;;;*** |
| 30543 | 30656 | ||
| 30544 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19931 34253)) | 30657 | ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19991 42275)) |
| 30545 | ;;; Generated autoloads from vc/vc-bzr.el | 30658 | ;;; Generated autoloads from vc/vc-bzr.el |
| 30546 | 30659 | ||
| 30547 | (defconst vc-bzr-admin-dirname ".bzr" "\ | 30660 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| @@ -31535,7 +31648,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. | |||
| 31535 | ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window | 31648 | ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window |
| 31536 | ;;;;;; view-buffer view-file-other-frame view-file-other-window | 31649 | ;;;;;; view-buffer view-file-other-frame view-file-other-window |
| 31537 | ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) | 31650 | ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting) |
| 31538 | ;;;;;; "view" "view.el" (19958 33091)) | 31651 | ;;;;;; "view" "view.el" (20006 43871)) |
| 31539 | ;;; Generated autoloads from view.el | 31652 | ;;; Generated autoloads from view.el |
| 31540 | 31653 | ||
| 31541 | (defvar view-remove-frame-by-deleting t "\ | 31654 | (defvar view-remove-frame-by-deleting t "\ |
| @@ -31929,7 +32042,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 31929 | ;;;*** | 32042 | ;;;*** |
| 31930 | 32043 | ||
| 31931 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 32044 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 31932 | ;;;;;; (19915 46047)) | 32045 | ;;;;;; (19988 13913)) |
| 31933 | ;;; Generated autoloads from progmodes/which-func.el | 32046 | ;;; Generated autoloads from progmodes/which-func.el |
| 31934 | (put 'which-func-format 'risky-local-variable t) | 32047 | (put 'which-func-format 'risky-local-variable t) |
| 31935 | (put 'which-func-current 'risky-local-variable t) | 32048 | (put 'which-func-current 'risky-local-variable t) |
| @@ -32488,7 +32601,7 @@ Default MODIFIER is 'shift. | |||
| 32488 | ;;;*** | 32601 | ;;;*** |
| 32489 | 32602 | ||
| 32490 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 32603 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 32491 | ;;;;;; (19845 45374)) | 32604 | ;;;;;; (19998 49767)) |
| 32492 | ;;; Generated autoloads from winner.el | 32605 | ;;; Generated autoloads from winner.el |
| 32493 | 32606 | ||
| 32494 | (defvar winner-mode nil "\ | 32607 | (defvar winner-mode nil "\ |
| @@ -32900,36 +33013,35 @@ Zone out, completely. | |||
| 32900 | ;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" | 33013 | ;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el" |
| 32901 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" | 33014 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el" |
| 32902 | ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" | 33015 | ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" |
| 32903 | ;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" | 33016 | ;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el" |
| 32904 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" | 33017 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" |
| 32905 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el" | 33018 | ;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" |
| 32906 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" | 33019 | ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" |
| 32907 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" | 33020 | ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el" |
| 32908 | ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" | 33021 | ;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el" |
| 32909 | ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" | 33022 | ;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" |
| 32910 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 33023 | ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" |
| 32911 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" | 33024 | ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" |
| 32912 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 33025 | ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" |
| 32913 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" | 33026 | ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" |
| 32914 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" | 33027 | ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" |
| 32915 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" | 33028 | ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" |
| 32916 | ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el" | 33029 | ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el" |
| 32917 | ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" | 33030 | ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el" |
| 32918 | ;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "forms-d2.el" | 33031 | ;;;;;; "format-spec.el" "forms-d2.el" "forms-pass.el" "fringe.el" |
| 32919 | ;;;;;; "forms-pass.el" "fringe.el" "generic-x.el" "gnus/compface.el" | 33032 | ;;;;;; "generic-x.el" "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" |
| 32920 | ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" | 33033 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" |
| 32921 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el" | 33034 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" |
| 32922 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el" | 33035 | ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" |
| 32923 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el" | 33036 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" |
| 32924 | ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el" | 33037 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" |
| 32925 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" | 33038 | ;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" |
| 32926 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" | 33039 | ;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" |
| 32927 | ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el" | 33040 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" |
| 32928 | ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el" | 33041 | ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" |
| 32929 | ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el" | 33042 | ;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" |
| 32930 | ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" | 33043 | ;;;;;; "gnus/mml-smime.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" |
| 32931 | ;;;;;; "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" | 33044 | ;;;;;; "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" |
| 32932 | ;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" | ||
| 32933 | ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" | 33045 | ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" |
| 32934 | ;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" | 33046 | ;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" |
| 32935 | ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" | 33047 | ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" |
| @@ -32963,60 +33075,62 @@ Zone out, completely. | |||
| 32963 | ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el" | 33075 | ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el" |
| 32964 | ;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" | 33076 | ;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" |
| 32965 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" | 33077 | ;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el" |
| 32966 | ;;;;;; "net/gnutls.el" "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" | 33078 | ;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" "net/ldap.el" |
| 32967 | ;;;;;; "net/ldap.el" "net/mairix.el" "net/newsticker.el" "net/ntlm.el" | 33079 | ;;;;;; "net/mairix.el" "net/newsticker.el" "net/ntlm.el" "net/sasl-cram.el" |
| 32968 | ;;;;;; "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el" | 33080 | ;;;;;; "net/sasl-digest.el" "net/sasl-ntlm.el" "net/sasl.el" "net/soap-client.el" |
| 32969 | ;;;;;; "net/sasl.el" "net/soap-client.el" "net/soap-inspect.el" | 33081 | ;;;;;; "net/soap-inspect.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el" |
| 32970 | ;;;;;; "net/socks.el" "net/tls.el" "net/tramp-cache.el" "net/tramp-cmds.el" | 33082 | ;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el" |
| 32971 | ;;;;;; "net/tramp-compat.el" "net/tramp-gvfs.el" "net/tramp-gw.el" | 33083 | ;;;;;; "net/tramp-gw.el" "net/tramp-loaddefs.el" "net/tramp-sh.el" |
| 32972 | ;;;;;; "net/tramp-loaddefs.el" "net/tramp-sh.el" "net/tramp-smb.el" | 33084 | ;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" |
| 32973 | ;;;;;; "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" "notifications.el" | 33085 | ;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el" |
| 32974 | ;;;;;; "nxml/nxml-enc.el" "nxml/nxml-maint.el" "nxml/nxml-ns.el" | 33086 | ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el" |
| 32975 | ;;;;;; "nxml/nxml-outln.el" "nxml/nxml-parse.el" "nxml/nxml-rap.el" | 33087 | ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" |
| 32976 | ;;;;;; "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el" | 33088 | ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el" |
| 32977 | ;;;;;; "nxml/rng-match.el" "nxml/rng-parse.el" "nxml/rng-pttrn.el" | 33089 | ;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el" |
| 32978 | ;;;;;; "nxml/rng-uri.el" "nxml/rng-util.el" "nxml/xsd-regexp.el" | 33090 | ;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" |
| 32979 | ;;;;;; "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" "org/ob-calc.el" | 33091 | ;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el" |
| 32980 | ;;;;;; "org/ob-clojure.el" "org/ob-comint.el" "org/ob-css.el" "org/ob-ditaa.el" | 33092 | ;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el" |
| 32981 | ;;;;;; "org/ob-dot.el" "org/ob-emacs-lisp.el" "org/ob-eval.el" "org/ob-exp.el" | 33093 | ;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-gnuplot.el" "org/ob-haskell.el" |
| 32982 | ;;;;;; "org/ob-gnuplot.el" "org/ob-haskell.el" "org/ob-js.el" "org/ob-latex.el" | 33094 | ;;;;;; "org/ob-java.el" "org/ob-js.el" "org/ob-latex.el" "org/ob-ledger.el" |
| 32983 | ;;;;;; "org/ob-ledger.el" "org/ob-lisp.el" "org/ob-matlab.el" "org/ob-mscgen.el" | 33095 | ;;;;;; "org/ob-lilypond.el" "org/ob-lisp.el" "org/ob-matlab.el" |
| 32984 | ;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el" | 33096 | ;;;;;; "org/ob-maxima.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" |
| 32985 | ;;;;;; "org/ob-plantuml.el" "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" | 33097 | ;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-plantuml.el" "org/ob-python.el" |
| 32986 | ;;;;;; "org/ob-sass.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el" | 33098 | ;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el" |
| 32987 | ;;;;;; "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" "org/org-beamer.el" | 33099 | ;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-sql.el" "org/ob-sqlite.el" |
| 32988 | ;;;;;; "org/org-bibtex.el" "org/org-colview.el" "org/org-compat.el" | 33100 | ;;;;;; "org/ob-table.el" "org/org-beamer.el" "org/org-bibtex.el" |
| 32989 | ;;;;;; "org/org-complete.el" "org/org-crypt.el" "org/org-ctags.el" | 33101 | ;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-crypt.el" |
| 32990 | ;;;;;; "org/org-docview.el" "org/org-entities.el" "org/org-exp-blocks.el" | 33102 | ;;;;;; "org/org-ctags.el" "org/org-docview.el" "org/org-entities.el" |
| 32991 | ;;;;;; "org/org-faces.el" "org/org-gnus.el" "org/org-habit.el" "org/org-info.el" | 33103 | ;;;;;; "org/org-exp-blocks.el" "org/org-faces.el" "org/org-gnus.el" |
| 32992 | ;;;;;; "org/org-inlinetask.el" "org/org-install.el" "org/org-jsinfo.el" | 33104 | ;;;;;; "org/org-habit.el" "org/org-info.el" "org/org-inlinetask.el" |
| 32993 | ;;;;;; "org/org-list.el" "org/org-mac-message.el" "org/org-macs.el" | 33105 | ;;;;;; "org/org-install.el" "org/org-jsinfo.el" "org/org-list.el" |
| 32994 | ;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" | 33106 | ;;;;;; "org/org-mac-message.el" "org/org-macs.el" "org/org-mew.el" |
| 32995 | ;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-src.el" | 33107 | ;;;;;; "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el" "org/org-pcomplete.el" |
| 32996 | ;;;;;; "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" "patcomp.el" | 33108 | ;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-special-blocks.el" |
| 32997 | ;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" | 33109 | ;;;;;; "org/org-src.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" |
| 32998 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" | 33110 | ;;;;;; "patcomp.el" "play/gamegrid.el" "play/gametree.el" "play/meese.el" |
| 32999 | ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el" | 33111 | ;;;;;; "progmodes/ada-prj.el" "progmodes/cc-align.el" "progmodes/cc-awk.el" |
| 33000 | ;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" | 33112 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-defs.el" |
| 33001 | ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" | 33113 | ;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el" |
| 33002 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" | 33114 | ;;;;;; "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" |
| 33003 | ;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" | 33115 | ;;;;;; "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" |
| 33004 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" | 33116 | ;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el" |
| 33005 | ;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "saveplace.el" "sb-image.el" | 33117 | ;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" |
| 33006 | ;;;;;; "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" "tempo.el" | 33118 | ;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el" |
| 33007 | ;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" | 33119 | ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el" |
| 33008 | ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el" | 33120 | ;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el" |
| 33009 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" | 33121 | ;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el" |
| 33010 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el" | 33122 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" |
| 33011 | ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el" | 33123 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" |
| 33012 | ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el" | 33124 | ;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el" |
| 33013 | ;;;;;; "url/url-ftp.el" "url/url-future.el" "url/url-history.el" | 33125 | ;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el" |
| 33014 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" | 33126 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-future.el" |
| 33015 | ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el" | 33127 | ;;;;;; "url/url-history.el" "url/url-imap.el" "url/url-methods.el" |
| 33016 | ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" | 33128 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el" |
| 33017 | ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" | 33129 | ;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el" |
| 33018 | ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el" | 33130 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" |
| 33019 | ;;;;;; "w32-vars.el" "x-dnd.el") (19981 41048 99944)) | 33131 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el" |
| 33132 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (20022 | ||
| 33133 | ;;;;;; 32281 188358)) | ||
| 33020 | 33134 | ||
| 33021 | ;;;*** | 33135 | ;;;*** |
| 33022 | 33136 | ||
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index fe20ad921da..158435de86b 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -165,7 +165,8 @@ This is used by the default mail-sending commands. See also | |||
| 165 | If `sendmail-query-once-function' is `query', ask the user what | 165 | If `sendmail-query-once-function' is `query', ask the user what |
| 166 | function to use, and then save that choice." | 166 | function to use, and then save that choice." |
| 167 | (when (equal sendmail-query-once-function 'query) | 167 | (when (equal sendmail-query-once-function 'query) |
| 168 | (let* ((default | 168 | (let* ((mail-buffer (current-buffer)) |
| 169 | (default | ||
| 169 | (cond | 170 | (cond |
| 170 | ((or (and window-system (eq system-type 'darwin)) | 171 | ((or (and window-system (eq system-type 'darwin)) |
| 171 | (eq system-type 'windows-nt)) | 172 | (eq system-type 'windows-nt)) |
| @@ -195,7 +196,8 @@ function to use, and then save that choice." | |||
| 195 | (if (y-or-n-p "Configure outgoing SMTP in Emacs? ") | 196 | (if (y-or-n-p "Configure outgoing SMTP in Emacs? ") |
| 196 | 'smtpmail-send-it | 197 | 'smtpmail-send-it |
| 197 | default)) | 198 | default)) |
| 198 | (kill-buffer (current-buffer)))))) | 199 | (kill-buffer (current-buffer)) |
| 200 | (set-buffer mail-buffer))))) | ||
| 199 | (customize-save-variable 'sendmail-query-once-function function))) | 201 | (customize-save-variable 'sendmail-query-once-function function))) |
| 200 | (funcall sendmail-query-once-function)) | 202 | (funcall sendmail-query-once-function)) |
| 201 | 203 | ||
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index cc46660712f..3b406fa9331 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -589,7 +589,7 @@ The list is in preference order.") | |||
| 589 | 589 | ||
| 590 | (defun smtpmail-query-smtp-server () | 590 | (defun smtpmail-query-smtp-server () |
| 591 | (let ((server (read-string "Outgoing SMTP mail server: ")) | 591 | (let ((server (read-string "Outgoing SMTP mail server: ")) |
| 592 | (ports '(587 "smtp")) | 592 | (ports '("smtp" 587)) |
| 593 | stream port) | 593 | stream port) |
| 594 | (when (and smtpmail-smtp-server | 594 | (when (and smtpmail-smtp-server |
| 595 | (not (member smtpmail-smtp-server ports))) | 595 | (not (member smtpmail-smtp-server ports))) |
diff --git a/lisp/net/network-stream.el b/lisp/net/network-stream.el index bb09d8945c9..ceb094cded7 100644 --- a/lisp/net/network-stream.el +++ b/lisp/net/network-stream.el | |||
| @@ -230,7 +230,7 @@ functionality. | |||
| 230 | (or builtin-starttls | 230 | (or builtin-starttls |
| 231 | (and (or require-tls | 231 | (and (or require-tls |
| 232 | (plist-get parameters :use-starttls-if-possible)) | 232 | (plist-get parameters :use-starttls-if-possible)) |
| 233 | (executable-find "gnutls-cli"))) | 233 | (starttls-available-p))) |
| 234 | (not (eq (plist-get parameters :type) 'plain))) | 234 | (not (eq (plist-get parameters :type) 'plain))) |
| 235 | ;; If using external STARTTLS, drop this connection and start | 235 | ;; If using external STARTTLS, drop this connection and start |
| 236 | ;; anew with `starttls-open-stream'. | 236 | ;; anew with `starttls-open-stream'. |
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 9e04abb8cd5..7d43c4f7547 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -2695,7 +2695,8 @@ the only argument." | |||
| 2695 | (setq rcirc-topic (caddr args))))) | 2695 | (setq rcirc-topic (caddr args))))) |
| 2696 | 2696 | ||
| 2697 | (defun rcirc-handler-333 (process sender args text) | 2697 | (defun rcirc-handler-333 (process sender args text) |
| 2698 | "Not in rfc1459.txt" | 2698 | "333 says who set the topic and when. |
| 2699 | Not in rfc1459.txt" | ||
| 2699 | (let ((buffer (or (rcirc-get-buffer process (cadr args)) | 2700 | (let ((buffer (or (rcirc-get-buffer process (cadr args)) |
| 2700 | (rcirc-get-temp-buffer-create process (cadr args))))) | 2701 | (rcirc-get-temp-buffer-create process (cadr args))))) |
| 2701 | (with-current-buffer buffer | 2702 | (with-current-buffer buffer |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 7b4c6fd75b1..da51662b216 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;; should be changed only there. | 31 | ;; should be changed only there. |
| 32 | 32 | ||
| 33 | ;;;###tramp-autoload | 33 | ;;;###tramp-autoload |
| 34 | (defconst tramp-version "2.2.2-pre" | 34 | (defconst tramp-version "2.2.2" |
| 35 | "This version of Tramp.") | 35 | "This version of Tramp.") |
| 36 | 36 | ||
| 37 | ;;;###tramp-autoload | 37 | ;;;###tramp-autoload |
| @@ -44,7 +44,7 @@ | |||
| 44 | (= emacs-major-version 21) | 44 | (= emacs-major-version 21) |
| 45 | (>= emacs-minor-version 4))) | 45 | (>= emacs-minor-version 4))) |
| 46 | "ok" | 46 | "ok" |
| 47 | (format "Tramp 2.2.2-pre is not fit for %s" | 47 | (format "Tramp 2.2.2 is not fit for %s" |
| 48 | (when (string-match "^.*$" (emacs-version)) | 48 | (when (string-match "^.*$" (emacs-version)) |
| 49 | (match-string 0 (emacs-version))))))) | 49 | (match-string 0 (emacs-version))))))) |
| 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) | 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 0822f313ac4..43e4ad30e06 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 2 | |||
| 3 | * ob.el (org-babel-src-block-regexp): If a code block has a body, | ||
| 4 | its last character must be a newline. | ||
| 5 | |||
| 1 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 6 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 2 | 7 | ||
| 3 | * org-publish.el (org-publish-index-generate-theindex): rename | 8 | * org-publish.el (org-publish-index-generate-theindex): rename |
diff --git a/lisp/org/ob.el b/lisp/org/ob.el index 0de0aa661c5..44173fdb789 100644 --- a/lisp/org/ob.el +++ b/lisp/org/ob.el | |||
| @@ -137,7 +137,7 @@ remove code block execution from the C-c C-c keybinding." | |||
| 137 | ;; (4) header arguments | 137 | ;; (4) header arguments |
| 138 | "\\([^\n]*\\)\n" | 138 | "\\([^\n]*\\)\n" |
| 139 | ;; (5) body | 139 | ;; (5) body |
| 140 | "\\([^\000]*?\\)[ \t]*#\\+end_src") | 140 | "\\([^\000]*?\n\\)?[ \t]*#\\+end_src") |
| 141 | "Regexp used to identify code blocks.") | 141 | "Regexp used to identify code blocks.") |
| 142 | 142 | ||
| 143 | (defvar org-babel-inline-src-block-regexp | 143 | (defvar org-babel-inline-src-block-regexp |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 258f9be9237..31a4fbaef4d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1028,45 +1028,45 @@ subshells can nest." | |||
| 1028 | 1028 | ||
| 1029 | (defun sh-font-lock-paren (start) | 1029 | (defun sh-font-lock-paren (start) |
| 1030 | (unless (nth 8 (syntax-ppss)) | 1030 | (unless (nth 8 (syntax-ppss)) |
| 1031 | (save-excursion | 1031 | (save-excursion |
| 1032 | (goto-char start) | 1032 | (goto-char start) |
| 1033 | ;; Skip through all patterns | 1033 | ;; Skip through all patterns |
| 1034 | (while | 1034 | (while |
| 1035 | (progn | 1035 | (progn |
| 1036 | (while | 1036 | (while |
| 1037 | (progn | 1037 | (progn |
| 1038 | (forward-comment (- (point-max))) | 1038 | (forward-comment (- (point-max))) |
| 1039 | (when (and (eolp) (sh-is-quoted-p (point))) | 1039 | (when (and (eolp) (sh-is-quoted-p (point))) |
| 1040 | (forward-char -1) | 1040 | (forward-char -1) |
| 1041 | t))) | 1041 | t))) |
| 1042 | ;; Skip through one pattern | 1042 | ;; Skip through one pattern |
| 1043 | (while | 1043 | (while |
| 1044 | (or (/= 0 (skip-syntax-backward "w_")) | 1044 | (or (/= 0 (skip-syntax-backward "w_")) |
| 1045 | (/= 0 (skip-chars-backward "-$=?[]*@/\\\\")) | 1045 | (/= 0 (skip-chars-backward "-$=?[]*@/\\\\")) |
| 1046 | (and (sh-is-quoted-p (1- (point))) | 1046 | (and (sh-is-quoted-p (1- (point))) |
| 1047 | (goto-char (- (point) 2))) | 1047 | (goto-char (- (point) 2))) |
| 1048 | (when (memq (char-before) '(?\" ?\' ?\})) | 1048 | (when (memq (char-before) '(?\" ?\' ?\})) |
| 1049 | (condition-case nil (progn (backward-sexp 1) t) | 1049 | (condition-case nil (progn (backward-sexp 1) t) |
| 1050 | (error nil))))) | 1050 | (error nil))))) |
| 1051 | ;; Patterns can be preceded by an open-paren (Bug#1320). | 1051 | ;; Patterns can be preceded by an open-paren (Bug#1320). |
| 1052 | (if (eq (char-before (point)) ?\() | 1052 | (if (eq (char-before (point)) ?\() |
| 1053 | (backward-char 1)) | 1053 | (backward-char 1)) |
| 1054 | (while (progn | 1054 | (while (progn |
| 1055 | (forward-comment (- (point-max))) | 1055 | (forward-comment (- (point-max))) |
| 1056 | ;; Maybe we've bumped into an escaped newline. | 1056 | ;; Maybe we've bumped into an escaped newline. |
| 1057 | (sh-is-quoted-p (point))) | 1057 | (sh-is-quoted-p (point))) |
| 1058 | (backward-char 1)) | 1058 | (backward-char 1)) |
| 1059 | (when (eq (char-before) ?|) | 1059 | (when (eq (char-before) ?|) |
| 1060 | (backward-char 1) t))) | 1060 | (backward-char 1) t))) |
| 1061 | (when (progn (backward-char 2) | 1061 | (when (progn (backward-char 2) |
| 1062 | (if (> start (line-end-position)) | 1062 | (if (> start (line-end-position)) |
| 1063 | (put-text-property (point) (1+ start) | 1063 | (put-text-property (point) (1+ start) |
| 1064 | 'syntax-multiline t)) | 1064 | 'syntax-multiline t)) |
| 1065 | ;; FIXME: The `in' may just be a random argument to | 1065 | ;; FIXME: The `in' may just be a random argument to |
| 1066 | ;; a normal command rather than the real `in' keyword. | 1066 | ;; a normal command rather than the real `in' keyword. |
| 1067 | ;; I.e. we should look back to try and find the | 1067 | ;; I.e. we should look back to try and find the |
| 1068 | ;; corresponding `case'. | 1068 | ;; corresponding `case'. |
| 1069 | (and (looking-at ";[;&]\\|in") | 1069 | (and (looking-at ";[;&]\\|\\_<in") |
| 1070 | ;; ";; esac )" is a case that looks like a case-pattern | 1070 | ;; ";; esac )" is a case that looks like a case-pattern |
| 1071 | ;; but it's really just a close paren after a case | 1071 | ;; but it's really just a close paren after a case |
| 1072 | ;; statement. I.e. if we skipped over `esac' just now, | 1072 | ;; statement. I.e. if we skipped over `esac' just now, |
diff --git a/lisp/window.el b/lisp/window.el index 905db8dc9b6..215dbab7849 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -4715,15 +4715,12 @@ documentation of `display-buffer-alist' for a description." | |||
| 4715 | (setq window (window-normalize-live-window window)) | 4715 | (setq window (window-normalize-live-window window)) |
| 4716 | (let* ((old-frame (selected-frame)) | 4716 | (let* ((old-frame (selected-frame)) |
| 4717 | (new-frame (window-frame window)) | 4717 | (new-frame (window-frame window)) |
| 4718 | (dedicate (cdr (assq 'dedicate specifiers))) | ||
| 4719 | (no-other-window (cdr (assq 'no-other-window specifiers)))) | 4718 | (no-other-window (cdr (assq 'no-other-window specifiers)))) |
| 4720 | ;; Show BUFFER in WINDOW. | 4719 | ;; Show BUFFER in WINDOW. |
| 4721 | (unless (eq buffer (window-buffer window)) | 4720 | (unless (eq buffer (window-buffer window)) |
| 4722 | ;; If we show another buffer in WINDOW, undedicate it first. | 4721 | ;; If we show another buffer in WINDOW, undedicate it first. |
| 4723 | (set-window-dedicated-p window nil)) | 4722 | (set-window-dedicated-p window nil)) |
| 4724 | (set-window-buffer window buffer) | 4723 | (set-window-buffer window buffer) |
| 4725 | (when dedicate | ||
| 4726 | (set-window-dedicated-p window dedicate)) | ||
| 4727 | (when no-other-window | 4724 | (when no-other-window |
| 4728 | (set-window-parameter window 'no-other-window t)) | 4725 | (set-window-parameter window 'no-other-window t)) |
| 4729 | (unless (or (eq old-frame new-frame) | 4726 | (unless (or (eq old-frame new-frame) |
| @@ -4965,7 +4962,7 @@ Return the new window, nil if it could not be created." | |||
| 4965 | (selected-window (selected-window)) | 4962 | (selected-window (selected-window)) |
| 4966 | root new new-parent) | 4963 | root new new-parent) |
| 4967 | 4964 | ||
| 4968 | ;; We are in an atomic window. | 4965 | ;; We are in an atomic window. |
| 4969 | (when (and (window-parameter window 'window-atom) (not nest)) | 4966 | (when (and (window-parameter window 'window-atom) (not nest)) |
| 4970 | ;; Split the root window. | 4967 | ;; Split the root window. |
| 4971 | (setq window (window-atom-root window))) | 4968 | (setq window (window-atom-root window))) |
| @@ -5059,6 +5056,10 @@ description." | |||
| 5059 | (setq display-buffer-window (cons window 'new-window)) | 5056 | (setq display-buffer-window (cons window 'new-window)) |
| 5060 | ;; Install BUFFER in the new window. | 5057 | ;; Install BUFFER in the new window. |
| 5061 | (display-buffer-in-window buffer window specifiers) | 5058 | (display-buffer-in-window buffer window specifiers) |
| 5059 | (let ((dedicate (cdr (assq 'dedicate specifiers)))) | ||
| 5060 | (when dedicate | ||
| 5061 | ;; Dedicate window to buffer. | ||
| 5062 | (set-window-dedicated-p window dedicate))) | ||
| 5062 | ;; Adjust sizes if asked for (for `fit-window-to-buffer' | 5063 | ;; Adjust sizes if asked for (for `fit-window-to-buffer' |
| 5063 | ;; and friends BUFFER must be already shown in the new | 5064 | ;; and friends BUFFER must be already shown in the new |
| 5064 | ;; window). | 5065 | ;; window). |
| @@ -5094,7 +5095,12 @@ documentation of `display-buffer-alist' for a description." | |||
| 5094 | (set-window-parameter | 5095 | (set-window-parameter |
| 5095 | window 'quit-restore (list 'new-frame buffer selected-window)) | 5096 | window 'quit-restore (list 'new-frame buffer selected-window)) |
| 5096 | (setq display-buffer-window (cons window 'new-frame)) | 5097 | (setq display-buffer-window (cons window 'new-frame)) |
| 5097 | (display-buffer-in-window buffer window specifiers)))))) | 5098 | (display-buffer-in-window buffer window specifiers) |
| 5099 | (let ((dedicate (cdr (assq 'dedicate specifiers)))) | ||
| 5100 | (when dedicate | ||
| 5101 | ;; Dedicate window to buffer. | ||
| 5102 | (set-window-dedicated-p window dedicate))) | ||
| 5103 | window))))) | ||
| 5098 | 5104 | ||
| 5099 | (defun display-buffer-pop-up-side-window (buffer side slot &optional specifiers) | 5105 | (defun display-buffer-pop-up-side-window (buffer side slot &optional specifiers) |
| 5100 | "Display BUFFER in a new window on SIDE of the selected frame. | 5106 | "Display BUFFER in a new window on SIDE of the selected frame. |
| @@ -5142,6 +5148,10 @@ failed." | |||
| 5142 | (setq display-buffer-window (cons window 'new-window)) | 5148 | (setq display-buffer-window (cons window 'new-window)) |
| 5143 | ;; Install BUFFER in new window. | 5149 | ;; Install BUFFER in new window. |
| 5144 | (display-buffer-in-window buffer window specifiers) | 5150 | (display-buffer-in-window buffer window specifiers) |
| 5151 | (let ((dedicate (cdr (assq 'dedicate specifiers)))) | ||
| 5152 | (when dedicate | ||
| 5153 | ;; Dedicate window to buffer. | ||
| 5154 | (set-window-dedicated-p window dedicate))) | ||
| 5145 | ;; Adjust sizes of new window if asked for. | 5155 | ;; Adjust sizes of new window if asked for. |
| 5146 | (display-buffer-set-height window specifiers) | 5156 | (display-buffer-set-height window specifiers) |
| 5147 | (display-buffer-set-width window specifiers) | 5157 | (display-buffer-set-width window specifiers) |
| @@ -5282,6 +5292,10 @@ SPECIFIERS must be a list of buffer display specifiers." | |||
| 5282 | (set-window-parameter window 'window-slot slot)) | 5292 | (set-window-parameter window 'window-slot slot)) |
| 5283 | ;; Install BUFFER in the window. | 5293 | ;; Install BUFFER in the window. |
| 5284 | (display-buffer-in-window buffer window specifiers) | 5294 | (display-buffer-in-window buffer window specifiers) |
| 5295 | (let ((dedicate (cdr (assq 'dedicate specifiers)))) | ||
| 5296 | (when dedicate | ||
| 5297 | ;; Dedicate window to buffer. | ||
| 5298 | (set-window-dedicated-p window dedicate))) | ||
| 5285 | (when new-window | 5299 | (when new-window |
| 5286 | ;; Adjust sizes if asked for (for `fit-window-to-buffer' and | 5300 | ;; Adjust sizes if asked for (for `fit-window-to-buffer' and |
| 5287 | ;; friends BUFFER must be already shown in the new window). | 5301 | ;; friends BUFFER must be already shown in the new window). |