Xref: utzoo comp.emacs:5390 gnu.emacs:485 Path: utzoo!telly!ddsw1!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!centro.soar.cs.cmu.edu!shivers From: shivers@centro.soar.cs.cmu.edu (Olin Shivers) Newsgroups: comp.emacs,gnu.emacs Subject: CMU process modes addenda (1) Keywords: user logging code Message-ID: <4247@pt.cs.cmu.edu> Date: 11 Feb 89 05:06:14 GMT Organization: Carnegie-Mellon University, CS/RI Lines: 12 The version of comint.el posted to the net contains code that logs the user in a local user-database I keep at CMU to track the beta-test users. Leaving this code in place will do no harm, besides chewing up a few extra cycles when you load the package in, and it checks to see if the user log file exists. However, you should probably remove it. It's easy to do: just delete the function comint-log-user and the following call to it. Sorry about that. I actually remembered to remove the code in the original shar file I constructed for posting to the net. However, Usenet is unhappy with bboard posts of 130k, so I split it into three posts... and forgot to remove the logging code in the new shar files. -Olin --