使用带有emacs编辑器的perl

前端之家收集整理的这篇文章主要介绍了使用带有emacs编辑器的perl前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我是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.

猜你在找的Perl相关文章