Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Desparately seeking a bilingual vim/Emacs expert

by ForgotPasswordAgain (Priest)
on Mar 24, 2005 at 13:34 UTC ( [id://442036]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (defun perl-sub (name)
      "Insert a new subroutine"
    ...
      (goto-char (match-end 0))
      (insert name)
      (search-forward "("))
    
  2. or download this
     '(cperl-close-paren-offset -4)
     '(cperl-continued-statement-offset 2)
    ...
     '(cperl-indent-parens-as-block t)
     '(cperl-label-offset 0)
     '(cperl-tab-always-indent t)
    

Log In?
Username:
Password:

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

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

    No recent polls found