MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Local Editing w/ TF



In message <Pine.LNX.3.91.950828021035.589A-100000@toady.mm.org>, Joel
Thornton wrote:

    If somebody could tell me how to start mud.el, maybe I can 
    avoid the tf bottleneck. :)
    
Joel,

Try M-x load-file for this.

Also, to make this a little less of a hassle, create an autoload like
this:

(setq load-path (cons (expand-file-name "~/elisp") load-path))
(autoload 'mud "mud" "MUD library with MOO support." t)

Then, create an "elisp" directory in your home, and copy the mud.el
file there.

% cd
% mkdir elisp
% cp /where/ever/mud.el elisp

You can add your favorite MUD as the examples have. Once that's all
done, do a 

% cd ~/elisp
% emacs -batch -f batch-byte-compile mud.el

to make this load faster. If your system administrator is amiable,
you could ask him to share this with other users, on the other hand.

I highly recommend that you learn more about emacs by taking the tutorial
using 'C-h t', learning how to use online help with 'C-h i' for info, and
by grabbing the O'Reilly book on "Learning GNU Emacs" for a full-spectrum
guide to all kinds of users.

Happy mudding!

Steve Wynne <stevemw@pogo.wv.tek.com>
CPID Engineering System Administration
P.O. Box 1000, M/S 63-430
Wilsonville, OR 97070-1000
Phone: (503) 685-3526
FAX:   (503) 685-3883


References:

Home | Subject Index | Thread Index