我是perl和emacs的新手,想在emacs编辑器上使用perl
如何将perl模式添加到emacs23或将其配置为使用perl更友好?
解决方法
别忘了
www.emacswiki.org是金矿!在
http://www.emacswiki.org/emacs/PerlLanguage有一个页面
我认为perl语言的自动完成很好:
http://www.emacswiki.org/emacs/PerlCompletion;这里有关于perl和emacs的自动完成的vimeo截屏:http://vimeo.com/4739908
另外,我认为你应该使用PDE:
Emacs::PDE is a collection of Emacs Lisp extensions to facilitate Perl programming. CPerl Mode has provided an excellent environment for coding; Emacs::PDE provides other common tools such as creating files using templates,smart compiling,perldoc,perltidy,debugger,tags tree view and so on. PDE also provides an easy configuration for Perl programing,and a tutorial for novices to start using Emacs.