LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 655|回复: 2

emacs问题!请进来看看!

[复制链接]
发表于 2003-12-25 15:01:01 | 显示全部楼层 |阅读模式
我装的是redhat9.0
在kde下打开自带emacs,写了个
#include<.stdio.h>
main()
{
printf("hello,world");
}
按ESC 接着C+!
shell command:make -k
提示"minibuffer window is not active"
这是为什么?
谢谢!
 楼主| 发表于 2003-12-25 15:06:00 | 显示全部楼层
有提示找不到makefile,
应给做什么设置!???
发表于 2003-12-25 15:30:53 | 显示全部楼层
“按ESC 接着C+! shell command:make -k”

编译的话,直接按 M+x (一般是Alt+x),输入 compile
默认是make -k,如果没有Makefile可以改成 gcc hw.c -o hw
下一次M+x以后直接按up键就行了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表