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

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!ncr-sd!ncrcae!nballou
  3. From: nballou@lahaina.ColumbiaSC.NCR.COM (Nat Ballou)
  4. Subject: Re: Increase the size of letters in emacs
  5. Message-ID: <NBALLOU.92Dec16210119@lahaina.ColumbiaSC.NCR.COM>
  6. Reply-To: Nat.Ballou@ColumbiaSC.ncr.com
  7. In-reply-to: asriniva@vela.acs.oakland.edu's message of Tue, 15 Dec 1992 03:50:29 GMT
  8. Nntp-Posting-Host: lahaina
  9. Organization: NCR
  10. References: <1992Dec15.035029.27012@vela.acs.oakland.edu>
  11. Date: 16 Dec 92 21:01:19
  12. Lines: 29
  13.  
  14.  
  15. In article <1992Dec15.035029.27012@vela.acs.oakland.edu> 
  16. asriniva@vela.acs.oakland.edu (MONK) writes:
  17.  
  18. >  I am using emacs on a Dec5000 using a motif/wm.
  19. >  When I customize the window size to maximum and fonts to Big Font
  20. >  and when I open emacs I don't get my letters in emacs big, its the 
  21. >  same default size. How do i change it.
  22.  
  23. Try setting the following in your .Xresources or .Xdefaults:
  24.  
  25.   emacs*font:            8x13
  26.  
  27. or
  28.  
  29.   emacs*font:            9x15
  30.  
  31. or whatever strange DEC font name you use :-)
  32.  
  33. >   Also What is the purpose of .emacs file
  34.  
  35. Used to set emacs-path, emacs key bindings ... Kind of like .cshrc and
  36. .profile, but for your editor.  Many people put a lot of Elisp code here.
  37.  
  38. Good luck.
  39.  
  40. Nat
  41.  
  42.  
  43.