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
335e9627
Commit
335e9627
authored
Oct 01, 2014
by
Jan Djärv
Browse files
* xfaces.c (Finternal_set_lisp_face_attribute): Added FIXME comment.
parent
e2e773b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+1
-0
src/xfaces.c
src/xfaces.c
+7
-0
No files found.
src/ChangeLog
View file @
335e9627
...
...
@@ -2,6 +2,7 @@
* xfaces.c (Finternal_set_lisp_face_attribute): Don't try to
make a font_object from a tty frame (Bug#18573).
(Finternal_set_lisp_face_attribute): Added FIXME comment.
2014-09-30 Eli Zaretskii <eliz@gnu.org>
...
...
src/xfaces.c
View file @
335e9627
...
...
@@ -3119,6 +3119,13 @@ FRAME 0 means change the face on all frames, and change the default
f = XFRAME (selected_frame);
else
f = XFRAME (frame);
/* FIXME:
If frame is t, and selected frame is a tty frame, the font
can't be realized. An improvement wuld be to loop over frames
for a non-tty frame and use that. See discussion in
bug#18573.
*/
if (f->terminal->type != output_termcap)
{
if (! FONT_OBJECT_P (value))
...
...
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