Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uxc.cso.uiuc.edu!tank!eecae!netnews.upenn.edu!grasp.cis.upenn.edu!iu From: iu@grasp.cis.upenn.edu (SiuLeong Iu) Newsgroups: gnu.emacs Subject: Help on using Webster Message-ID: <12976@netnews.upenn.edu> Date: 18 Jul 89 16:37:23 GMT Sender: news@netnews.upenn.edu Reply-To: iu@grasp.cis.upenn.edu (SiuLeong Iu) Distribution: usa Organization: University of Pennsylvania Lines: 16 We have problem in using the Webster checker on gnu-emacs. After we type the M-x webster and check a word. The machine attempts to connect the webster server but it does not go through and we get the message "Process webster exited abnormally with code 1". It did not happen before. It seems that the server has been changed. Attached are first few lines related to webster we putted in the file .emacs. Can someone help us to fix it? Thanks in advance! ----- (autoload 'webster "webster" "look up a word in Webster's 7th edition" t) (defvar webster-host "128.197.2.40" "Host that is a webster server (Boston U). Try also 26.0.0.73, which is sri-nic") (defvar webster-port "103" "The port to connect to. Either 103 or 2627") -----