1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757
|
;;; x-faces.el --- X-specific face frobnication, aka black magic.
;; Copyright (C) 1992-4, 1997 Free Software Foundation, Inc.
;; Copyright (C) 1995, 1996 Ben Wing.
;; Author: Jamie Zawinski <jwz@jwz.org>
;; Maintainer: XEmacs Development Team
;; Keywords: extensions, internal, dumped
;; This file is part of XEmacs.
;; XEmacs is free software; you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; XEmacs is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with XEmacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Synched up with: Not synched.
;;; Commentary:
;; This file is dumped with XEmacs (when X support is compiled in).
;; Modified by: Chuck Thompson
;; Modified by: Ben Wing
;; Modified by: Martin Buchholz
;; This file does the magic to parse X font names, and make sure that the
;; default and modeline attributes of new frames are specified enough.
;; The resource-manager syntax for faces is
;; Emacs.bold.attributeFont: font-name
;; Emacs.bold.attributeForeground: fg
;; Emacs.bold.attributeBackground: bg
;; Emacs.bold.attributeBackgroundPixmap: file
;; Emacs.bold.attributeUnderline: true/false
;; Emacs.bold.attributeStrikethru: true/false
;; You can specify the properties of a face on a per-frame basis. For
;; example, to have the "isearch" face use a red foreground on frames
;; named "emacs" (the default) but use a blue foreground on frames that
;; you create named "debugger", you could do
;; Emacs*emacs.isearch.attributeForeground: red
;; Emacs*debugger.isearch.attributeForeground: blue
;; Generally things that make faces won't set any of the face attributes if
;; you have already given them values via the resource database. You can
;; also change this stuff from your .emacs file, by using the functions
;; set-face-foreground, set-face-font, etc. See the code in this file, and
;; in faces.el.
;;; Code:
(defconst x-font-regexp nil)
(defconst x-font-regexp-head nil)
(defconst x-font-regexp-head-2 nil)
(defconst x-font-regexp-weight nil)
(defconst x-font-regexp-slant nil)
(defconst x-font-regexp-pixel nil)
(defconst x-font-regexp-point nil)
(defconst x-font-regexp-foundry-and-family nil)
(defconst x-font-regexp-registry-and-encoding nil)
(defconst x-font-regexp-spacing nil)
;;; Regexps matching font names in "Host Portable Character Representation."
;;;
(let ((- "[-?]")
(foundry "[^-]*")
(family "[^-]*")
(weight "\\(bold\\|demibold\\|medium\\|black\\)") ; 1
; (weight\? "\\(\\*\\|bold\\|demibold\\|medium\\|\\)") ; 1
(weight\? "\\([^-]*\\)") ; 1
(slant "\\([ior]\\)") ; 2
; (slant\? "\\([ior?*]?\\)") ; 2
(slant\? "\\([^-]?\\)") ; 2
; (swidth "\\(\\*\\|normal\\|semicondensed\\|\\)") ; 3
(swidth "\\([^-]*\\)") ; 3
; (adstyle "\\(\\*\\|sans\\|\\)") ; 4
(adstyle "\\([^-]*\\)") ; 4
(pixelsize "\\(\\*\\|[0-9]+\\)") ; 5
(pointsize "\\(\\*\\|0\\|[0-9][0-9]+\\)") ; 6
; (resx "\\(\\*\\|[0-9][0-9]+\\)") ; 7
; (resy "\\(\\*\\|[0-9][0-9]+\\)") ; 8
(resx "\\([*0]\\|[0-9][0-9]+\\)") ; 7
(resy "\\([*0]\\|[0-9][0-9]+\\)") ; 8
(spacing "[cmp?*]")
(avgwidth "\\(\\*\\|[0-9]+\\)") ; 9
(registry "[^-]*") ; some fonts have omitted registries
; (encoding ".+") ; note that encoding may contain "-"...
(encoding "[^-]+") ; false!
)
(setq x-font-regexp
(concat "\\`\\*?[-?*]"
foundry - family - weight\? - slant\? - swidth - adstyle -
pixelsize - pointsize - resx - resy - spacing - avgwidth -
registry - encoding "\\'"
))
(setq x-font-regexp-head
(concat "\\`[-?*]" foundry - family - weight\? - slant\?
"\\([-*?]\\|\\'\\)"))
(setq x-font-regexp-head-2
(concat "\\`[-?*]" foundry - family - weight\? - slant\?
- swidth - adstyle - pixelsize - pointsize
"\\([-*?]\\|\\'\\)"))
(setq x-font-regexp-slant (concat - slant -))
(setq x-font-regexp-weight (concat - weight -))
;; if we can't match any of the more specific regexps (unfortunate) then
;; look for digits; assume 2+ digits is 10ths of points, and 1-2 digits
;; is pixels. Bogus as hell.
(setq x-font-regexp-pixel "[-?*]\\([0-9][0-9]?\\)[-?*]")
(setq x-font-regexp-point "[-?*]\\([0-9][0-9]+\\)[-?*]")
;; the following two are used by x-font-menu.el.
(setq x-font-regexp-foundry-and-family
(concat "\\`[-?*]" foundry - "\\(" family "\\)" -))
(setq x-font-regexp-registry-and-encoding
(concat - "\\(" registry "\\)" - "\\(" encoding "\\)\\'"))
(setq x-font-regexp-spacing
(concat - "\\(" spacing "\\)" - avgwidth
- registry - encoding "\\'"))
)
;; A "loser font" is something like "8x13" -> "8x13bold".
;; These are supported only through extreme generosity.
(defconst x-loser-font-regexp "\\`[0-9]+x[0-9]+\\'")
(defun x-frob-font-weight (font which)
(if (font-instance-p font) (setq font (font-instance-name font)))
(cond ((null font) nil)
((or (string-match x-font-regexp font)
(string-match x-font-regexp-head font)
(string-match x-font-regexp-weight font))
(concat (substring font 0 (match-beginning 1)) which
(substring font (match-end 1))))
((string-match x-loser-font-regexp font)
(concat font which))
(t nil)))
(defun x-frob-font-slant (font which)
(if (font-instance-p font) (setq font (font-instance-name font)))
(cond ((null font) nil)
((or (string-match x-font-regexp font)
(string-match x-font-regexp-head font))
(concat (substring font 0 (match-beginning 2)) which
(substring font (match-end 2))))
((string-match x-font-regexp-slant font)
(concat (substring font 0 (match-beginning 1)) which
(substring font (match-end 1))))
((string-match x-loser-font-regexp font)
(concat font which))
(t nil)))
(defun x-make-font-bold (font &optional device)
"Given an X font specification, this attempts to make a `bold' font.
If it fails, it returns nil."
;; Certain Type1 fonts know "bold" as "black"...
(or (try-font-name (x-frob-font-weight font "bold") device)
(try-font-name (x-frob-font-weight font "black") device)
(try-font-name (x-frob-font-weight font "demibold") device)))
(defun x-make-font-unbold (font &optional device)
"Given an X font specification, this attempts to make a non-bold font.
If it fails, it returns nil."
(try-font-name (x-frob-font-weight font "medium") device))
(defcustom try-oblique-before-italic-fonts nil
"*If nil, italic fonts are searched before oblique fonts.
If non-nil, oblique fonts are tried before italic fonts. This is mostly
applicable to adobe-courier fonts"
:type 'boolean
:group 'x)
(define-obsolete-variable-alias '*try-oblique-before-italic-fonts*
'try-oblique-before-italic-fonts)
(defun x-make-font-italic (font &optional device)
"Given an X font specification, this attempts to make an `italic' font.
If it fails, it returns nil."
(if try-oblique-before-italic-fonts
(or (try-font-name (x-frob-font-slant font "o") device)
(try-font-name (x-frob-font-slant font "i") device))
(or (try-font-name (x-frob-font-slant font "i") device)
(try-font-name (x-frob-font-slant font "o") device))))
(defun x-make-font-unitalic (font &optional device)
"Given an X font specification, this attempts to make a non-italic font.
If it fails, it returns nil."
(try-font-name (x-frob-font-slant font "r") device))
(defun x-make-font-bold-italic (font &optional device)
"Given an X font specification, this attempts to make a `bold-italic' font.
If it fails, it returns nil."
;; This is haired up to avoid loading the "intermediate" fonts.
(if try-oblique-before-italic-fonts
(or (try-font-name
(x-frob-font-slant (x-frob-font-weight font "bold") "o") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "bold") "i") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "black") "o") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "black") "i") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "demibold") "o") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "demibold") "i") device))
(or (try-font-name
(x-frob-font-slant (x-frob-font-weight font "bold") "i") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "bold") "o") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "black") "i") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "black") "o") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "demibold") "i") device)
(try-font-name
(x-frob-font-slant (x-frob-font-weight font "demibold") "o") device))))
(defun x-font-size (font)
"Return the nominal size of the given font.
This is done by parsing its name, so it's likely to lose.
X fonts can be specified (by the user) in either pixels or 10ths of points,
and this returns the first one it finds, so you have to decide which units
the returned value is measured in yourself..."
(if (font-instance-p font) (setq font (font-instance-name font)))
(cond ((or (string-match x-font-regexp font)
(string-match x-font-regexp-head-2 font))
(string-to-int (substring font (match-beginning 6) (match-end 6))))
((or (string-match x-font-regexp-pixel font)
(string-match x-font-regexp-point font))
(string-to-int (substring font (match-beginning 1) (match-end 1))))
(t nil)))
;; Given a font name, this function returns a list describing all fonts
;; of all sizes that otherwise match the given font spec. Each element
;; in the list is a list of three items: the pixel size of the font,
;; the point size (in 1/10ths of a point) of the font, and the fully-
;; qualified font name. The first two values may be zero; this
;; refers to a scalable font.
(defun x-available-font-sizes (font device)
(if (font-instance-p font) (setq font (font-instance-name font)))
(cond ((string-match x-font-regexp font)
;; turn pixelsize, pointsize, and avgwidth into wildcards
(setq font
(concat (substring font 0 (match-beginning 5)) "*"
(substring font (match-end 5) (match-beginning 6)) "*"
(substring font (match-end 6) (match-beginning 9)) "*"
(substring font (match-end 9) (match-end 0)))))
((string-match x-font-regexp-head-2 font)
;; turn pixelsize and pointsize into wildcards
(setq font
(concat (substring font 0 (match-beginning 5)) "*"
(substring font (match-end 5) (match-beginning 6)) "*"
(substring font (match-end 6) (match-end 0)))))
((string-match "[-?*]\\([0-9]+\\)[-?*]" font)
;; Turn the first integer we match into a wildcard.
;; This is pretty dubious...
(setq font
(concat (substring font 0 (match-beginning 1)) "*"
(substring font (match-end 1) (match-end 0))))))
(sort
(delq nil
(mapcar (function
(lambda (name)
(and (string-match x-font-regexp name)
(list
(string-to-int (substring name (match-beginning 5)
(match-end 5)))
(string-to-int (substring name (match-beginning 6)
(match-end 6)))
name))))
(list-fonts font device)))
(function (lambda (x y) (if (= (nth 1 x) (nth 1 y))
(< (nth 0 x) (nth 0 y))
(< (nth 1 x) (nth 1 y)))))))
;; Given a font name, this attempts to construct a valid font name for
;; DEVICE whose size is the next smaller (if UP-P is nil) or larger
;; (if UP-P is t) size and whose other characteristics are the same
;; as the given font.
(defun x-frob-font-size (font up-p device)
(if (stringp font) (setq font (make-font-instance font device)))
(if (font-instance-p font) (setq font (font-instance-truename font)))
(let ((available (and font
(x-available-font-sizes font device))))
(cond
((null available) nil)
((or (= 0 (nth 0 (car available)))
(= 0 (nth 1 (car available))))
;; R5 scalable fonts: change size by 1 point.
;; If they're scalable the first font will have pixel or point = 0.
;; Sometimes one is 0 and the other isn't (if it's a bitmap font that
;; can be scaled), sometimes both are (if it's a true outline font).
(let ((name (nth 2 (car available)))
old-size)
(or (string-match x-font-regexp font) (error "can't parse %S" font))
(setq old-size (string-to-int
(substring font (match-beginning 6) (match-end 6))))
(or (> old-size 0) (error "font truename has 0 pointsize?"))
(or (string-match x-font-regexp name) (error "can't parse %S" name))
;; turn pixelsize into a wildcard, and make pointsize be +/- 10,
;; which is +/- 1 point. All other fields stay the same as they
;; were in the "template" font returned by x-available-font-sizes.
;;
;; #### But this might return the same font: for example, if the
;; truename of "-*-courier-medium-r-normal--*-230-75-75-m-0-*"
;; is "...-240-..." (instead of 230) then this loses, because
;; the 230 that was passed in as an arg got turned into 240
;; by the call to font-instance-truename; then we decrement that
;; by 10 and return the result which is the same. I think the
;; way to fix this is to make this be a loop that keeps trying
;; progressively larger pointsize deltas until it finds one
;; whose truename differs. Have to be careful to avoid infinite
;; loops at the upper end...
;;
(concat (substring name 0 (match-beginning 5)) "*"
(substring name (match-end 5) (match-beginning 6))
(int-to-string (+ old-size (if up-p 10 -10)))
(substring name (match-end 6) (match-end 0)))))
(t
;; non-scalable fonts: take the next available size.
(let ((rest available)
(last nil)
result)
(setq font (downcase font))
(while rest
(cond ((and (not up-p) (equal font (downcase (nth 2 (car rest)))))
(setq result last
rest nil))
((and up-p (equal font (and last (downcase (nth 2 last)))))
(setq result (car rest)
rest nil)))
(setq last (car rest))
(setq rest (cdr rest)))
(nth 2 result))))))
(defun x-find-smaller-font (font &optional device)
"Load a new, slightly smaller version of the given font (or font name).
Returns the font if it succeeds, nil otherwise.
If scalable fonts are available, this returns a font which is 1 point smaller.
Otherwise, it returns the next smaller version of this font that is defined."
(x-frob-font-size font nil device))
(defun x-find-larger-font (font &optional device)
"Load a new, slightly larger version of the given font (or font name).
Returns the font if it succeeds, nil otherwise.
If scalable fonts are available, this returns a font which is 1 point larger.
Otherwise, it returns the next larger version of this font that is defined."
(x-frob-font-size font t device))
(defalias 'x-make-face-bold 'make-face-bold)
(defalias 'x-make-face-italic 'make-face-italic)
(defalias 'x-make-face-bold-italic 'make-face-bold-italic)
(defalias 'x-make-face-unbold 'make-face-unbold)
(defalias 'x-make-face-unitalic 'make-face-unitalic)
(make-obsolete 'x-make-face-bold 'make-face-bold)
(make-obsolete 'x-make-face-italic 'make-face-italic)
(make-obsolete 'x-make-face-bold-italic 'make-face-bold-italic)
(make-obsolete 'x-make-face-unbold 'make-face-unbold)
(make-obsolete 'x-make-face-unitalic 'make-face-unitalic)
;;; internal routines
;;; x-init-face-from-resources is responsible for initializing a
;;; newly-created face from the resource database.
;;;
;;; When a new frame is created, it is called from `x-init-frame-faces'
;;; called from `init-frame-faces' called from init_frame_faces()
;;; from Fmake_frame(). In this case it is called once for each existing
;;; face, with the newly-created frame as the argument. It then initializes
;;; the newly-created faces on that frame.
;;;
;;; It's also called from `init-device-faces' and
;;; `init-global-faces'.
;;;
;;; This had better not signal an error. The frame is in an intermediate
;;; state where signalling an error or entering the debugger would likely
;;; result in a crash.
(defun x-init-face-from-resources (face &optional locale set-anyway)
;;
;; These are things like "attributeForeground" instead of simply
;; "foreground" because people tend to do things like "*foreground",
;; which would cause all faces to be fully qualified, making faces
;; inherit attributes in a non-useful way. So we've made them slightly
;; less obvious to specify in order to make them work correctly in
;; more random environments.
;;
;; I think these should be called "face.faceForeground" instead of
;; "face.attributeForeground", but they're the way they are for
;; hysterical reasons. (jwz)
(let* ((append (if set-anyway nil 'append))
;; Some faces are initialized before XEmacs is dumped.
;; In order for the X resources to be able to override
;; those settings, such initialization always uses the
;; `default' tag. We remove all specifier specs
;; containing the `default' tag in the locale before
;; adding new specs.
(tag-set '(default))
;; The tag order matters here. The spec removal
;; function uses the list cdrs. We want to remove (x
;; default) and (default) specs, not (default x) and (x)
;; specs.
(x-tag-set '(x default))
(tty-tag-set '(tty default))
(device-class nil)
(face-sym (face-name face))
(name (symbol-name face-sym))
(fn (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeFont")
"Face.AttributeFont"
'string locale))
(fg (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeForeground")
"Face.AttributeForeground"
'string locale))
(bg (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeBackground")
"Face.AttributeBackground"
'string locale))
(bgp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeBackgroundPixmap")
"Face.AttributeBackgroundPixmap"
'string locale))
(ulp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeUnderline")
"Face.AttributeUnderline"
'boolean locale))
(stp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeStrikethru")
"Face.AttributeStrikethru"
'boolean locale))
;; we still resource for these TTY-only resources so that
;; you can specify resources for TTY frames/devices. This is
;; useful when you start up your XEmacs on an X display and later
;; open some TTY frames.
(hp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeHighlight")
"Face.AttributeHighlight"
'boolean locale))
(dp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeDim")
"Face.AttributeDim"
'boolean locale))
(bp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeBlinking")
"Face.AttributeBlinking"
'boolean locale))
(rp (x-get-resource-and-maybe-bogosity-check
(concat name ".attributeReverse")
"Face.AttributeReverse"
'boolean locale))
)
(cond ((framep locale)
(setq device-class (device-class (frame-device locale))))
((devicep locale)
(setq device-class (device-class locale))))
(if device-class
(setq tag-set (cons device-class tag-set)
x-tag-set (cons device-class x-tag-set)
tty-tag-set (cons device-class tty-tag-set)))
;;
;; If this is the default face, then any unspecified properties should
;; be defaulted from the global properties. Can't do this for
;; frames or devices because then, common resource specs like
;; "*Foreground: black" will have unwanted effects.
;;
(if (and (or (eq (face-name face) 'default)
(eq (face-name face) 'gui-element))
(or (null locale) (eq locale 'global)))
(progn
(or fn (setq fn (x-get-resource
"font" "Font" 'string locale nil 'warn)))
(or fg (setq fg (x-get-resource
"foreground" "Foreground" 'string locale nil
'warn)))
(or bg (setq bg (x-get-resource
"background" "Background" 'string locale nil
'warn)))))
;;
;; "*cursorColor: foo" is equivalent to setting the background of the
;; text-cursor face.
;;
(if (and (eq (face-name face) 'text-cursor)
(or (null locale) (eq locale 'global)))
(setq bg (or (x-get-resource
"cursorColor" "CursorColor" 'string locale nil 'warn)
bg)))
;; #### should issue warnings? I think this should be
;; done when the instancing actually happens, but I'm not
;; sure how it should actually be dealt with.
(when fn
(if device-class
;; Always use the x-tag-set to remove specs, since we don't
;; know whether the predumped face was initialized with an
;; 'x tag or not.
(remove-specifier-specs-matching-tag-set-cdrs (face-font face)
locale
x-tag-set)
;; If there's no device class then we're initializing
;; globally. This means we should override global
;; defaults for all X device classes.
(remove-specifier (face-font face) locale x-tag-set nil))
(set-face-font face fn locale 'x append))
;; Kludge-o-rooni. Set the foreground and background resources for
;; X devices only -- otherwise things tend to get all messed up
;; if you start up an X frame and then later create a TTY frame.
(when fg
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-foreground face)
locale
x-tag-set)
(remove-specifier (face-foreground face) locale x-tag-set nil))
(set-face-foreground face fg locale 'x append))
(when bg
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-background face)
locale
x-tag-set)
(remove-specifier (face-background face) locale x-tag-set nil))
(set-face-background face bg locale 'x append))
(when bgp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-background-pixmap
face)
locale
x-tag-set)
(remove-specifier (face-background-pixmap face) locale x-tag-set nil))
(set-face-background-pixmap face bgp locale nil append))
(when ulp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-property
face 'underline)
locale
tty-tag-set)
(remove-specifier (face-property face 'underline) locale
tty-tag-set nil))
(set-face-underline-p face ulp locale nil append))
(when stp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-property
face 'strikethru)
locale
tty-tag-set)
(remove-specifier (face-property face 'strikethru)
locale tty-tag-set nil))
(set-face-strikethru-p face stp locale nil append))
(when hp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-property
face 'highlight)
locale
tty-tag-set)
(remove-specifier (face-property face 'highlight)
locale tty-tag-set nil))
(set-face-highlight-p face hp locale nil append))
(when dp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-property
face 'dim)
locale
tty-tag-set)
(remove-specifier (face-property face 'dim) locale tty-tag-set nil))
(set-face-dim-p face dp locale nil append))
(when bp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-property
face 'blinking)
locale
tty-tag-set)
(remove-specifier (face-property face 'blinking) locale
tty-tag-set nil))
(set-face-blinking-p face bp locale nil append))
(when rp
(if device-class
(remove-specifier-specs-matching-tag-set-cdrs (face-property
face 'reverse)
locale
tty-tag-set)
(remove-specifier (face-property face 'reverse) locale
tty-tag-set nil))
(set-face-reverse-p face rp locale nil append))
))
;; GNU Emacs compatibility. (move to obsolete.el?)
(defalias 'make-face-x-resource-internal 'x-init-face-from-resources)
(defun remove-specifier-specs-matching-tag-set-cdrs (specifier locale tag-set)
(while tag-set
(remove-specifier specifier locale tag-set t)
(setq tag-set (cdr tag-set))))
;;; x-init-global-faces is responsible for ensuring that the
;;; default face has some reasonable fallbacks if nothing else is
;;; specified.
;;;
(defun x-init-global-faces ()
(or (face-font 'default 'global)
(set-face-font 'default
"-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*"
'global '(x default)))
(or (face-foreground 'default 'global)
(set-face-foreground 'default "black" 'global '(x default)))
(or (face-background 'default 'global)
(set-face-background 'default "gray80" 'global '(x default))))
;;; x-init-device-faces is responsible for initializing default
;;; values for faces on a newly created device.
;;;
(defun x-init-device-faces (device)
;;
;; If the "default" face didn't have a font specified, try to pick one.
;;
(or
(face-font-instance 'default device)
;;
;; No font specified in the resource database; try to cope.
;;
;; At first I wanted to do this by just putting a font-spec in the
;; fallback resources passed to XtAppInitialize(), but that fails
;; if there is an Emacs app-defaults file which doesn't specify a
;; font: apparently the fallback resources are not consulted when
;; there is an app-defaults file, which seems pretty bogus to me.
;;
;; We should also probably try "*xtDefaultFont", but I think that it
;; might be legal to specify that as "xtDefaultFont:", that is, at
;; top level, instead of "*xtDefaultFont:", that is, applicable to
;; every application. `x-get-resource' can't handle that right now.
;; Anyway, xtDefaultFont is probably variable-width.
;;
;; Some who have LucidaTypewriter think it's a better font than Courier,
;; but it has the bug that there are no italic and bold italic versions.
;; We could hair this code up to try and mix-and-match fonts to get a
;; full complement, but really, why bother. It's just a default.
;;
(let (new-x-font)
(setq new-x-font (or
;;
;; We default to looking for iso8859 fonts. Using a wildcard for the
;; encoding would be bad, because that can cause English speakers to get
;; Kanji fonts by default. It is safe to assume that people using a
;; language other than English have both set $LANG, and have specified
;; their `font' and `fontList' resources. In any event, it's better to
;; err on the side of the English speaker in this case because they are
;; much less likely to have encountered this problem, and are thus less
;; likely to know what to do about it.
;; Try for Courier. Almost everyone has that. (Does anyone not?)
(make-font-instance
"-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" device t)
(make-font-instance
"-*-courier-*-r-*-*-*-120-*-*-*-*-iso8859-*" device t)
;; Next try for any "medium" charcell or monospaced iso8859 font.
(make-font-instance "-*-*-medium-r-*-*-*-120-*-*-m-*-iso8859-*" device t)
(make-font-instance "-*-*-medium-r-*-*-*-120-*-*-c-*-iso8859-*" device t)
;; Next try for any charcell or monospaced iso8859 font.
(make-font-instance "-*-*-*-r-*-*-*-120-*-*-m-*-iso8859-*" device t)
(make-font-instance "-*-*-*-r-*-*-*-120-*-*-c-*-iso8859-*" device t)
;; Ok, let's at least try to stay in 8859...
(make-font-instance "-*-*-*-r-*-*-*-120-*-*-*-*-iso8859-*" device t)
;; Boy, we sure are losing now. Try the above, but in any encoding.
(make-font-instance "-*-*-medium-r-*-*-*-120-*-*-m-*-*-*" device t)
(make-font-instance "-*-*-medium-r-*-*-*-120-*-*-c-*-*-*" device t)
(make-font-instance "-*-*-*-r-*-*-*-120-*-*-m-*-*-*" device t)
(make-font-instance "-*-*-*-r-*-*-*-120-*-*-c-*-*-*" device t)
(make-font-instance "-*-*-*-r-*-*-*-120-*-*-*-*-*-*" device t)
;; Hello? Please?
(make-font-instance "-*-*-*-*-*-*-*-120-*-*-*-*-*-*" device t)
(make-font-instance "*" device t)
;; if we get to here we're screwed, and faces.c will fatal()...
))
(if (not (face-font 'default 'global))
(set-face-font 'default new-x-font)
(set-face-font 'default new-x-font device))))
;;
;; If the "default" face didn't have both colors specified, then pick
;; some, taking into account whether one of the colors was specified.
;;
(let ((fg (face-foreground-instance 'default device))
(bg (face-background-instance 'default device)))
(if (not (and fg bg))
(if (or (and fg (equal (downcase (color-instance-name fg)) "white"))
(and bg (equal (downcase (color-instance-name bg)) "black")))
(progn
(or fg (set-face-foreground 'default "white" device))
(or bg (set-face-background 'default "black" device)))
(or fg (set-face-foreground 'default "white" device))
(or bg (set-face-background 'default "black" device)))))
;; Don't look at reverseVideo now or initialize the modeline. This
;; is done on a per-frame basis at the appropriate time.
;;
;; Now let's try to pick some reasonable defaults for a few other faces.
;; This kind of stuff should normally go on the create-frame-hook, but
;; this way we won't be in danger of the user screwing things up by not
;; adding hooks in a safe way.
;;
(x-init-pointer-shape device) ; from x-mouse.el
)
;;; This is called from `init-frame-faces', which is called from
;;; init_frame_faces() which is called from Fmake_frame(), to perform
;;; any device-specific initialization.
;;;
(defun x-init-frame-faces (frame)
;;
;; The faces already got initialized (by init-frame-faces) from
;; the resource database or global, non-frame faces. The default,
;; bold, bold-italic, and italic faces (plus various other random faces)
;; got set up then. But modeline didn't so that reverseVideo can be
;; frame-specific.
;;
;;
;; If reverseVideo was specified, swap the foreground and background
;; of the default and modeline faces.
;;
(cond ((car (x-get-resource "reverseVideo" "ReverseVideo" 'boolean frame
nil 'warn))
;; First make sure the modeline has fg and bg, inherited from the
;; current default face - for the case where only one is specified,
;; so that invert-face doesn't do something weird.
(or (face-foreground 'modeline frame)
(set-face-foreground 'modeline
(face-foreground-instance 'default frame)
frame))
(or (face-background 'modeline frame)
(set-face-background 'modeline
(face-background-instance 'default frame)
frame))
;; Now invert both of them. If they end up looking the same,
;; make-frame-initial-faces will invert the modeline again later.
(invert-face 'default frame)
(invert-face 'modeline frame)
)))
;;; x-faces.el ends here
|