2010/8/6 novdomo gallego acacias <novd...@gmail.com> > > > 2010/8/6 novdomo gallego acacias <novd...@gmail.com> > > >> >> 2010/8/5 Ævar Arnfjörð Bjarmason <ava...@gmail.com> >> >> On Thu, Aug 5, 2010 at 19:13, Ævar Arnfjörð Bjarmason <ava...@gmail.com> >>> wrote: >>> > On Wed, Aug 4, 2010 at 17:52, Axel Beckert <a...@debian.org> wrote: >>> > >>> >> * Emacs 23 via remote X doesn't work. No idea why yet. >>> > >>> > I haven't debugged it properly either, but the fix suggested in >>> > #559392 of adding this to src/s/gnu-kfreebsd.h works: >>> > >>> > #define BROKEN_FIONREAD >>> >>> I spoke too soon. That makes everything I tried in X work, but the >>> console Emacs is completely broken and doesn't accept any keyboard >>> input with that. >>> >>> >>> -- >>> To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org >>> with a subject of "unsubscribe". Trouble? Contact >>> listmas...@lists.debian.org >>> Archive: >>> http://lists.debian.org/aanlktimbnyg4gpenax43v2tnq78f3gx5d7tyf-s...@mail.gmail.com >>> >>> >> >> The infinite loop where emacs enters, in file xterm.c. As a workaround, >> this loop (lines 9342 to 9368 in file xterm.c) could be avoided. I've tested >> this and works in X and console without problems, at the moment. >> >> Defining BROKEN_FIONREAD is a very bad idea, but I found this worked for >> X. However I didn't realize that console was broken. >> Anyway, I think the problem is in another place inside the loop. >> >> >> > I'm sorry, Ævar Arnfjörð Bjarmason solved the bug in a much better way; I > didn't check the bug in bugs.debian.org before posting >
I apologize, Petr Salinger is who solved the bug.