aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2020-01-22 07:55:18 -0800
committerGlenn Morris2020-01-22 07:55:18 -0800
commit5715eb94e90b33ace59dd4c4ccb6e2122bc6db72 (patch)
tree1c3aef6f5135b25738cd0d3a98ad807ec698ac1e /doc
parenta1bfb926ca484190298045fc9e775002fe872bb5 (diff)
parent3b0938c0420de2b845e7e8f8fbbb57ddc61718f2 (diff)
downloademacs-5715eb94e90b33ace59dd4c4ccb6e2122bc6db72.tar.gz
emacs-5715eb94e90b33ace59dd4c4ccb6e2122bc6db72.zip
Merge from origin/emacs-27
3b0938c042 (origin/emacs-27) Render Ido suggestions using an overlay d5d90dc412 * doc/misc/tramp.texi (Bug Reports): Encourage use of "ema... ac09e8e121 * lisp/vc/smerge-mode.el (smerge-match-conflict): Fix bug#... 7e37e61f4b Correct statement about ftcr and recommend HarfBuzz 4aec94da37 Avoid leaving artifacts when the system caret is used on w32 5abd8d73b0 Improve display of temporary echo messages
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi22
-rw-r--r--doc/misc/tramp.texi6
2 files changed, 16 insertions, 12 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index a8d95a21011..2bb505c1c7a 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2301,17 +2301,17 @@ available font backends: @code{x} (the X core font driver), @code{xft}
2301HarfBuzz text shaping). If built with Cairo drawing, there are also 2301HarfBuzz text shaping). If built with Cairo drawing, there are also
2302three potentially available font backends on X: @code{x}, @code{ftcr} 2302three potentially available font backends on X: @code{x}, @code{ftcr}
2303(the FreeType font driver on Cairo), and @code{ftcrhb} (the FreeType 2303(the FreeType font driver on Cairo), and @code{ftcrhb} (the FreeType
2304font driver on Cairo with HarfBuzz text shaping). Note that the 2304font driver on Cairo with HarfBuzz text shaping). When Emacs is built
2305@code{ftcr} and @code{ftcrhb} drivers are mutually exclusive (and 2305with HarfBuzz, the default font driver is @code{ftcrhb}, although use
2306similarly for @code{xft} and @code{xfthb}), with the choice being made 2306of the @code{ftcr} driver is still possible, but not recommended. On
2307at build time. On MS-Windows, there are currently three available 2307MS-Windows, there are currently three available font backends:
2308font backends: @code{gdi} (the core MS-Windows font driver), 2308@code{gdi} (the core MS-Windows font driver), @code{uniscribe} (font
2309@code{uniscribe} (font driver for OTF and TTF fonts with text shaping 2309driver for OTF and TTF fonts with text shaping by the Uniscribe
2310by the Uniscribe engine), and @code{harfbuzz} (font driver for OTF and 2310engine), and @code{harfbuzz} (font driver for OTF and TTF fonts with
2311TTF fonts with HarfBuzz text shaping) (@pxref{Windows Fonts,,, emacs, 2311HarfBuzz text shaping) (@pxref{Windows Fonts,,, emacs, The GNU Emacs
2312The GNU Emacs Manual}). On other systems, there is only one available 2312Manual}). The @code{harfbuzz} driver is similarly recommended. On
2313font backend, so it does not make sense to modify this frame 2313other systems, there is only one available font backend, so it does
2314parameter. 2314not make sense to modify this frame parameter.
2315 2315
2316@vindex background-mode@r{, a frame parameter} 2316@vindex background-mode@r{, a frame parameter}
2317@item background-mode 2317@item background-mode
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index f568c19544c..75b14d8613f 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3823,7 +3823,11 @@ help the development team find the best solution and avoid unrelated
3823detours. 3823detours.
3824 3824
3825To exclude cache-related problems, flush all caches before running the 3825To exclude cache-related problems, flush all caches before running the
3826test, @ref{Cleanup remote connections}. 3826test, @ref{Cleanup remote connections}. Alternatively, and often
3827better for analysis, reproduce the problem in a clean Emacs session
3828started with @command{emacs -Q}. Then, @value{tramp} does not load
3829the persistency file (@pxref{Connection caching}), and it does not use
3830passwords from @file{auth-source.el} (@pxref{Password handling}).
3827 3831
3828When including @value{tramp}'s messages in the bug report, increase 3832When including @value{tramp}'s messages in the bug report, increase
3829the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the 3833the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the