diff options
| author | Glenn Morris | 2018-07-01 07:27:20 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-07-01 07:27:20 -0400 |
| commit | 7edc019651b3e16592d2d16616a7d4cecc285ae6 (patch) | |
| tree | 4c985d41a62d68b56b6569ed43aa2fdc0f63877b | |
| parent | 8b6812fd905be2484364c75a62fd7e371d686adb (diff) | |
| download | emacs-7edc019651b3e16592d2d16616a7d4cecc285ae6.tar.gz emacs-7edc019651b3e16592d2d16616a7d4cecc285ae6.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 182 |
1 files changed, 111 insertions, 71 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 35cff524c9d..5f26eba695e 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1548,7 +1548,7 @@ let-binding.") | |||
| 1548 | ;;;### (autoloads nil "auth-source-pass" "auth-source-pass.el" (0 | 1548 | ;;;### (autoloads nil "auth-source-pass" "auth-source-pass.el" (0 |
| 1549 | ;;;;;; 0 0 0)) | 1549 | ;;;;;; 0 0 0)) |
| 1550 | ;;; Generated autoloads from auth-source-pass.el | 1550 | ;;; Generated autoloads from auth-source-pass.el |
| 1551 | (push (purecopy '(auth-source-pass 2 0 0)) package--builtin-versions) | 1551 | (push (purecopy '(auth-source-pass 4 0 1)) package--builtin-versions) |
| 1552 | 1552 | ||
| 1553 | (autoload 'auth-source-pass-enable "auth-source-pass" "\ | 1553 | (autoload 'auth-source-pass-enable "auth-source-pass" "\ |
| 1554 | Enable auth-source-password-store. | 1554 | Enable auth-source-password-store. |
| @@ -5918,6 +5918,9 @@ Use `\\[info-lookup-symbol]' to look up documentation of CSS properties, at-rule | |||
| 5918 | pseudo-classes, and pseudo-elements on the Mozilla Developer | 5918 | pseudo-classes, and pseudo-elements on the Mozilla Developer |
| 5919 | Network (MDN). | 5919 | Network (MDN). |
| 5920 | 5920 | ||
| 5921 | Use `\\[fill-paragraph]' to reformat CSS declaration blocks. It can also | ||
| 5922 | be used to fill comments. | ||
| 5923 | |||
| 5921 | \\{css-mode-map} | 5924 | \\{css-mode-map} |
| 5922 | 5925 | ||
| 5923 | \(fn)" t nil) | 5926 | \(fn)" t nil) |
| @@ -12932,7 +12935,7 @@ to get the effect of a C-q. | |||
| 12932 | 12935 | ||
| 12933 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) | 12936 | ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (0 0 0 0)) |
| 12934 | ;;; Generated autoloads from progmodes/flymake.el | 12937 | ;;; Generated autoloads from progmodes/flymake.el |
| 12935 | (push (purecopy '(flymake 0 3)) package--builtin-versions) | 12938 | (push (purecopy '(flymake 1 0)) package--builtin-versions) |
| 12936 | 12939 | ||
| 12937 | (autoload 'flymake-log "flymake" "\ | 12940 | (autoload 'flymake-log "flymake" "\ |
| 12938 | Log, at level LEVEL, the message MSG formatted with ARGS. | 12941 | Log, at level LEVEL, the message MSG formatted with ARGS. |
| @@ -12945,10 +12948,11 @@ generated it. | |||
| 12945 | 12948 | ||
| 12946 | (autoload 'flymake-make-diagnostic "flymake" "\ | 12949 | (autoload 'flymake-make-diagnostic "flymake" "\ |
| 12947 | Make a Flymake diagnostic for BUFFER's region from BEG to END. | 12950 | Make a Flymake diagnostic for BUFFER's region from BEG to END. |
| 12948 | TYPE is a key to `flymake-diagnostic-types-alist' and TEXT is a | 12951 | TYPE is a key to symbol and TEXT is a description of the problem |
| 12949 | description of the problem detected in this region. | 12952 | detected in this region. DATA is any object that the caller |
| 12953 | wishes to attach to the created diagnostic for later retrieval. | ||
| 12950 | 12954 | ||
| 12951 | \(fn BUFFER BEG END TYPE TEXT)" nil nil) | 12955 | \(fn BUFFER BEG END TYPE TEXT &optional DATA)" nil nil) |
| 12952 | 12956 | ||
| 12953 | (autoload 'flymake-diagnostics "flymake" "\ | 12957 | (autoload 'flymake-diagnostics "flymake" "\ |
| 12954 | Get Flymake diagnostics in region determined by BEG and END. | 12958 | Get Flymake diagnostics in region determined by BEG and END. |
| @@ -12989,7 +12993,9 @@ The commands `flymake-goto-next-error' and | |||
| 12989 | diagnostics annotated in the buffer. | 12993 | diagnostics annotated in the buffer. |
| 12990 | 12994 | ||
| 12991 | The visual appearance of each type of diagnostic can be changed | 12995 | The visual appearance of each type of diagnostic can be changed |
| 12992 | in the variable `flymake-diagnostic-types-alist'. | 12996 | by setting properties `flymake-overlay-control', `flymake-bitmap' |
| 12997 | and `flymake-severity' on the symbols of diagnostic types (like | ||
| 12998 | `:error', `:warning' and `:note'). | ||
| 12993 | 12999 | ||
| 12994 | Activation or deactivation of backends used by Flymake in each | 13000 | Activation or deactivation of backends used by Flymake in each |
| 12995 | buffer happens via the special hook | 13001 | buffer happens via the special hook |
| @@ -13018,10 +13024,26 @@ Turn Flymake mode off. | |||
| 13018 | 13024 | ||
| 13019 | ;;;*** | 13025 | ;;;*** |
| 13020 | 13026 | ||
| 13027 | ;;;### (autoloads nil "flymake-cc" "progmodes/flymake-cc.el" (0 0 | ||
| 13028 | ;;;;;; 0 0)) | ||
| 13029 | ;;; Generated autoloads from progmodes/flymake-cc.el | ||
| 13030 | |||
| 13031 | (autoload 'flymake-cc "flymake-cc" "\ | ||
| 13032 | Flymake backend for GNU-style C compilers. | ||
| 13033 | This backend uses `flymake-cc-command' (which see) to launch a | ||
| 13034 | process that is passed the current buffer's contents via stdin. | ||
| 13035 | REPORT-FN is Flymake's callback. | ||
| 13036 | |||
| 13037 | \(fn REPORT-FN &rest ARGS)" nil nil) | ||
| 13038 | |||
| 13039 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-cc" '("flymake-cc-"))) | ||
| 13040 | |||
| 13041 | ;;;*** | ||
| 13042 | |||
| 13021 | ;;;### (autoloads nil "flymake-proc" "progmodes/flymake-proc.el" | 13043 | ;;;### (autoloads nil "flymake-proc" "progmodes/flymake-proc.el" |
| 13022 | ;;;;;; (0 0 0 0)) | 13044 | ;;;;;; (0 0 0 0)) |
| 13023 | ;;; Generated autoloads from progmodes/flymake-proc.el | 13045 | ;;; Generated autoloads from progmodes/flymake-proc.el |
| 13024 | (push (purecopy '(flymake-proc 0 3)) package--builtin-versions) | 13046 | (push (purecopy '(flymake-proc 1 0)) package--builtin-versions) |
| 13025 | 13047 | ||
| 13026 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-proc" '("flymake-proc-"))) | 13048 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-proc" '("flymake-proc-"))) |
| 13027 | 13049 | ||
| @@ -18636,16 +18658,10 @@ If nil, the default personal dictionary for your spelling checker is used.") | |||
| 18636 | 18658 | ||
| 18637 | (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) | 18659 | (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) |
| 18638 | 18660 | ||
| 18639 | (defvar ispell-menu-map nil "\ | 18661 | (defconst ispell-menu-map (let ((map (make-sparse-keymap "Spell"))) (define-key map [ispell-change-dictionary] `(menu-item ,(purecopy "Change Dictionary...") ispell-change-dictionary :help ,(purecopy "Supply explicit dictionary file name"))) (define-key map [ispell-kill-ispell] `(menu-item ,(purecopy "Kill Process") (lambda nil (interactive) (ispell-kill-ispell nil 'clear)) :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help ,(purecopy "Terminate Ispell subprocess"))) (define-key map [ispell-pdict-save] `(menu-item ,(purecopy "Save Dictionary") (lambda nil (interactive) (ispell-pdict-save t t)) :help ,(purecopy "Save personal dictionary"))) (define-key map [ispell-customize] `(menu-item ,(purecopy "Customize...") (lambda nil (interactive) (customize-group 'ispell)) :help ,(purecopy "Customize spell checking options"))) (define-key map [ispell-help] `(menu-item ,(purecopy "Help") (lambda nil (interactive) (describe-function 'ispell-help)) :help ,(purecopy "Show standard Ispell keybindings and commands"))) (define-key map [flyspell-mode] `(menu-item ,(purecopy "Automatic spell checking (Flyspell)") flyspell-mode :help ,(purecopy "Check spelling while you edit the text") :button (:toggle bound-and-true-p flyspell-mode))) (define-key map [ispell-complete-word] `(menu-item ,(purecopy "Complete Word") ispell-complete-word :help ,(purecopy "Complete word at cursor using dictionary"))) (define-key map [ispell-complete-word-interior-frag] `(menu-item ,(purecopy "Complete Word Fragment") ispell-complete-word-interior-frag :help ,(purecopy "Complete word fragment at cursor"))) (define-key map [ispell-continue] `(menu-item ,(purecopy "Continue Spell-Checking") ispell-continue :enable (and (boundp 'ispell-region-end) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help ,(purecopy "Continue spell checking last region"))) (define-key map [ispell-word] `(menu-item ,(purecopy "Spell-Check Word") ispell-word :help ,(purecopy "Spell-check word at cursor"))) (define-key map [ispell-comments-and-strings] `(menu-item ,(purecopy "Spell-Check Comments") ispell-comments-and-strings :help ,(purecopy "Spell-check only comments and strings"))) (define-key map [ispell-region] `(menu-item ,(purecopy "Spell-Check Region") ispell-region :enable mark-active :help ,(purecopy "Spell-check text in marked region"))) (define-key map [ispell-message] `(menu-item ,(purecopy "Spell-Check Message") ispell-message :visible (eq major-mode 'mail-mode) :help ,(purecopy "Skip headers and included message text"))) (define-key map [ispell-buffer] `(menu-item ,(purecopy "Spell-Check Buffer") ispell-buffer :help ,(purecopy "Check spelling of selected buffer"))) map) "\ |
| 18640 | Key map for ispell menu.") | 18662 | Key map for ispell menu.") |
| 18641 | 18663 | ||
| 18642 | (defvar ispell-menu-map-needed (unless ispell-menu-map 'reload)) | 18664 | (fset 'ispell-menu-map (symbol-value 'ispell-menu-map)) |
| 18643 | |||
| 18644 | (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] `(menu-item ,(purecopy "Change Dictionary...") ispell-change-dictionary :help ,(purecopy "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] `(menu-item ,(purecopy "Kill Process") (lambda nil (interactive) (ispell-kill-ispell nil 'clear)) :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help ,(purecopy "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] `(menu-item ,(purecopy "Save Dictionary") (lambda nil (interactive) (ispell-pdict-save t t)) :help ,(purecopy "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] `(menu-item ,(purecopy "Customize...") (lambda nil (interactive) (customize-group 'ispell)) :help ,(purecopy "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] `(menu-item ,(purecopy "Help") (lambda nil (interactive) (describe-function 'ispell-help)) :help ,(purecopy "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] `(menu-item ,(purecopy "Automatic spell checking (Flyspell)") flyspell-mode :help ,(purecopy "Check spelling while you edit the text") :button (:toggle bound-and-true-p flyspell-mode))) (define-key ispell-menu-map [ispell-complete-word] `(menu-item ,(purecopy "Complete Word") ispell-complete-word :help ,(purecopy "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] `(menu-item ,(purecopy "Complete Word Fragment") ispell-complete-word-interior-frag :help ,(purecopy "Complete word fragment at cursor"))))) | ||
| 18645 | |||
| 18646 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] `(menu-item ,(purecopy "Continue Spell-Checking") ispell-continue :enable (and (boundp 'ispell-region-end) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help ,(purecopy "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] `(menu-item ,(purecopy "Spell-Check Word") ispell-word :help ,(purecopy "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] `(menu-item ,(purecopy "Spell-Check Comments") ispell-comments-and-strings :help ,(purecopy "Spell-check only comments and strings"))))) | ||
| 18647 | |||
| 18648 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] `(menu-item ,(purecopy "Spell-Check Region") ispell-region :enable mark-active :help ,(purecopy "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] `(menu-item ,(purecopy "Spell-Check Message") ispell-message :visible (eq major-mode 'mail-mode) :help ,(purecopy "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] `(menu-item ,(purecopy "Spell-Check Buffer") ispell-buffer :help ,(purecopy "Check spelling of selected buffer"))) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map)))) | ||
| 18649 | 18665 | ||
| 18650 | (defvar ispell-skip-region-alist `((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) (,(purecopy "^---*BEGIN PGP [A-Z ]*--*") \, (purecopy "^---*END PGP [A-Z ]*--*")) (,(purecopy "^begin [0-9][0-9][0-9] [^ \11]+$") \, (purecopy "\nend\n")) (,(purecopy "^%!PS-Adobe-[123].0") \, (purecopy "\n%%EOF\n")) (,(purecopy "^---* \\(Start of \\)?[Ff]orwarded [Mm]essage") \, (purecopy "^---* End of [Ff]orwarded [Mm]essage"))) "\ | 18666 | (defvar ispell-skip-region-alist `((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) (,(purecopy "^---*BEGIN PGP [A-Z ]*--*") \, (purecopy "^---*END PGP [A-Z ]*--*")) (,(purecopy "^begin [0-9][0-9][0-9] [^ \11]+$") \, (purecopy "\nend\n")) (,(purecopy "^%!PS-Adobe-[123].0") \, (purecopy "\n%%EOF\n")) (,(purecopy "^---* \\(Start of \\)?[Ff]orwarded [Mm]essage") \, (purecopy "^---* End of [Ff]orwarded [Mm]essage"))) "\ |
| 18651 | Alist expressing beginning and end of regions not to spell check. | 18667 | Alist expressing beginning and end of regions not to spell check. |
| @@ -19009,6 +19025,14 @@ locally, like so: | |||
| 19009 | 19025 | ||
| 19010 | ;;;*** | 19026 | ;;;*** |
| 19011 | 19027 | ||
| 19028 | ;;;### (autoloads nil "jsonrpc" "jsonrpc.el" (0 0 0 0)) | ||
| 19029 | ;;; Generated autoloads from jsonrpc.el | ||
| 19030 | (push (purecopy '(jsonrpc 1 0 0)) package--builtin-versions) | ||
| 19031 | |||
| 19032 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jsonrpc" '("jrpc-default-request-timeout" "jsonrpc-"))) | ||
| 19033 | |||
| 19034 | ;;;*** | ||
| 19035 | |||
| 19012 | ;;;### (autoloads nil "kermit" "kermit.el" (0 0 0 0)) | 19036 | ;;;### (autoloads nil "kermit" "kermit.el" (0 0 0 0)) |
| 19013 | ;;; Generated autoloads from kermit.el | 19037 | ;;; Generated autoloads from kermit.el |
| 19014 | 19038 | ||
| @@ -22613,7 +22637,7 @@ closing requests for requests that are used in matched pairs. | |||
| 22613 | ;;;### (autoloads nil "nsm" "net/nsm.el" (0 0 0 0)) | 22637 | ;;;### (autoloads nil "nsm" "net/nsm.el" (0 0 0 0)) |
| 22614 | ;;; Generated autoloads from net/nsm.el | 22638 | ;;; Generated autoloads from net/nsm.el |
| 22615 | 22639 | ||
| 22616 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nsm" '("network-security-level" "nsm-"))) | 22640 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nsm" '("network-security-" "nsm-"))) |
| 22617 | 22641 | ||
| 22618 | ;;;*** | 22642 | ;;;*** |
| 22619 | 22643 | ||
| @@ -27353,12 +27377,12 @@ than that of a simplified version: | |||
| 27353 | (defun simplified-regexp-opt (strings &optional paren) | 27377 | (defun simplified-regexp-opt (strings &optional paren) |
| 27354 | (let ((parens | 27378 | (let ((parens |
| 27355 | (cond ((stringp paren) (cons paren \"\\\\)\")) | 27379 | (cond ((stringp paren) (cons paren \"\\\\)\")) |
| 27356 | ((eq paren 'words) '(\"\\\\\\=<\\\\(\" . \"\\\\)\\\\>\")) | 27380 | ((eq paren \\='words) \\='(\"\\\\\\=<\\\\(\" . \"\\\\)\\\\>\")) |
| 27357 | ((eq paren 'symbols) '(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\")) | 27381 | ((eq paren \\='symbols) \\='(\"\\\\_<\\\\(\" . \"\\\\)\\\\_>\")) |
| 27358 | ((null paren) '(\"\\\\(?:\" . \"\\\\)\")) | 27382 | ((null paren) \\='(\"\\\\(?:\" . \"\\\\)\")) |
| 27359 | (t '(\"\\\\(\" . \"\\\\)\"))))) | 27383 | (t \\='(\"\\\\(\" . \"\\\\)\"))))) |
| 27360 | (concat (car paren) | 27384 | (concat (car paren) |
| 27361 | (mapconcat 'regexp-quote strings \"\\\\|\") | 27385 | (mapconcat \\='regexp-quote strings \"\\\\|\") |
| 27362 | (cdr paren)))) | 27386 | (cdr paren)))) |
| 27363 | 27387 | ||
| 27364 | \(fn STRINGS &optional PAREN)" nil nil) | 27388 | \(fn STRINGS &optional PAREN)" nil nil) |
| @@ -27934,9 +27958,15 @@ buffer, updates it accordingly. | |||
| 27934 | This command always outputs the complete message header, even if | 27958 | This command always outputs the complete message header, even if |
| 27935 | the header display is currently pruned. | 27959 | the header display is currently pruned. |
| 27936 | 27960 | ||
| 27961 | If `rmail-output-reset-deleted-flag' is non-nil, the message's | ||
| 27962 | deleted flag is reset in the message appended to the destination | ||
| 27963 | file. Otherwise, the appended message will remain marked as | ||
| 27964 | deleted if it was deleted before invoking this command. | ||
| 27965 | |||
| 27937 | Optional prefix argument COUNT (default 1) says to output that | 27966 | Optional prefix argument COUNT (default 1) says to output that |
| 27938 | many consecutive messages, starting with the current one (ignoring | 27967 | many consecutive messages, starting with the current one (ignoring |
| 27939 | deleted messages). If `rmail-delete-after-output' is non-nil, deletes | 27968 | deleted messages, unless `rmail-output-reset-deleted-flag' is |
| 27969 | non-nil). If `rmail-delete-after-output' is non-nil, deletes | ||
| 27940 | messages after output. | 27970 | messages after output. |
| 27941 | 27971 | ||
| 27942 | The optional third argument NOATTRIBUTE, if non-nil, says not to | 27972 | The optional third argument NOATTRIBUTE, if non-nil, says not to |
| @@ -28002,12 +28032,12 @@ than appending to it. Deletes the message after writing if | |||
| 28002 | Ask user a multiple choice question. | 28032 | Ask user a multiple choice question. |
| 28003 | PROMPT should be a string that will be displayed as the prompt. | 28033 | PROMPT should be a string that will be displayed as the prompt. |
| 28004 | 28034 | ||
| 28005 | CHOICES is an alist where the first element in each entry is a | 28035 | CHOICES is a list of (KEY NAME [DESCRIPTION]). KEY is a |
| 28006 | character to be entered, the second element is a short name for | 28036 | character to be entered. NAME is a short name for the entry to |
| 28007 | the entry to be displayed while prompting (if there's room, it | 28037 | be displayed while prompting (if there's room, it might be |
| 28008 | might be shortened), and the third, optional entry is a longer | 28038 | shortened). DESCRIPTION is an optional longer explanation that |
| 28009 | explanation that will be displayed in a help buffer if the user | 28039 | will be displayed in a help buffer if the user requests more |
| 28010 | requests more help. | 28040 | help. |
| 28011 | 28041 | ||
| 28012 | This function translates user input into responses by consulting | 28042 | This function translates user input into responses by consulting |
| 28013 | the bindings in `query-replace-map'; see the documentation of | 28043 | the bindings in `query-replace-map'; see the documentation of |
| @@ -28018,9 +28048,9 @@ perform the requested window recentering or scrolling and ask | |||
| 28018 | again. | 28048 | again. |
| 28019 | 28049 | ||
| 28020 | When `use-dialog-box' is t (the default), this function can pop | 28050 | When `use-dialog-box' is t (the default), this function can pop |
| 28021 | up a dialog window to collect the user input. That functionality | 28051 | up a dialog window to collect the user input. That functionality |
| 28022 | requires `display-popup-menus-p' to return t. Otherwise, a text | 28052 | requires `display-popup-menus-p' to return t. Otherwise, a |
| 28023 | dialog will be used. | 28053 | text dialog will be used. |
| 28024 | 28054 | ||
| 28025 | The return value is the matching entry from the CHOICES list. | 28055 | The return value is the matching entry from the CHOICES list. |
| 28026 | 28056 | ||
| @@ -28452,12 +28482,14 @@ CHAR | |||
| 28452 | matches whitespace and graphic characters. | 28482 | matches whitespace and graphic characters. |
| 28453 | 28483 | ||
| 28454 | `alphanumeric', `alnum' | 28484 | `alphanumeric', `alnum' |
| 28455 | matches alphabetic characters and digits. (For multibyte characters, | 28485 | matches alphabetic characters and digits. For multibyte characters, |
| 28456 | it matches according to Unicode character properties.) | 28486 | it matches characters whose Unicode `general-category' property |
| 28487 | indicates they are alphabetic or decimal number characters. | ||
| 28457 | 28488 | ||
| 28458 | `letter', `alphabetic', `alpha' | 28489 | `letter', `alphabetic', `alpha' |
| 28459 | matches alphabetic characters. (For multibyte characters, | 28490 | matches alphabetic characters. For multibyte characters, |
| 28460 | it matches according to Unicode character properties.) | 28491 | it matches characters whose Unicode `general-category' property |
| 28492 | indicates they are alphabetic characters. | ||
| 28461 | 28493 | ||
| 28462 | `ascii' | 28494 | `ascii' |
| 28463 | matches ASCII (unibyte) characters. | 28495 | matches ASCII (unibyte) characters. |
| @@ -28466,10 +28498,14 @@ CHAR | |||
| 28466 | matches non-ASCII (multibyte) characters. | 28498 | matches non-ASCII (multibyte) characters. |
| 28467 | 28499 | ||
| 28468 | `lower', `lower-case' | 28500 | `lower', `lower-case' |
| 28469 | matches anything lower-case. | 28501 | matches anything lower-case, as determined by the current case |
| 28502 | table. If `case-fold-search' is non-nil, this also matches any | ||
| 28503 | upper-case letter. | ||
| 28470 | 28504 | ||
| 28471 | `upper', `upper-case' | 28505 | `upper', `upper-case' |
| 28472 | matches anything upper-case. | 28506 | matches anything upper-case, as determined by the current case |
| 28507 | table. If `case-fold-search' is non-nil, this also matches any | ||
| 28508 | lower-case letter. | ||
| 28473 | 28509 | ||
| 28474 | `punctuation', `punct' | 28510 | `punctuation', `punct' |
| 28475 | matches punctuation. (But at present, for multibyte characters, | 28511 | matches punctuation. (But at present, for multibyte characters, |
| @@ -29865,6 +29901,9 @@ argument INHIBIT-PROMPT is non-nil. | |||
| 29865 | To force-start a server, do \\[server-force-delete] and then | 29901 | To force-start a server, do \\[server-force-delete] and then |
| 29866 | \\[server-start]. | 29902 | \\[server-start]. |
| 29867 | 29903 | ||
| 29904 | To check from a Lisp program whether a server is running, use | ||
| 29905 | the `server-process' variable. | ||
| 29906 | |||
| 29868 | \(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil) | 29907 | \(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil) |
| 29869 | 29908 | ||
| 29870 | (autoload 'server-force-delete "server" "\ | 29909 | (autoload 'server-force-delete "server" "\ |
| @@ -30636,7 +30675,7 @@ then `snmpv2-mode-hook'. | |||
| 30636 | 30675 | ||
| 30637 | ;;;### (autoloads nil "soap-client" "net/soap-client.el" (0 0 0 0)) | 30676 | ;;;### (autoloads nil "soap-client" "net/soap-client.el" (0 0 0 0)) |
| 30638 | ;;; Generated autoloads from net/soap-client.el | 30677 | ;;; Generated autoloads from net/soap-client.el |
| 30639 | (push (purecopy '(soap-client 3 1 3)) package--builtin-versions) | 30678 | (push (purecopy '(soap-client 3 1 4)) package--builtin-versions) |
| 30640 | 30679 | ||
| 30641 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "soap-client" '("soap-"))) | 30680 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "soap-client" '("soap-"))) |
| 30642 | 30681 | ||
| @@ -31291,6 +31330,39 @@ The default comes from `process-coding-system-alist' and | |||
| 31291 | 31330 | ||
| 31292 | \(fn &optional BUFFER)" t nil) | 31331 | \(fn &optional BUFFER)" t nil) |
| 31293 | 31332 | ||
| 31333 | (autoload 'sql-mariadb "sql" "\ | ||
| 31334 | Run mysql by MariaDB as an inferior process. | ||
| 31335 | |||
| 31336 | MariaDB is free software. | ||
| 31337 | |||
| 31338 | If buffer `*SQL*' exists but no process is running, make a new process. | ||
| 31339 | If buffer exists and a process is running, just switch to buffer | ||
| 31340 | `*SQL*'. | ||
| 31341 | |||
| 31342 | Interpreter used comes from variable `sql-mariadb-program'. Login uses | ||
| 31343 | the variables `sql-user', `sql-password', `sql-database', and | ||
| 31344 | `sql-server' as defaults, if set. Additional command line parameters | ||
| 31345 | can be stored in the list `sql-mariadb-options'. | ||
| 31346 | |||
| 31347 | The buffer is put in SQL interactive mode, giving commands for sending | ||
| 31348 | input. See `sql-interactive-mode'. | ||
| 31349 | |||
| 31350 | To set the buffer name directly, use \\[universal-argument] | ||
| 31351 | before \\[sql-mariadb]. Once session has started, | ||
| 31352 | \\[sql-rename-buffer] can be called separately to rename the | ||
| 31353 | buffer. | ||
| 31354 | |||
| 31355 | To specify a coding system for converting non-ASCII characters | ||
| 31356 | in the input and output to the process, use \\[universal-coding-system-argument] | ||
| 31357 | before \\[sql-mariadb]. You can also specify this with \\[set-buffer-process-coding-system] | ||
| 31358 | in the SQL buffer, after you start the process. | ||
| 31359 | The default comes from `process-coding-system-alist' and | ||
| 31360 | `default-process-coding-system'. | ||
| 31361 | |||
| 31362 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.) | ||
| 31363 | |||
| 31364 | \(fn &optional BUFFER)" t nil) | ||
| 31365 | |||
| 31294 | (autoload 'sql-solid "sql" "\ | 31366 | (autoload 'sql-solid "sql" "\ |
| 31295 | Run solsql by Solid as an inferior process. | 31367 | Run solsql by Solid as an inferior process. |
| 31296 | 31368 | ||
| @@ -31712,31 +31784,6 @@ Major-mode for writing SRecode macros. | |||
| 31712 | 31784 | ||
| 31713 | ;;;*** | 31785 | ;;;*** |
| 31714 | 31786 | ||
| 31715 | ;;;### (autoloads nil "starttls" "net/starttls.el" (0 0 0 0)) | ||
| 31716 | ;;; Generated autoloads from net/starttls.el | ||
| 31717 | |||
| 31718 | (autoload 'starttls-open-stream "starttls" "\ | ||
| 31719 | Open a TLS connection for a port to a host. | ||
| 31720 | Returns a subprocess object to represent the connection. | ||
| 31721 | Input and output work as for subprocesses; `delete-process' closes it. | ||
| 31722 | Args are NAME BUFFER HOST PORT. | ||
| 31723 | NAME is name for process. It is modified if necessary to make it unique. | ||
| 31724 | BUFFER is the buffer (or `buffer-name') to associate with the process. | ||
| 31725 | Process output goes at end of that buffer, unless you specify | ||
| 31726 | a filter function to handle the output. | ||
| 31727 | BUFFER may be also nil, meaning that this process is not associated | ||
| 31728 | with any buffer | ||
| 31729 | Third arg is name of the host to connect to, or its IP address. | ||
| 31730 | Fourth arg PORT is an integer specifying a port to connect to. | ||
| 31731 | If `starttls-use-gnutls' is nil, this may also be a service name, but | ||
| 31732 | GnuTLS requires a port number. | ||
| 31733 | |||
| 31734 | \(fn NAME BUFFER HOST PORT)" nil nil) | ||
| 31735 | |||
| 31736 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "starttls" '("starttls-"))) | ||
| 31737 | |||
| 31738 | ;;;*** | ||
| 31739 | |||
| 31740 | ;;;### (autoloads nil "strokes" "strokes.el" (0 0 0 0)) | 31787 | ;;;### (autoloads nil "strokes" "strokes.el" (0 0 0 0)) |
| 31741 | ;;; Generated autoloads from strokes.el | 31788 | ;;; Generated autoloads from strokes.el |
| 31742 | 31789 | ||
| @@ -34001,13 +34048,6 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 34001 | 34048 | ||
| 34002 | ;;;*** | 34049 | ;;;*** |
| 34003 | 34050 | ||
| 34004 | ;;;### (autoloads nil "tls" "net/tls.el" (0 0 0 0)) | ||
| 34005 | ;;; Generated autoloads from net/tls.el | ||
| 34006 | |||
| 34007 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tls" '("open-tls-stream" "tls-"))) | ||
| 34008 | |||
| 34009 | ;;;*** | ||
| 34010 | |||
| 34011 | ;;;### (autoloads nil "tmm" "tmm.el" (0 0 0 0)) | 34051 | ;;;### (autoloads nil "tmm" "tmm.el" (0 0 0 0)) |
| 34012 | ;;; Generated autoloads from tmm.el | 34052 | ;;; Generated autoloads from tmm.el |
| 34013 | (define-key global-map "\M-`" 'tmm-menubar) | 34053 | (define-key global-map "\M-`" 'tmm-menubar) |
| @@ -34413,7 +34453,7 @@ Reenable Ange-FTP, when Tramp is unloaded. | |||
| 34413 | 34453 | ||
| 34414 | ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) | 34454 | ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) |
| 34415 | ;;; Generated autoloads from net/trampver.el | 34455 | ;;; Generated autoloads from net/trampver.el |
| 34416 | (push (purecopy '(tramp 2 4 0 -1)) package--builtin-versions) | 34456 | (push (purecopy '(tramp 2 4 0)) package--builtin-versions) |
| 34417 | 34457 | ||
| 34418 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-"))) | 34458 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-"))) |
| 34419 | 34459 | ||