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

Re: perl interface to emacs

by duelafn (Parson)
on Apr 07, 2011 at 21:05 UTC ( [id://898198]=note: print w/replies, xml ) Need Help??


in reply to perl interface to emacs

Add

(server-start)

To your .emacs file. Then,

system "emacsclient", "--no-wait", $file;

See also Emacs::Run?

Good Day,
    Dean

Replies are listed 'Best First'.
Re^2: perl interface to emacs
by brian42miller (Sexton) on Apr 07, 2011 at 21:35 UTC
    Thanks for the help, that works great, exactly what I was hoping for. I hate to ask, but is there a way to do the same thing with xemacs? Thanks Again Brian

      I should have looked myself, seeing that you got me on the right track.

      (load "gnuserv") (gnuserv-start)

      then use the gnuclient comment.

      Thanks anyways, Brian

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 03:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found