athena tcsh vs tcsh6 difference:

print_exit_status prints out the job name and arguments as well
as the exit code.  This is much more useful than just the exit code
(e.g. something in .login exits with status 1.  What was it?  I dunno...)

---

Make DING! a compile-time option.

---

% !!:s/foo/bar<magic-space>

doesn't work.

---

make %d the date instead of the directory a compile option

---

a) set prompt to something without a newline in it.
b) 'set notify'
c) run something in the background, wait for it to exit and tcsh6 to
report its exit.
d) repeat when $prompt contains a newline, and watch tcsh6 erase and
overwrite the notification with the first line of the prompt.

---

The term shell variable does not track the TERM environment variable
as the normal BSD csh does. 

(other tracked vars:  USER/user HOME/home PATH/path)

---

set correct=all doesn't always do the same thing M-$ does, even though
it seems like it should.

---

Should $printexitvalue do something inside a shell script?

---

Make athena .cshrc/.tcshrc behavior a compile-time option

---
