mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Merge from origin/emacs-27
149d64bbb2
* doc/misc/tramp.texi (Quick Start Guide): Fix thinko.97747e6fb9
Tell people how to remove fontconfig customizations33d0c603c6
; * doc/lispref/modes.texi (SMIE Indentation Example): Fix...03080b5545
Remove extraneous closing paren
This commit is contained in:
commit
84372a710b
@ -4241,7 +4241,7 @@ Here is an example of an indentation function:
|
||||
(`(:elem . basic) sample-indent-basic)
|
||||
(`(,_ . ",") (smie-rule-separator kind))
|
||||
(`(:after . ":=") sample-indent-basic)
|
||||
(`(:before . ,(or `"begin" `"(" `"@{")))
|
||||
(`(:before . ,(or `"begin" `"(" `"@{"))
|
||||
(if (smie-rule-hanging-p) (smie-rule-parent)))
|
||||
(`(:before . "if")
|
||||
(and (not (smie-rule-bolp)) (smie-rule-prev-p "else")
|
||||
|
@ -443,7 +443,7 @@ are optional, in case of a missing part a default value is assumed.
|
||||
The default value for an empty local file name part is the remote
|
||||
user's home directory. The shortest remote file name is
|
||||
@file{@trampfn{-,,}}, therefore. The @samp{-} notation for the
|
||||
default host is used for syntactical reasons, @ref{Default Host}.
|
||||
default method is used for syntactical reasons, @ref{Default Method}.
|
||||
|
||||
The @code{method} part describes the connection method used to reach
|
||||
the remote host, see below.
|
||||
|
@ -746,6 +746,11 @@ versions of gnutls-cli, or use Emacs's built-in gnutls support.
|
||||
|
||||
** Characters are displayed as empty boxes or with wrong font under X.
|
||||
|
||||
*** This may be due to your local fontconfig customization.
|
||||
Try removing or moving aside "$XDG_CONFIG_HOME/fontconfig/conf.d" and
|
||||
"$XDG_CONFIG_HOME/fontconfig/fonts.conf"
|
||||
($XDG_CONFIG_HOME is treated as "~/.config" if not set)
|
||||
|
||||
*** This can occur when two different versions of FontConfig are used.
|
||||
For example, XFree86 4.3.0 has one version and Gnome usually comes
|
||||
with a newer version. Emacs compiled with Gtk+ will then use the
|
||||
|
Loading…
Reference in New Issue
Block a user