source: trunk/packs/glue/emacs19.sh @ 9559

Revision 9559, 618 bytes checked in by ghudson, 27 years ago (diff)
Add a loud script "emacs19" which runs emacs after telling the user that "emacs19" will go away in the 8.2 release. (This should go away in the 8.2 release.)
Line 
1#!/bin/sh
2# $Id: emacs19.sh,v 1.1 1997-01-29 20:26:32 ghudson Exp $
3
4echo "You have invoked the command 'emacs19' from /usr/athena/bin.  The"
5echo "command 'emacs19' was introduced late in the 7.7 release to help users"
6echo "transition from emacs 18.  Today, you should just run 'emacs'.  Please"
7echo "modify your dotfiles or scripts accordingly.  This script will exist for"
8echo "the lifetime of the Athena 8.1 release; the 'emacs19' command will go"
9echo "away when Athena 8.2 is released (which will probably be in the summer"
10echo "of 1998)."
11echo ""
12echo "Executing emacs now."
13exec /usr/athena/bin/emacs "$@"
Note: See TracBrowser for help on using the repository browser.