emacs编译fortran程序有快捷键么?
发表于 : 2013-12-09 22:20
emacs小白,初学来编译fortran程序,打开程序后目前学到的编译步骤如下:
M-x compile 回车
gfortran test.f95 -o test
M-x compile 回车
删除 “gfortran test.f95 -o test”
输入./test
怎么感觉好复杂的样子。。
是不是肯定有啥快捷键直接编译当前程序。。。。。。
M-x compile 回车
gfortran test.f95 -o test
M-x compile 回车
删除 “gfortran test.f95 -o test”
输入./test
怎么感觉好复杂的样子。。
是不是肯定有啥快捷键直接编译当前程序。。。。。。