Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Emacs outline mode for Perl

by clemburg (Curate)
on Feb 19, 2001 at 21:19 UTC ( [id://59405]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (defun perl-outline-mode ()
      "set customized outline minor mode for Perl"
      (interactive)
      (setq outline-regexp "sub")
      (outline-minor-mode))
    
  2. or download this
    (defun perl-outline-mode ()
      "set customized outline minor mode for Perl"
    ...
      (setq outline-regexp 
        "#!.\\|\\(pac\\)kage\\|sub\\|\\(=he\\)ad\\|\\(=po\\)d")
      (outline-minor-mode))
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: sourcecode [id://59405]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found