LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Emacs shortcut key for compiling (https://www.linuxquestions.org/questions/linux-software-2/emacs-shortcut-key-for-compiling-356460/)

Franziss 08-24-2005 07:09 AM

Emacs shortcut key for compiling
 
I am using Emacs for compiling my C++ code. And I have to keep clicking the compile menu. Is there any shortcut key for the compile options? Thanks for your help!

laceupboots 08-24-2005 07:18 AM

Project Shortcut Keys, Emacs Scheme
http://msdn2.microsoft.com/library/ms165524(en-us,vs.80).aspx
According to the link CTRL + F7 "Creates an object file containing machine code, linker directives, sections, external references, and function/data names for the selected file." Well that's just neato. :)

Franziss 08-24-2005 08:14 PM

sorry, i'm using Fedora Core 4 as my OS.

I check the internet, some people said the file ".emacs" must be edited. But where is it?

Franziss 08-24-2005 09:12 PM

I have found the solution!

I create my own ".emacs.el" file and put it in the directory "usr/share/emacs/site-lisp/site-start.d/"
because my "site-start.el" file specify that is the directory where it will read the ".emacs.el"


All times are GMT -5. The time now is 02:59 PM.