"Del Campo, Damian" <[EMAIL PROTECTED]> writes:

> I'm new to using emacs on Linux, at Uni on the old Unix systems we used to
> use C^x and C^s (C^ = control) to save and then C^c C^c to compile.

There are no default hotkeys to compile.  I normally use M-x compile,
but you can define C-c C-c by putting this in your .emacs

(global-set-key "\C-c\C-c" 'compile)

In general, you can find whether a command is defined by hitting C-h
w, then typing the name of the command.

-- 
Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors!
Silence, FOUL TEMPTRESS!!!



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list
  • Emacs Del Campo, Damian
    • Alan Shutko

Reply via email to