Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Desparately seeking a bilingual vim/Emacs expert

by barrachois (Pilgrim)
on Mar 24, 2005 at 19:50 UTC ( [id://442174]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     (setq-default cperl-tab-always-indent nil)
    
  2. or download this
    ; A named function to insert some specific text.
    (defun my-insert-stuff ()
    ...
      )
    ; It too could be set to some specific key combination.
    (global-set-key [(control c) o] 'template-one)
    
  3. or download this
    ;;; ---- some "unicode" perl6 stuff 
    ;; The numeric codes are base 10 from iso-8869-1.
    ...
     '(lambda () (interactive "*") (insert 171)))
    (global-set-key [(control c) (control ?y)] 
     '(lambda () (interactive "*") (insert 165)))
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-16 09:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found