home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / help / 5109 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.2 KB  |  34 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!riscsm!usenet
  3. From: bashford@scripps.edu (Don &)
  4. Subject: Re: emacs display in X11R5
  5. In-Reply-To: pedersen@seas.smu.edu's message of Sun, 13 Dec 1992 03:02:27 GMT
  6. Message-ID: <BASHFORD.92Dec16213222@zippy.scripps.edu>
  7. Sender: usenet@riscsm.scripps.edu
  8. Organization: The Scripps Research Institute, La Jolla, CA, USA
  9. References: <1992Dec13.030227.12401@seas.smu.edu>
  10. Date: Thu, 17 Dec 1992 05:33:30 GMT
  11. Lines: 21
  12.  
  13. >>>>> In article <1992Dec13.030227.12401@seas.smu.edu>, pedersen@seas.smu.edu (Ted Pedersen) writes:
  14.  
  15. TP> I am using emacs 18.59.1 and having some difficulty. When I use an X
  16. TP> terminal (we run X11R5) my emacs window has little bitty type in it.
  17. TP> When I expand the window I get a bigger window but the type remains
  18. TP> the same very small size. Is there a way to make the emacs type size
  19. TP> larger? Otherwise emacs works fine in this setup. 
  20.  
  21. In your ~/.Xdefaults file put:
  22. emacs.Font:            lucidasanstypewriter-bold-12
  23.  
  24. or 14 or 18.
  25.  
  26. Alternatively, you could start emacs with the command line,
  27. emacs -font lucidasanstypewriter-bold-12
  28.  
  29. This is explained in the emacs man page, I think.
  30.  
  31. Don Bashford
  32. bashford@scripps.edu
  33.  
  34.