Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!apple!agate!ucbvax!tut.cis.ohio-state.edu!MITVMA.MIT.EDU!TEX7%ICNUCEVM.CNUCE.CNR.IT From: TEX7%ICNUCEVM.CNUCE.CNR.IT@MITVMA.MIT.EDU (Stefano Diomedi) Newsgroups: gnu.emacs.bug Subject: bug in emacs 18.54 Message-ID: <8907141533.AA05847@life.ai.mit.edu> Date: 14 Jul 89 15:36:34 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 X-Unparsable-Date: Fri, 14 Jul 89 16:52:20 SET Machine: HP 9000/835 Operating system: HP-UX 3.10 File: src/sysdep.c Function: init_sys_modes and reset_sys_modes Emacs doesn't receive the ^Z (control-z) character. It is catched by the shell that sends a SIGTSTP signal to emacs. This is the diff between the original sysdep.c and the one I'm currently using successfully. It seems that someone added the '#ifndef HAVE_TERMIO' lines in this release. 848c848,849 < #ifndef HAVE_TERMIO --- > /* #ifndef HAVE_TERMIO S. Diomedi */ > #if defined(hp9000s800) || ! defined(HAVE_TERMIO) 1003c1004,1005 < #ifndef HAVE_TERMIO --- > /* #ifndef HAVE_TERMIO S. Diomedi */ > #if defined(hp9000s800) || ! defined(HAVE_TERMIO) Regards Stefano Diomedi Pisa - Italy