On Fri, Aug 6, 2010 at 12:28, Petr Salinger <[email protected]> wrote:
> Please add
>
> #undef INTERRUPT_INPUT
> #define BROKEN_SIGIO
> #define BROKEN_SIGURG
> #define BROKEN_SIGPOLL
>
> into src/s/gnu-kfreebsd.h and build test package to detect,
> whether it fixes the issue, whether it works in X and on console variant.

I've tested it on kFreeBSD 8.1-1-686 with this patch:

    diff --git a/src/s/gnu-kfreebsd.h b/src/s/gnu-kfreebsd.h
    index a1e8c02..89563de 100644
    --- a/src/s/gnu-kfreebsd.h
    +++ b/src/s/gnu-kfreebsd.h
    @@ -7,2 +7,7 @@

    +#undef INTERRUPT_INPUT
    +#define BROKEN_SIGIO
    +#define BROKEN_SIGURG
    +#define BROKEN_SIGPOLL
    +
     #define NO_TERMIO               /* use only <termios.h> */

And the Emacs built with it works both in the console and under X. So
it would appear that this solved the problem.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to