schwartz@shire.cs.psu.edu (Scott Schwartz) (04/18/89)
In article <1078@cantuar.UUCP>, greg@cantuar (G. Ewing) writes: >I guess auto-chdir isn't such a silly idea. On the Mac, you run a program >by double clicking it, and you open a folder by double-clicking it. You >can also run a program by double clicking one of its documents. What >would that correspond to in a shell? A shell script, of course. We often have #! /bin/sh for shell scripts, so just use #! /usr/new/bin/emacs for documents, etc. (What, '#' isn't the universal comment leader? Sigh....) -- Scott Schwartz <schwartz@shire.cs.psu.edu>