Severity 610576 serious
Can't you at least apply the on-line patch provided by Samuel Thibault
to make emacs23 work in a tty?? What's (not) going on here?? Patch is
inlined below:
--- src/term.c.orig 2011-01-20 02:14:50.000000000 +0100
+++ src/term.c 2011-01-20 02:15:43.000000000 +0100
@@ -3428,13 +3428,12 @@ init_tty (char *name, char *terminal_typ
if we don't have one at the moment. */
fd = emacs_open (name, O_RDWR | O_IGNORE_CTTY | O_NOCTTY, 0);
else
-#else
+#endif /* O_IGNORE_CTTY */
/* Alas, O_IGNORE_CTTY is a GNU extension that seems to be only
defined on Hurd. On other systems, we need to explicitly
dissociate ourselves from the controlling tty when we want to
open a frame on the same terminal. */
fd = emacs_open (name, O_RDWR | O_NOCTTY, 0);
-#endif /* O_IGNORE_CTTY */
tty->name = xstrdup (name);
terminal->name = xstrdup (name);
On Wed, 2011-01-26 at 11:10 +0100, Svante Signell wrote:
> On Tue, 2011-01-25 at 18:28 +0100, Samuel Thibault wrote:
> > Svante Signell, le Tue 25 Jan 2011 15:46:59 +0100, a écrit :
> > > (I assume I have to debug-compile emacs (and xserver, and glibc and
> > > Hurd)?)
> >
> > There are packages for these: libc0.3-dbg, hurd-dbg, libx11-6-dbg.
>
> Attached is the full backtrace from gdb with the debug versions of libc,
> libx11 and hurd installed. Thank you for your attention.
>
> Svante
>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]