home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / alt / lucidem / help / 264 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.6 KB  |  38 lines

  1. Newsgroups: alt.lucid-emacs.help
  2. Path: sparky!uunet!munnari.oz.au!uniwa!root
  3. From: Jamie Zawinski <jwz@lucid.com>
  4. Subject: Re: faces
  5. In-Reply-To: Chris McClenaghan's message of Fri 14-Aug-92 01:02:58 GMT <MCCLEN.92Aug13180258@alder.uswest.com>
  6. To: mcclen@uswest.com ( Chris McClenaghan)
  7. Message-ID: <9208140101.AA04086@thalidomide.lucid>
  8. Sender: jwz%thalidomide@lucid.com
  9. Cc: help-lucid-emacs@lucid.com
  10. Organization: Lucid Emacs stuff
  11. References: <MCCLEN.92Aug13180258@alder.uswest.com>
  12. X-Windows: Dissatisfaction guaranteed.
  13. Date: Fri, 14 Aug 1992 01:01:51 GMT
  14. Approved: help-lucid-emacs@lucid.com
  15. Received-Date: Fri, 14 Aug 1992 09:27:33 +0800
  16. Lines: 20
  17.  
  18. M-x apropos RET set-face- RET
  19.  
  20. set-face-background          (not bound to any keys)
  21.   Function: Change the background color of the given face.  The color should be a 
  22. set-face-background-pixmap    (not bound to any keys)
  23.   Function: Change the background pixmap of the given face.  The pixmap name should be
  24. set-face-font              (not bound to any keys)
  25.   Function: Change the font of the given face.  The font should be a string, the name
  26. set-face-foreground          (not bound to any keys)
  27.   Function: Change the foreground color of the given face.  The color should be a 
  28. set-face-underline-p          (not bound to any keys)
  29.   Function: Change whether the given face is underlined.  
  30.  
  31. M-x describe-function RET set-face-font RET
  32.  
  33. set-face-font: (face font &optional screen)
  34. Change the font of the given face.  The font should be a string, the name
  35. string, the name of the font.  If the optional SCREEN argument is provided, 
  36. this face will be changed only in that screen; otherwise it will be changed
  37. in all screens.
  38.