aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2023-09-16 07:36:49 -0400
committerEli Zaretskii2023-09-16 07:36:49 -0400
commit302bc23f7cb9fbde7f225650d833e1c09da97338 (patch)
tree127047d962b30405980589a95412338f513c1353 /doc/misc
parentf44c1969b6fae3651ca6cc5e077e5f6430a6b57b (diff)
parent755ae813a6adf203d4a602a3e7fc0b9ed547be8c (diff)
downloademacs-302bc23f7cb9fbde7f225650d833e1c09da97338.tar.gz
emacs-302bc23f7cb9fbde7f225650d833e1c09da97338.zip
Merge from origin/emacs-29
755ae813a6a ; Declare some treesit.c functions in typescript-ts-mode.el. 89fa204b706 Fix loss of encrypted data in plstore.el d9a1175a611 Close SQL database when corresponding 'sqlite-mode' buffe... cbd8fac283a Fix Unicode normalization of characters 825be05b379 Support one-time passwords in Tramp f880b94e649 Fix the 'C' and 'c' categories of characters 58fd212d8a2 Fix Emoji zooming commands 8970cdd009a ; Fix last change. ba924be4522 ; * etc/DEBUG: Improve the redisplay section. e110312ad95 ; * doc/lispref/minibuf.texi (Text from Minibuffer): Ment... 65f4810003b tsx-ts-mode--font-lock-compatibility-bb1f97b: Improve 6fe11b88ed0 Avoid using --display in emacsclient to reuse frames on PGTK 2fc7463c0e5 ; * INSTALL: Don't advertise -O3. (Bug#65988) 29055412f2d ; Fix doc string of 'lsh' 738d8543337 Support emacsclient on Windows with server on GNU or Unix... f0a89fa1d0e ; * lisp/saveplace.el (save-place-ignore-files-regexp): F... c9cb8ee0fc0 Fix defcustom in saveplace.el (Bug#65977) 5ec8be1d589 ; * lisp/subr.el (string-suffix-p, string-prefix-p): Doc ... 809305e6d8f Fix 'window-text-pixel-size' when there are several image... ea14b0dcc20 : Doc fix. 01e8a0c6cbf Doc fix for prettify-symbols-unprettify-at-point 0065621d0d3 (report_overlay_modification): Fix bug#65929 6cc6455e931 Fix SVG colors (bug#56182) 9396d73942e * doc/emacs/text.texi (Outline Minor Mode): Add a note ab... a65d1a5a167 Improve documentation of 'list-abbrevs' 5dcc4b7eab1 Tweak s-p-f for js-ts-mode 1fb2fb501f3 typescript-ts-mode, tsx-ts-mode: Fix syntax properties fo... 946b395e7e1 * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug... 33ee3e588fd Fix regression of treesit_cursor_helper_1 d11d81dfcc6 ; Fix doc typos (Bug#65868) 6554ec22465 Update docs for passing of Thien-Thi Nguyen 5ab2792d5c1 Update defvar usage tips example in manual 35d88c657e1 Document using Flymake together with Eglot 3f04efe9e7d ; * src/font.h (struct font): Comment about use of averag... 459b5f6b6d1 ; * admin/authors.el (authors-aliases): Update. 0c029ae8bcb ; tweak etc/TODO item # Conflicts: # admin/authors.el # lisp/subr.el
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/flymake.texi11
-rw-r--r--doc/misc/tramp.texi6
2 files changed, 15 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 237f0702778..e68692afb10 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -59,8 +59,11 @@ types of diagnostics.
59 59
60To learn about using Flymake, @pxref{Using Flymake}. 60To learn about using Flymake, @pxref{Using Flymake}.
61 61
62Flymake is designed to be easily extended to support new backends via 62When the Emacs LSP support mode Eglot is enabled, Flymake will use
63an Elisp interface. @xref{Extending Flymake}. 63that as an additional back-end. @xref{Eglot Features,,, eglot, Eglot:
64The Emacs LSP Client} Flymake is also designed to be easily extended
65to support new backends via an Elisp interface. @xref{Extending
66Flymake}.
64 67
65Historically, Flymake used to accept diagnostics from a single 68Historically, Flymake used to accept diagnostics from a single
66backend. Although obsolete, it is still functional. To learn how to 69backend. Although obsolete, it is still functional. To learn how to
@@ -93,6 +96,10 @@ already setup this hook for you, by adding @dfn{backend functions} to
93@code{flymake-diagnostic-functions}. If you know Elisp you may also 96@code{flymake-diagnostic-functions}. If you know Elisp you may also
94write your own Flymake backend functions. @xref{Backend functions}. 97write your own Flymake backend functions. @xref{Backend functions}.
95 98
99When the Emacs LSP support mode Eglot is enabled, Flymake will use
100that as an additional back-end automatically. @xref{Eglot Features,,,
101eglot, Eglot: The Emacs LSP Client}
102
96@menu 103@menu
97* Starting Flymake:: 104* Starting Flymake::
98* Finding diagnostics:: 105* Finding diagnostics::
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index ea3bf8570b7..56d5fcd4bf0 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2436,8 +2436,10 @@ which may not be the same as the local login shell prompt,
2436@value{tramp} sets a similar default value for both prompts. 2436@value{tramp} sets a similar default value for both prompts.
2437 2437
2438@item @code{tramp-password-prompt-regexp} 2438@item @code{tramp-password-prompt-regexp}
2439@item @code{tramp-otp-password-prompt-regexp}
2439@item @code{tramp-wrong-passwd-regexp} 2440@item @code{tramp-wrong-passwd-regexp}
2440@vindex tramp-password-prompt-regexp 2441@vindex tramp-password-prompt-regexp
2442@vindex tramp-otp-password-prompt-regexp
2441@vindex tramp-wrong-passwd-regexp 2443@vindex tramp-wrong-passwd-regexp
2442 2444
2443@value{tramp} uses @code{tramp-password-prompt-regexp} to 2445@value{tramp} uses @code{tramp-password-prompt-regexp} to
@@ -2471,6 +2473,10 @@ This user option is, by default, initialized from
2471is usually more convenient to add new passphrases to that user option 2473is usually more convenient to add new passphrases to that user option
2472instead of altering this user option. 2474instead of altering this user option.
2473 2475
2476The user option @code{tramp-otp-password-prompt-regexp} has a similar
2477purpose, but for one-time passwords. Those passwords are not cached
2478by @value{tramp} for reuse.
2479
2474Similar localization may be necessary for handling wrong password 2480Similar localization may be necessary for handling wrong password
2475prompts, for which @value{tramp} uses @code{tramp-wrong-passwd-regexp}. 2481prompts, for which @value{tramp} uses @code{tramp-wrong-passwd-regexp}.
2476 2482