diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-02-12 07:07:42 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-12 09:50:53 -0800 |
commit | 7d0d50dd8561c325a5cc8339d10802fc08146961 (patch) | |
tree | eb138de7e9e7dda6cf9b1caf4020bd25526fff07 /pod/perldebug.pod | |
parent | 5d464584654bdb70b228ec3a4222d0fbb4c1d469 (diff) | |
download | perl-7d0d50dd8561c325a5cc8339d10802fc08146961.tar.gz |
perldebug: perl no longer includes the emacs mode
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 56777d2109..7a9efa4064 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -1080,9 +1080,10 @@ it can interact with the Perl debugger to provide an integrated software development environment reminiscent of its interactions with C debuggers. -Perl comes with a start file for making B<emacs> act like a +Recent versions of Emacs come with a +start file for making B<emacs> act like a syntax-directed editor that understands (some of) Perl's syntax. -Look in the I<emacs> directory of the Perl source distribution. +See L<perlfaq3>. A similar setup by Tom Christiansen for interacting with any vendor-shipped B<vi> and the X11 window system is also available. |