*- C.J.LAWSON wrote about "emacs !!"
| Please could anyone tell me how to get emacs to wrap at column 132 ..
| also, where exactly does one change the color coding for the keyword
| highlighting?
| 


Interactive:

M-x set-variable<RET>fill-column<RET>132

elisp:
(setq fill-column 76)

To edit faces in xemacs, not sure about emacs.

M-x edit-faces<RET>
(I haven't used it but it looks pretty easy.)

-- 
Brian 

Mechanical Engineering                              [EMAIL PROTECTED]
Purdue University                   http://www.ecn.purdue.edu/~servis


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to