* face-font-rescale-alist not documented
@ 2003-04-10 5:31 Werner LEMBERG
2003-04-10 6:30 ` Kenichi Handa
2003-04-10 22:47 ` Richard Stallman
0 siblings, 2 replies; 5+ messages in thread
From: Werner LEMBERG @ 2003-04-10 5:31 UTC (permalink / raw)
It seems that the new `face-font-rescale-alist' variable isn't
documented.
Werner
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: face-font-rescale-alist not documented
2003-04-10 5:31 face-font-rescale-alist not documented Werner LEMBERG
@ 2003-04-10 6:30 ` Kenichi Handa
2003-04-10 20:58 ` Werner LEMBERG
2003-04-10 22:47 ` Richard Stallman
1 sibling, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2003-04-10 6:30 UTC (permalink / raw)
Cc: emacs-devel
In article <20030410.073134.35674377.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:
> It seems that the new `face-font-rescale-alist' variable isn't
> documented.
?? I wrote the docstring as this (in xfaces.c).
DEFVAR_LISP ("face-font-rescale-alist", &Vface_font_rescale_alist,
doc: /* Alist of fonts vs the rescaling factors.
Each element is a cons (FONT-NAME-PATTERN . RESCALE-RATIO), where
FONT-NAME-PATTERN is a regular expression matching a font name, and
RESCALE-RATIO is a floating point number to specify how much larger
\(or smaller) font we should use. For instance, if a face requests
a font of 10 point, we actually use a font of 10 * RESCALE-RATIO point. */);
But, hmmm, something is wrong. C-x v
face-font-rescale-alist RET surely shows the above
docstring, but there are two empty lines after the first
line in *Help* in my case!?!
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: face-font-rescale-alist not documented
2003-04-10 6:30 ` Kenichi Handa
@ 2003-04-10 20:58 ` Werner LEMBERG
2003-04-11 7:45 ` Kenichi Handa
0 siblings, 1 reply; 5+ messages in thread
From: Werner LEMBERG @ 2003-04-10 20:58 UTC (permalink / raw)
Cc: emacs-devel
> > It seems that the new `face-font-rescale-alist' variable isn't
> > documented.
>
> ?? I wrote the docstring as this (in xfaces.c).
Sorry for being imprecise. I couldn't find an entry in the NEWS file
or in any of the texinfo documents. How shall the user know that
this variable exist at all?
Werner
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: face-font-rescale-alist not documented
2003-04-10 5:31 face-font-rescale-alist not documented Werner LEMBERG
2003-04-10 6:30 ` Kenichi Handa
@ 2003-04-10 22:47 ` Richard Stallman
1 sibling, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2003-04-10 22:47 UTC (permalink / raw)
Cc: emacs-devel
It seems that the new `face-font-rescale-alist' variable isn't
documented.
Which kind of documentation does it lack?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: face-font-rescale-alist not documented
2003-04-10 20:58 ` Werner LEMBERG
@ 2003-04-11 7:45 ` Kenichi Handa
0 siblings, 0 replies; 5+ messages in thread
From: Kenichi Handa @ 2003-04-11 7:45 UTC (permalink / raw)
Cc: emacs-devel
In article <20030410.225839.34748828.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:
> Sorry for being imprecise. I couldn't find an entry in the NEWS file
> or in any of the texinfo documents. How shall the user know that
> this variable exist at all?
Ah! I forgot to commit NEWS. Just done.
** The variable `face-font-rescale-alist' specifies how much larger
(or smaller) font we should use. For instance, if the value is
'((SOME-FONTNAME-PATTERN . 1.3) and a face requests a font of 10
point, we actually use a font of 13 point if the font matches
SOME-FONTNAME-PATTERN.
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-11 7:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-10 5:31 face-font-rescale-alist not documented Werner LEMBERG
2003-04-10 6:30 ` Kenichi Handa
2003-04-10 20:58 ` Werner LEMBERG
2003-04-11 7:45 ` Kenichi Handa
2003-04-10 22:47 ` Richard Stallman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.