![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to configure emacs? Thank! | meili100 | High Level Programming | 1 | 06-16-2007 09:54 AM |
| Help on EMACS | VENC22 | UNIX for Dummies Questions & Answers | 4 | 07-13-2005 10:14 PM |
| Can't run emacs, pico.. | aryajur | UNIX for Dummies Questions & Answers | 8 | 01-31-2005 01:45 AM |
| Xemacs and emacs | saurya_s | UNIX for Dummies Questions & Answers | 5 | 02-05-2004 04:32 AM |
| ftp in Emacs | saurya_s | UNIX for Advanced & Expert Users | 1 | 02-04-2004 07:48 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hey everybody!
Not sure if this goes here, but I think it's the best fit. I was just wondering, how do I use a compiler from Emacs? Also, how do I turn syntax highlighting on? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
|||
|
M-x compile will offer to run make for you; you can change it to some other command if you like, obviously.
The syntax highlighting depends a bit on which version of Emacs you are using. Probably the simplest way to find the right variable and mode is to run M-x customize and look for "faces" options, specifically "global font lock". Or simply try M-x global-font-lock-mode if you just want to try it once. |
|
|||
|
Well, specifically, I mean a Common Lisp compiler, a C++ compiler, and a Fortran 95 compiler (not immediately, but in the future).
Last edited by led3234; 05-21-2008 at 02:40 PM. |