Message-ID: <35104848.DEFC7F8C@bellatlantic.net> Date: Wed, 18 Mar 1998 17:18:49 -0500 From: ken Organization: http://members.bellatlantic.net MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re: Ediff locks up emacs. References: Content-Type: multipart/mixed; boundary="------------A52AFD23EC2F9A5F1B96D160" Precedence: bulk This is a multi-part message in MIME format. --------------A52AFD23EC2F9A5F1B96D160 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Thanks for the help. I'm using the 19.34 version of emacs. emacs.exe 1,705,984 bytes 12-14-97 6:04p The Ctrl-Break doesn't work, not even the twice rapidly method... Here is the enviroment info. you asked for. Hope this helps. I can't see any major difference between the setup here at home and that at work... I just got home from work. I'm going to mess around with it after taking Floyd (our dog) for a walk... thanks again, Eli Zaretskii wrote: > On Tue, 17 Mar 1998, ken wrote: > > > I have emacs here at home but didn't have diff. > > Which version of Emacs is that? Please also post the size and the > time stamp of your emacs.exe, apart of the version info. The latest > binary distribution of Emacs compiled with DJGPP is v19.34 whose size > is 1,705,984 bytes and time stamp is Dec 14, 1997 18:04. > > > I downloaded DIF271D.zip & DIF271B.zip from djgpp. > > I unzipped as usual and everything went to the correct location. > > The problem is that when I run Ediff on two files emacs freezes up in my > > DOS box on my Win95 machine. > > I cannot reproduce this behavior. Ediff works for me on Windows 95 > (and also in plain DOS) in both Emacs 19.34 (the latest binary) and > Emacs 20.2. > > If you have the same version as I mention above, please perform these > steps and post the results: > > emacs -q > M-x ediff RET file1 RET file2 RET > > (substitute the names of the files you want to compare for `file1' and > `file2'). > > If Emacs freezes at this point, press Ctrl-BREAK and see if that > causes it to ``unfreeze''. If that doesn't help, press Ctrl-BREAK > twice in rapid succession; it should cause Emacs to ask you whether > you want to abort. Answer YES, and Emacs will print a traceback of > its function call stack; please post this traceback. > > Also, please perform the following steps and post the contents of the > "*Help*" buffer as displayed by Emacs: > > emacs -q > C-h v process-environment RET -- ----------------------------------------- Ken Stone http://members.bellatlantic.net/~krstone ----------------------------------------- --------------A52AFD23EC2F9A5F1B96D160 Content-Type: text/plain; charset=us-ascii; name="enviro.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="enviro.txt" process-environment's value is ("NAME=dosuser" "SHELL=c:/WINDOWS/COMMAND.COM" "TERM=internal" "EMACSPATH=d:/djgpp/gnu/emacs/bin" "HOME=d:/djgpp/gnu/emacs" "INFOPATH=d:/djgpp/info;d:/djgpp/gnu/emacs/info" "EMU387=d:/djgpp/bin/emu387.dxe" "TMPDIR=d:/djgpp/tmp" "USER=dosuser" "DJDIR=d:/djgpp" "CMDLINE=emacs -q" "LFN=YES" "PATH=.;D:/DJGPP/BIN;D:/DJGPP/GNU/EMACS/BIN;C:/WINDOWS;C:/WINDOWS/COMMAND;C:/MWW/DLL;C:/IBMTOOLS" "DJGPP=d:\\DJGPP\\DJGPP.ENV" "DJGPPTMP=e:\\temp" "BLASTER=A220 I5 D1" "windir=C:\\WINDOWS" "DIRCMD=/o-d /p" "MWPATH=C:\\MWW\\DLL;C:\\MWW\\MWGAMES;C:\\MWW\\DSP" "LIBPATH=C:\\MWW\\DLL" "MWROOT=C:\\MWW" "COMSPEC=C:\\WINDOWS\\COMMAND.COM" "winbootdir=C:\\WINDOWS" "PROMPT=$p$g" "TEMP=C:\\WINDOWS\\TEMP" "TMP=C:\\WINDOWS\\TEMP") Documentation: List of environment variables for subprocesses to inherit. Each element should be a string of the form ENVVARNAME=VALUE. The environment which Emacs inherits is placed in this variable when Emacs starts. --------------A52AFD23EC2F9A5F1B96D160--