diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/frames.texi | 22 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 6 |
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} | |||
| 2301 | HarfBuzz text shaping). If built with Cairo drawing, there are also | 2301 | HarfBuzz text shaping). If built with Cairo drawing, there are also |
| 2302 | three potentially available font backends on X: @code{x}, @code{ftcr} | 2302 | three 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 |
| 2304 | font driver on Cairo with HarfBuzz text shaping). Note that the | 2304 | font driver on Cairo with HarfBuzz text shaping). When Emacs is built |
| 2305 | @code{ftcr} and @code{ftcrhb} drivers are mutually exclusive (and | 2305 | with HarfBuzz, the default font driver is @code{ftcrhb}, although use |
| 2306 | similarly for @code{xft} and @code{xfthb}), with the choice being made | 2306 | of the @code{ftcr} driver is still possible, but not recommended. On |
| 2307 | at build time. On MS-Windows, there are currently three available | 2307 | MS-Windows, there are currently three available font backends: |
| 2308 | font 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 | 2309 | driver for OTF and TTF fonts with text shaping by the Uniscribe |
| 2310 | by the Uniscribe engine), and @code{harfbuzz} (font driver for OTF and | 2310 | engine), and @code{harfbuzz} (font driver for OTF and TTF fonts with |
| 2311 | TTF fonts with HarfBuzz text shaping) (@pxref{Windows Fonts,,, emacs, | 2311 | HarfBuzz text shaping) (@pxref{Windows Fonts,,, emacs, The GNU Emacs |
| 2312 | The GNU Emacs Manual}). On other systems, there is only one available | 2312 | Manual}). The @code{harfbuzz} driver is similarly recommended. On |
| 2313 | font backend, so it does not make sense to modify this frame | 2313 | other systems, there is only one available font backend, so it does |
| 2314 | parameter. | 2314 | not 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 | |||
| 3823 | detours. | 3823 | detours. |
| 3824 | 3824 | ||
| 3825 | To exclude cache-related problems, flush all caches before running the | 3825 | To exclude cache-related problems, flush all caches before running the |
| 3826 | test, @ref{Cleanup remote connections}. | 3826 | test, @ref{Cleanup remote connections}. Alternatively, and often |
| 3827 | better for analysis, reproduce the problem in a clean Emacs session | ||
| 3828 | started with @command{emacs -Q}. Then, @value{tramp} does not load | ||
| 3829 | the persistency file (@pxref{Connection caching}), and it does not use | ||
| 3830 | passwords from @file{auth-source.el} (@pxref{Password handling}). | ||
| 3827 | 3831 | ||
| 3828 | When including @value{tramp}'s messages in the bug report, increase | 3832 | When including @value{tramp}'s messages in the bug report, increase |
| 3829 | the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the | 3833 | the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the |