由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] 请教三个关于emacs和perl的问题
相关主题
Questions about Makefile[转载] UNIX下的一个奇怪问题!
cxterm compileany debugging tool?
漆血柜求[转载] a BLAS question
[转载] emacs下编译程序,怎么指定路径?Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?
help on cxterm[转载] Help!How to set directory for #include <**.h>
Help: failed to compile cxterm with ccemacs .el files
[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!Display line number in EMACS??????
where is gcc?[转载] QUestion about Perl
相关话题的讨论汇总
话题: emacs话题: makefile话题: perl话题: make
进入Unix版参与讨论
1 (共1页)
b******d
发帖数: 28
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 Bluewind 所发表 】
1. 在emacs下编译c程序时,我的emacs总是只从~/下
找makefile,如何将其设成自动从当前buffer中文件所在的路径下找? 如:
输入M-x compile, emacs提示
compile command: make -k
回车后出现compilation buffer,里面提示
cd /home/myaccount/mydirectory/
make -k
make: *** No targets specified and no makefile found. Stop.
这时makefile就在mydirectory下,可是emacs找不到,
把makefile易到我的~/下就找到了
该怎么解决?多谢
2. perl中的正则表达式
现有一标量$a,我要替换其中的某个词,然后保存到一个新的变量$b,
但我还需要原来的$a,我可以这样做
# for example, $a = "hello, world";
$b = $a;
$b =~ s/hello/hell/;
1 (共1页)
进入Unix版参与讨论
相关主题
[转载] QUestion about Perlhelp on cxterm
please help, CGI..Help: failed to compile cxterm with cc
perls questions //bow[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!
perl出错求教where is gcc?
Questions about Makefile[转载] UNIX下的一个奇怪问题!
cxterm compileany debugging tool?
漆血柜求[转载] a BLAS question
[转载] emacs下编译程序,怎么指定路径?Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?
相关话题的讨论汇总
话题: emacs话题: makefile话题: perl话题: make