Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
52d89894
Commit
52d89894
authored
Nov 10, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
32fcc231
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
5 deletions
+40
-5
etc/NEWS
etc/NEWS
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lispref/display.texi
lispref/display.texi
+17
-2
src/ChangeLog
src/ChangeLog
+11
-0
No files found.
etc/NEWS
View file @
52d89894
...
...
@@ -1825,6 +1825,10 @@ functionality with aliases for the mldrag functions.
*
Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related
features are described in a page of their own below.)
+++
**
The user-option `face-font-registry-alternatives' specifies
alternative font registry names to try when looking for a font.
** Function `md5' calculates the MD5 "message digest"/"checksum",
currently using the `md5sum' program.
...
...
@@ -2882,9 +2886,10 @@ that font selection first tries to find a good match for the font
width specified by a face, then---within fonts with that width---tries
to find a best match for the specified font height, etc.
Setting `face-alternative-font-family-alist' allows the user to
specify alternative font families to try if a family specified by a
face doesn't exist.
Setting `face-font-family-alternatives' allows the user to specify
alternative font families to try if a family specified by a face
doesn't exist. Likewise, `face-font-registry-alternatives' allows to
specify alternative font registry names to try.
+++
****
Scalable fonts
...
...
lisp/ChangeLog
View file @
52d89894
2000-11-10 Gerd Moellmann <gerd@gnu.org>
* faces.el (face-font-registry-alternatives): New user-option.
2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
* textmodes/texinfo.el (texinfo-block-default): New var.
...
...
lispref/display.texi
View file @
52d89894
...
...
@@ -1857,8 +1857,8 @@ default one. But if you put @code{:slant} before @code{:height}, the
quite
right
.
@
end
defvar
@
defvar
face
-
alternative
-
font
-
family
-
al
ist
@
tindex
face
-
alternative
-
font
-
family
-
al
ist
@
defvar
face
-
font
-
family
-
al
ternatives
@
tindex
face
-
font
-
family
-
al
ternatives
This
variable
lets
you
specify
alternative
font
families
to
try
,
if
a
given
family
is
specified
and
doesn
't exist. Each element should have
this form:
...
...
@@ -1870,6 +1870,21 @@ this form:
If @var{family} is specified but not available, Emacs will try the other
families given in @var{alternate-families}, one by one, until it finds a
family that does exist.
@end defvar
@defvar face-font-registry-alternatives
@tindex face-font-registry-alternatives
This variable lets you specify alternative font registries to try, if a
given registry is specified and doesn'
t
exist
.
Each
element
should
have
this
form
:
@
example
(@
var
{
registry
}
@
var
{
alternate
-
registries
}@
dots
{})
@
end
example
If
@
var
{
registry
}
is
specified
but
not
available
,
Emacs
will
try
the
other
registries
given
in
@
var
{
alternate
-
registries
},
one
by
one
,
until
it
finds
a
registry
that
does
exist
.
@
end
defvar
Emacs
can
make
use
of
scalable
fonts
,
but
by
default
it
does
not
use
...
...
src/ChangeLog
View file @
52d89894
2000-11-10 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (Vface_alternative_font_registry_alist): New variable.
(font_list_1): Renamed from font_list.
(font_list): New function, trying alternative registries from
Vface_alternative_font_registry_alist.
(Finternal_set_alternative_font_registry_alist): New function.
(syms_of_xfaces): Initialize and Staticpro
Vface_alternative_font_registry_alist. Defsubr
Finternal_set_alternative_font_registry_alist.
2000-11-09 Ken Raeburn <raeburn@gnu.org>
* lisp.h (Flooking_at): Declare.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment