diff options
| -rw-r--r-- | lisp/ldefs-boot.el | 382 |
1 files changed, 339 insertions, 43 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ecba0f5f41c..7d4c7b84bfd 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -12098,13 +12098,13 @@ Set the base remapping of FACE in the current buffer to SPECS. | |||
| 12098 | This causes the remappings specified by `face-remap-add-relative' | 12098 | This causes the remappings specified by `face-remap-add-relative' |
| 12099 | to apply on top of the face specification given by SPECS. | 12099 | to apply on top of the face specification given by SPECS. |
| 12100 | 12100 | ||
| 12101 | The remaining arguments, SPECS, should form a list of faces. | 12101 | The remaining arguments, SPECS, specify the base of the remapping. |
| 12102 | Each list element should be either a face name or a property list | 12102 | Each one of SPECS should be either a face name or a property list |
| 12103 | of face attribute/value pairs, like in a `face' text property. | 12103 | of face attribute/value pairs, like in a `face' text property. |
| 12104 | 12104 | ||
| 12105 | If SPECS is empty, call `face-remap-reset-base' to use the normal | 12105 | If SPECS is empty or a single face `eq' to FACE, call `face-remap-reset-base' |
| 12106 | definition of FACE as the base remapping; note that this is | 12106 | to use the normal definition of FACE as the base remapping; note that |
| 12107 | different from SPECS containing a single value nil, which means | 12107 | this is different from SPECS containing a single value nil, which means |
| 12108 | not to inherit from the global definition of FACE at all. | 12108 | not to inherit from the global definition of FACE at all. |
| 12109 | 12109 | ||
| 12110 | \(fn FACE &rest SPECS)" nil nil) | 12110 | \(fn FACE &rest SPECS)" nil nil) |
| @@ -23319,7 +23319,7 @@ Coloring: | |||
| 23319 | 23319 | ||
| 23320 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) | 23320 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) |
| 23321 | ;;; Generated autoloads from org/org.el | 23321 | ;;; Generated autoloads from org/org.el |
| 23322 | (push (purecopy '(org 9 4 3)) package--builtin-versions) | 23322 | (push (purecopy '(org 9 4 4)) package--builtin-versions) |
| 23323 | 23323 | ||
| 23324 | (autoload 'org-babel-do-load-languages "org" "\ | 23324 | (autoload 'org-babel-do-load-languages "org" "\ |
| 23325 | Load the languages defined in `org-babel-load-languages'. | 23325 | Load the languages defined in `org-babel-load-languages'. |
| @@ -23517,10 +23517,278 @@ Call the customize function with org as argument." t nil) | |||
| 23517 | 23517 | ||
| 23518 | ;;;*** | 23518 | ;;;*** |
| 23519 | 23519 | ||
| 23520 | ;;;### (autoloads "actual autoloads are elsewhere" "org-agenda" "org/org-agenda.el" | 23520 | ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (0 0 0 0)) |
| 23521 | ;;;;;; (0 0 0 0)) | ||
| 23522 | ;;; Generated autoloads from org/org-agenda.el | 23521 | ;;; Generated autoloads from org/org-agenda.el |
| 23523 | 23522 | ||
| 23523 | (autoload 'org-toggle-sticky-agenda "org-agenda" "\ | ||
| 23524 | Toggle `org-agenda-sticky'. | ||
| 23525 | |||
| 23526 | \(fn &optional ARG)" t nil) | ||
| 23527 | |||
| 23528 | (autoload 'org-agenda "org-agenda" "\ | ||
| 23529 | Dispatch agenda commands to collect entries to the agenda buffer. | ||
| 23530 | Prompts for a command to execute. Any prefix arg will be passed | ||
| 23531 | on to the selected command. The default selections are: | ||
| 23532 | |||
| 23533 | a Call `org-agenda-list' to display the agenda for current day or week. | ||
| 23534 | t Call `org-todo-list' to display the global todo list. | ||
| 23535 | T Call `org-todo-list' to display the global todo list, select only | ||
| 23536 | entries with a specific TODO keyword (the user gets a prompt). | ||
| 23537 | m Call `org-tags-view' to display headlines with tags matching | ||
| 23538 | a condition (the user is prompted for the condition). | ||
| 23539 | M Like `m', but select only TODO entries, no ordinary headlines. | ||
| 23540 | e Export views to associated files. | ||
| 23541 | s Search entries for keywords. | ||
| 23542 | S Search entries for keywords, only with TODO keywords. | ||
| 23543 | / Multi occur across all agenda files and also files listed | ||
| 23544 | in `org-agenda-text-search-extra-files'. | ||
| 23545 | < Restrict agenda commands to buffer, subtree, or region. | ||
| 23546 | Press several times to get the desired effect. | ||
| 23547 | > Remove a previous restriction. | ||
| 23548 | # List \"stuck\" projects. | ||
| 23549 | ! Configure what \"stuck\" means. | ||
| 23550 | C Configure custom agenda commands. | ||
| 23551 | |||
| 23552 | More commands can be added by configuring the variable | ||
| 23553 | `org-agenda-custom-commands'. In particular, specific tags and TODO keyword | ||
| 23554 | searches can be pre-defined in this way. | ||
| 23555 | |||
| 23556 | If the current buffer is in Org mode and visiting a file, you can also | ||
| 23557 | first press `<' once to indicate that the agenda should be temporarily | ||
| 23558 | \(until the next use of `\\[org-agenda]') restricted to the current file. | ||
| 23559 | Pressing `<' twice means to restrict to the current subtree or region | ||
| 23560 | \(if active). | ||
| 23561 | |||
| 23562 | \(fn &optional ARG ORG-KEYS RESTRICTION)" t nil) | ||
| 23563 | |||
| 23564 | (autoload 'org-batch-agenda "org-agenda" "\ | ||
| 23565 | Run an agenda command in batch mode and send the result to STDOUT. | ||
| 23566 | If CMD-KEY is a string of length 1, it is used as a key in | ||
| 23567 | `org-agenda-custom-commands' and triggers this command. If it is a | ||
| 23568 | longer string it is used as a tags/todo match string. | ||
| 23569 | Parameters are alternating variable names and values that will be bound | ||
| 23570 | before running the agenda command. | ||
| 23571 | |||
| 23572 | \(fn CMD-KEY &rest PARAMETERS)" nil t) | ||
| 23573 | |||
| 23574 | (autoload 'org-batch-agenda-csv "org-agenda" "\ | ||
| 23575 | Run an agenda command in batch mode and send the result to STDOUT. | ||
| 23576 | If CMD-KEY is a string of length 1, it is used as a key in | ||
| 23577 | `org-agenda-custom-commands' and triggers this command. If it is a | ||
| 23578 | longer string it is used as a tags/todo match string. | ||
| 23579 | Parameters are alternating variable names and values that will be bound | ||
| 23580 | before running the agenda command. | ||
| 23581 | |||
| 23582 | The output gives a line for each selected agenda item. Each | ||
| 23583 | item is a list of comma-separated values, like this: | ||
| 23584 | |||
| 23585 | category,head,type,todo,tags,date,time,extra,priority-l,priority-n | ||
| 23586 | |||
| 23587 | category The category of the item | ||
| 23588 | head The headline, without TODO kwd, TAGS and PRIORITY | ||
| 23589 | type The type of the agenda entry, can be | ||
| 23590 | todo selected in TODO match | ||
| 23591 | tagsmatch selected in tags match | ||
| 23592 | diary imported from diary | ||
| 23593 | deadline a deadline on given date | ||
| 23594 | scheduled scheduled on given date | ||
| 23595 | timestamp entry has timestamp on given date | ||
| 23596 | closed entry was closed on given date | ||
| 23597 | upcoming-deadline warning about deadline | ||
| 23598 | past-scheduled forwarded scheduled item | ||
| 23599 | block entry has date block including g. date | ||
| 23600 | todo The todo keyword, if any | ||
| 23601 | tags All tags including inherited ones, separated by colons | ||
| 23602 | date The relevant date, like 2007-2-14 | ||
| 23603 | time The time, like 15:00-16:50 | ||
| 23604 | extra String with extra planning info | ||
| 23605 | priority-l The priority letter if any was given | ||
| 23606 | priority-n The computed numerical priority | ||
| 23607 | agenda-day The day in the agenda where this is listed | ||
| 23608 | |||
| 23609 | \(fn CMD-KEY &rest PARAMETERS)" nil t) | ||
| 23610 | |||
| 23611 | (autoload 'org-store-agenda-views "org-agenda" "\ | ||
| 23612 | Store agenda views. | ||
| 23613 | |||
| 23614 | \(fn &rest PARAMETERS)" t nil) | ||
| 23615 | |||
| 23616 | (autoload 'org-batch-store-agenda-views "org-agenda" "\ | ||
| 23617 | Run all custom agenda commands that have a file argument. | ||
| 23618 | |||
| 23619 | \(fn &rest PARAMETERS)" nil t) | ||
| 23620 | |||
| 23621 | (autoload 'org-agenda-list "org-agenda" "\ | ||
| 23622 | Produce a daily/weekly view from all files in variable `org-agenda-files'. | ||
| 23623 | The view will be for the current day or week, but from the overview buffer | ||
| 23624 | you will be able to go to other days/weeks. | ||
| 23625 | |||
| 23626 | With a numeric prefix argument in an interactive call, the agenda will | ||
| 23627 | span ARG days. Lisp programs should instead specify SPAN to change | ||
| 23628 | the number of days. SPAN defaults to `org-agenda-span'. | ||
| 23629 | |||
| 23630 | START-DAY defaults to TODAY, or to the most recent match for the weekday | ||
| 23631 | given in `org-agenda-start-on-weekday'. | ||
| 23632 | |||
| 23633 | When WITH-HOUR is non-nil, only include scheduled and deadline | ||
| 23634 | items if they have an hour specification like [h]h:mm. | ||
| 23635 | |||
| 23636 | \(fn &optional ARG START-DAY SPAN WITH-HOUR)" t nil) | ||
| 23637 | |||
| 23638 | (autoload 'org-search-view "org-agenda" "\ | ||
| 23639 | Show all entries that contain a phrase or words or regular expressions. | ||
| 23640 | |||
| 23641 | With optional prefix argument TODO-ONLY, only consider entries that are | ||
| 23642 | TODO entries. The argument STRING can be used to pass a default search | ||
| 23643 | string into this function. If EDIT-AT is non-nil, it means that the | ||
| 23644 | user should get a chance to edit this string, with cursor at position | ||
| 23645 | EDIT-AT. | ||
| 23646 | |||
| 23647 | The search string can be viewed either as a phrase that should be found as | ||
| 23648 | is, or it can be broken into a number of snippets, each of which must match | ||
| 23649 | in a Boolean way to select an entry. The default depends on the variable | ||
| 23650 | `org-agenda-search-view-always-boolean'. | ||
| 23651 | Even if this is turned off (the default) you can always switch to | ||
| 23652 | Boolean search dynamically by preceding the first word with \"+\" or \"-\". | ||
| 23653 | |||
| 23654 | The default is a direct search of the whole phrase, where each space in | ||
| 23655 | the search string can expand to an arbitrary amount of whitespace, | ||
| 23656 | including newlines. | ||
| 23657 | |||
| 23658 | If using a Boolean search, the search string is split on whitespace and | ||
| 23659 | each snippet is searched separately, with logical AND to select an entry. | ||
| 23660 | Words prefixed with a minus must *not* occur in the entry. Words without | ||
| 23661 | a prefix or prefixed with a plus must occur in the entry. Matching is | ||
| 23662 | case-insensitive. Words are enclosed by word delimiters (i.e. they must | ||
| 23663 | match whole words, not parts of a word) if | ||
| 23664 | `org-agenda-search-view-force-full-words' is set (default is nil). | ||
| 23665 | |||
| 23666 | Boolean search snippets enclosed by curly braces are interpreted as | ||
| 23667 | regular expressions that must or (when preceded with \"-\") must not | ||
| 23668 | match in the entry. Snippets enclosed into double quotes will be taken | ||
| 23669 | as a whole, to include whitespace. | ||
| 23670 | |||
| 23671 | - If the search string starts with an asterisk, search only in headlines. | ||
| 23672 | - If (possibly after the leading star) the search string starts with an | ||
| 23673 | exclamation mark, this also means to look at TODO entries only, an effect | ||
| 23674 | that can also be achieved with a prefix argument. | ||
| 23675 | - If (possibly after star and exclamation mark) the search string starts | ||
| 23676 | with a colon, this will mean that the (non-regexp) snippets of the | ||
| 23677 | Boolean search must match as full words. | ||
| 23678 | |||
| 23679 | This command searches the agenda files, and in addition the files | ||
| 23680 | listed in `org-agenda-text-search-extra-files' unless a restriction lock | ||
| 23681 | is active. | ||
| 23682 | |||
| 23683 | \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil) | ||
| 23684 | |||
| 23685 | (autoload 'org-todo-list "org-agenda" "\ | ||
| 23686 | Show all (not done) TODO entries from all agenda file in a single list. | ||
| 23687 | The prefix arg can be used to select a specific TODO keyword and limit | ||
| 23688 | the list to these. When using `\\[universal-argument]', you will be prompted | ||
| 23689 | for a keyword. A numeric prefix directly selects the Nth keyword in | ||
| 23690 | `org-todo-keywords-1'. | ||
| 23691 | |||
| 23692 | \(fn &optional ARG)" t nil) | ||
| 23693 | |||
| 23694 | (autoload 'org-tags-view "org-agenda" "\ | ||
| 23695 | Show all headlines for all `org-agenda-files' matching a TAGS criterion. | ||
| 23696 | The prefix arg TODO-ONLY limits the search to TODO entries. | ||
| 23697 | |||
| 23698 | \(fn &optional TODO-ONLY MATCH)" t nil) | ||
| 23699 | |||
| 23700 | (autoload 'org-agenda-list-stuck-projects "org-agenda" "\ | ||
| 23701 | Create agenda view for projects that are stuck. | ||
| 23702 | Stuck projects are project that have no next actions. For the definitions | ||
| 23703 | of what a project is and how to check if it stuck, customize the variable | ||
| 23704 | `org-stuck-projects'. | ||
| 23705 | |||
| 23706 | \(fn &rest IGNORE)" t nil) | ||
| 23707 | |||
| 23708 | (autoload 'org-diary "org-agenda" "\ | ||
| 23709 | Return diary information from org files. | ||
| 23710 | This function can be used in a \"sexp\" diary entry in the Emacs calendar. | ||
| 23711 | It accesses org files and extracts information from those files to be | ||
| 23712 | listed in the diary. The function accepts arguments specifying what | ||
| 23713 | items should be listed. For a list of arguments allowed here, see the | ||
| 23714 | variable `org-agenda-entry-types'. | ||
| 23715 | |||
| 23716 | The call in the diary file should look like this: | ||
| 23717 | |||
| 23718 | &%%(org-diary) ~/path/to/some/orgfile.org | ||
| 23719 | |||
| 23720 | Use a separate line for each org file to check. Or, if you omit the file name, | ||
| 23721 | all files listed in `org-agenda-files' will be checked automatically: | ||
| 23722 | |||
| 23723 | &%%(org-diary) | ||
| 23724 | |||
| 23725 | If you don't give any arguments (as in the example above), the default value | ||
| 23726 | of `org-agenda-entry-types' is used: (:deadline :scheduled :timestamp :sexp). | ||
| 23727 | So the example above may also be written as | ||
| 23728 | |||
| 23729 | &%%(org-diary :deadline :timestamp :sexp :scheduled) | ||
| 23730 | |||
| 23731 | The function expects the lisp variables `entry' and `date' to be provided | ||
| 23732 | by the caller, because this is how the calendar works. Don't use this | ||
| 23733 | function from a program - use `org-agenda-get-day-entries' instead. | ||
| 23734 | |||
| 23735 | \(fn &rest ARGS)" nil nil) | ||
| 23736 | |||
| 23737 | (autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" "\ | ||
| 23738 | Do we have a reason to ignore this TODO entry because it has a time stamp? | ||
| 23739 | |||
| 23740 | \(fn &optional END)" nil nil) | ||
| 23741 | |||
| 23742 | (autoload 'org-agenda-set-restriction-lock "org-agenda" "\ | ||
| 23743 | Set restriction lock for agenda to current subtree or file. | ||
| 23744 | When in a restricted subtree, remove it. | ||
| 23745 | |||
| 23746 | The restriction will span over the entire file if TYPE is `file', | ||
| 23747 | or if type is '(4), or if the cursor is before the first headline | ||
| 23748 | in the file. Otherwise, only apply the restriction to the current | ||
| 23749 | subtree. | ||
| 23750 | |||
| 23751 | \(fn &optional TYPE)" t nil) | ||
| 23752 | |||
| 23753 | (autoload 'org-calendar-goto-agenda "org-agenda" "\ | ||
| 23754 | Compute the Org agenda for the calendar date displayed at the cursor. | ||
| 23755 | This is a command that has to be installed in `calendar-mode-map'." t nil) | ||
| 23756 | |||
| 23757 | (autoload 'org-agenda-to-appt "org-agenda" "\ | ||
| 23758 | Activate appointments found in `org-agenda-files'. | ||
| 23759 | |||
| 23760 | With a `\\[universal-argument]' prefix, refresh the list of appointments. | ||
| 23761 | |||
| 23762 | If FILTER is t, interactively prompt the user for a regular | ||
| 23763 | expression, and filter out entries that don't match it. | ||
| 23764 | |||
| 23765 | If FILTER is a string, use this string as a regular expression | ||
| 23766 | for filtering entries out. | ||
| 23767 | |||
| 23768 | If FILTER is a function, filter out entries against which | ||
| 23769 | calling the function returns nil. This function takes one | ||
| 23770 | argument: an entry from `org-agenda-get-day-entries'. | ||
| 23771 | |||
| 23772 | FILTER can also be an alist with the car of each cell being | ||
| 23773 | either `headline' or `category'. For example: | ||
| 23774 | |||
| 23775 | \\='((headline \"IMPORTANT\") | ||
| 23776 | (category \"Work\")) | ||
| 23777 | |||
| 23778 | will only add headlines containing IMPORTANT or headlines | ||
| 23779 | belonging to the \"Work\" category. | ||
| 23780 | |||
| 23781 | ARGS are symbols indicating what kind of entries to consider. | ||
| 23782 | By default `org-agenda-to-appt' will use :deadline*, :scheduled* | ||
| 23783 | \(i.e., deadlines and scheduled items with a hh:mm specification) | ||
| 23784 | and :timestamp entries. See the docstring of `org-diary' for | ||
| 23785 | details and examples. | ||
| 23786 | |||
| 23787 | If an entry has a APPT_WARNTIME property, its value will be used | ||
| 23788 | to override `appt-message-warning-time'. | ||
| 23789 | |||
| 23790 | \(fn &optional REFRESH FILTER &rest ARGS)" t nil) | ||
| 23791 | |||
| 23524 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-agenda" '("org-"))) | 23792 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-agenda" '("org-"))) |
| 23525 | 23793 | ||
| 23526 | ;;;*** | 23794 | ;;;*** |
| @@ -23549,10 +23817,48 @@ Call the customize function with org as argument." t nil) | |||
| 23549 | 23817 | ||
| 23550 | ;;;*** | 23818 | ;;;*** |
| 23551 | 23819 | ||
| 23552 | ;;;### (autoloads "actual autoloads are elsewhere" "org-capture" | 23820 | ;;;### (autoloads nil "org-capture" "org/org-capture.el" (0 0 0 0)) |
| 23553 | ;;;;;; "org/org-capture.el" (0 0 0 0)) | ||
| 23554 | ;;; Generated autoloads from org/org-capture.el | 23821 | ;;; Generated autoloads from org/org-capture.el |
| 23555 | 23822 | ||
| 23823 | (autoload 'org-capture-string "org-capture" "\ | ||
| 23824 | Capture STRING with the template selected by KEYS. | ||
| 23825 | |||
| 23826 | \(fn STRING &optional KEYS)" t nil) | ||
| 23827 | |||
| 23828 | (autoload 'org-capture "org-capture" "\ | ||
| 23829 | Capture something. | ||
| 23830 | \\<org-capture-mode-map> | ||
| 23831 | This will let you select a template from `org-capture-templates', and | ||
| 23832 | then file the newly captured information. The text is immediately | ||
| 23833 | inserted at the target location, and an indirect buffer is shown where | ||
| 23834 | you can edit it. Pressing `\\[org-capture-finalize]' brings you back to the previous | ||
| 23835 | state of Emacs, so that you can continue your work. | ||
| 23836 | |||
| 23837 | When called interactively with a `\\[universal-argument]' prefix argument GOTO, don't | ||
| 23838 | capture anything, just go to the file/headline where the selected | ||
| 23839 | template stores its notes. | ||
| 23840 | |||
| 23841 | With a `\\[universal-argument] \\[universal-argument]' prefix argument, go to the last note stored. | ||
| 23842 | |||
| 23843 | When called with a `C-0' (zero) prefix, insert a template at point. | ||
| 23844 | |||
| 23845 | When called with a `C-1' (one) prefix, force prompting for a date when | ||
| 23846 | a datetree entry is made. | ||
| 23847 | |||
| 23848 | ELisp programs can set KEYS to a string associated with a template | ||
| 23849 | in `org-capture-templates'. In this case, interactive selection | ||
| 23850 | will be bypassed. | ||
| 23851 | |||
| 23852 | If `org-capture-use-agenda-date' is non-nil, capturing from the | ||
| 23853 | agenda will use the date at point as the default date. Then, a | ||
| 23854 | `C-1' prefix will tell the capture process to use the HH:MM time | ||
| 23855 | of the day at point (if any) or the current HH:MM time. | ||
| 23856 | |||
| 23857 | \(fn &optional GOTO KEYS)" t nil) | ||
| 23858 | |||
| 23859 | (autoload 'org-capture-import-remember-templates "org-capture" "\ | ||
| 23860 | Set `org-capture-templates' to be similar to `org-remember-templates'." t nil) | ||
| 23861 | |||
| 23556 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-capture" '("org-capture-"))) | 23862 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-capture" '("org-capture-"))) |
| 23557 | 23863 | ||
| 23558 | ;;;*** | 23864 | ;;;*** |
| @@ -38331,19 +38637,10 @@ Zone out, completely." t nil) | |||
| 38331 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" | 38637 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" |
| 38332 | ;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" | 38638 | ;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" |
| 38333 | ;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el" | 38639 | ;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el" |
| 38334 | ;;;;;; "international/charprop.el" "international/charscript.el" | 38640 | ;;;;;; "international/charscript.el" "international/cp51932.el" |
| 38335 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el" | 38641 | ;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" |
| 38336 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" | 38642 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" |
| 38337 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | 38643 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" |
| 38338 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | ||
| 38339 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | ||
| 38340 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | ||
| 38341 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | ||
| 38342 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | ||
| 38343 | ;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" | ||
| 38344 | ;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" | ||
| 38345 | ;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" | ||
| 38346 | ;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | ||
| 38347 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 38644 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 38348 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 38645 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| 38349 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 38646 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |
| @@ -38376,26 +38673,25 @@ Zone out, completely." t nil) | |||
| 38376 | ;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el" | 38673 | ;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el" |
| 38377 | ;;;;;; "obarray.el" "org/ob-core.el" "org/ob-lob.el" "org/ob-matlab.el" | 38674 | ;;;;;; "obarray.el" "org/ob-core.el" "org/ob-lob.el" "org/ob-matlab.el" |
| 38378 | ;;;;;; "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" "org/ol-irc.el" | 38675 | ;;;;;; "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" "org/ol-irc.el" |
| 38379 | ;;;;;; "org/ol.el" "org/org-agenda.el" "org/org-archive.el" "org/org-attach.el" | 38676 | ;;;;;; "org/ol.el" "org/org-archive.el" "org/org-attach.el" "org/org-clock.el" |
| 38380 | ;;;;;; "org/org-capture.el" "org/org-clock.el" "org/org-colview.el" | 38677 | ;;;;;; "org/org-colview.el" "org/org-compat.el" "org/org-datetree.el" |
| 38381 | ;;;;;; "org/org-compat.el" "org/org-datetree.el" "org/org-duration.el" | 38678 | ;;;;;; "org/org-duration.el" "org/org-element.el" "org/org-feed.el" |
| 38382 | ;;;;;; "org/org-element.el" "org/org-feed.el" "org/org-footnote.el" | 38679 | ;;;;;; "org/org-footnote.el" "org/org-goto.el" "org/org-id.el" "org/org-indent.el" |
| 38383 | ;;;;;; "org/org-goto.el" "org/org-id.el" "org/org-indent.el" "org/org-install.el" | 38680 | ;;;;;; "org/org-install.el" "org/org-keys.el" "org/org-lint.el" |
| 38384 | ;;;;;; "org/org-keys.el" "org/org-lint.el" "org/org-list.el" "org/org-macs.el" | 38681 | ;;;;;; "org/org-list.el" "org/org-macs.el" "org/org-mobile.el" "org/org-num.el" |
| 38385 | ;;;;;; "org/org-mobile.el" "org/org-num.el" "org/org-plot.el" "org/org-refile.el" | 38682 | ;;;;;; "org/org-plot.el" "org/org-refile.el" "org/org-table.el" |
| 38386 | ;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" | 38683 | ;;;;;; "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" |
| 38387 | ;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" | 38684 | ;;;;;; "org/ox-icalendar.el" "org/ox-latex.el" "org/ox-md.el" "org/ox-odt.el" |
| 38388 | ;;;;;; "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el" | 38685 | ;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" |
| 38389 | ;;;;;; "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el" | 38686 | ;;;;;; "progmodes/elisp-mode.el" "progmodes/prog-mode.el" "ps-mule.el" |
| 38390 | ;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" | 38687 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "select.el" "simple.el" |
| 38391 | ;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" | 38688 | ;;;;;; "startup.el" "subdirs.el" "subr.el" "tab-bar.el" "textmodes/fill.el" |
| 38392 | ;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el" | 38689 | ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/reftex-auc.el" |
| 38393 | ;;;;;; "textmodes/paragraphs.el" "textmodes/reftex-auc.el" "textmodes/reftex-cite.el" | 38690 | ;;;;;; "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" |
| 38394 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-index.el" | 38691 | ;;;;;; "textmodes/reftex-index.el" "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" |
| 38395 | ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" | 38692 | ;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/text-mode.el" |
| 38396 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/text-mode.el" "uniquify.el" | 38693 | ;;;;;; "uniquify.el" "vc/ediff-hook.el" "vc/vc-hooks.el" "version.el" |
| 38397 | ;;;;;; "vc/ediff-hook.el" "vc/vc-hooks.el" "version.el" "widget.el" | 38694 | ;;;;;; "widget.el" "window.el") (0 0 0 0)) |
| 38398 | ;;;;;; "window.el") (0 0 0 0)) | ||
| 38399 | 38695 | ||
| 38400 | ;;;*** | 38696 | ;;;*** |
| 38401 | 38697 | ||