Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-athena.UUCP Path: utzoo!utcs!lsuc!pesnta!amdcad!decwrl!decvax!mit-athena!martillo From: martillo@mit-athena.UUCP (Joaquim Martillo) Newsgroups: net.emacs Subject: Bug Fix for CCA Emacs Message-ID: <87@mit-athena.UUCP> Date: Tue, 26-Feb-85 01:08:12 EST Article-I.D.: mit-athe.87 Posted: Tue Feb 26 01:08:12 1985 Date-Received: Wed, 27-Feb-85 09:47:22 EST Organization: MIT Project Athena Lines: 7 In e_main.c in main(...) sourcestr should be initialized as follows: char *sourcestr = "if (-r ~/.cshrc) source ~/.cshrc; unset autologout prompt;unalias *; echo .cshrc sourced\n" unset autologout is necessary for those people who have autologout set and leave an untended emacs sitting around long enough for the EMACS shell which does glob to time out.