[gnu.emacs.bug] bug in emacs 18.54

TEX7%ICNUCEVM.CNUCE.CNR.IT@MITVMA.MIT.EDU (Stefano Diomedi) (07/14/89)

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