[446] in netbsd-help mailing list archive
Re: ignore my last message
daemon@ATHENA.MIT.EDU (Yoav Yerushalmi)
Mon Nov 13 02:31:30 1995
To: Chris Lopes <lopes@MIT.EDU>
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Mon, 13 Nov 1995 02:12:49 EST."
<199511130712.CAA07406@goody-budda.MIT.EDU>
Date: Mon, 13 Nov 1995 02:31:15 EST
From: Yoav Yerushalmi <yoav@MIT.EDU>
yes...
NetBSD and the SGI's both use emacs19 as the default.
there are things that are incompatible between emacs19 and the
default emacs on other athena machines (emacs18). You can usually
just change your default to emacs19 in the following way:
in your .aliases file, put:
if (-x /mit/emacs19/${bindir}/emacs) then
alias emacs '/mit/emacs19/${bindir}/emacs'
endif
This will make emacs19 load up on all platforms when you try to run
emacs (which is probably better.. albeit slower). You will still need to
fix your .emacs file to work with emacs19 however.
(Another thing that might catch you at some point is the fact that
perl on your machine is perl5, while most machines use perl4).
--
-------------------------------------------------------
| Yoav Yerushalmi | My opinions are mine.. |
| M.I.T student at large | so back off!! |
| http://www.mit.edu:8001/people/yoav/homepage.html |
-------------------------------------------------------