emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: process-connection-type nil & gdb


From: Steven Tamm
Subject: Re: process-connection-type nil & gdb
Date: Tue, 25 Nov 2003 19:24:11 -0800

It is fixed in Panther and it probably makes sense to remove the (setq) from mac-win.el. However, I'm still using Jaguar, and I still want the default to be nil so that my diffs don't get truncated.

I think a "better solution" would be to modify process.c to make the default for process_connection_type to be Qnil on darwin < 7.0. It probably makes sense to add this in configure.in, but I'm not sure what is the most kosher way to do this. Should it look at the canonical machine name and then for darwin<7 it will be set to Qnil and darwin>7 to Qt? Any comments would be appreciated.

Regardless, I think the problem with signaling across a pipe killing gdb is still a valid one. If it is an inherent problem, that's fine with me, but it would be good to know why and put it in etc/PROBLEMS (unless .

-Steven

On Tuesday, November 25, 2003, at 12:05  PM, Benjamin Riefenstahl wrote:

Hi Steven,


Steven Tamm <address@hidden> writes:
I noticed this bug a while ago in the carbon port, and it works
correctly with both X11 and the terminal emacs.  It has to do with
the (setq process-connection-type nil) problem.

AFAIR, that was the work-around.  The problem was that ptys Mac OS X
didn't work right.  Andrew Choi said that this was probably fixed in
10.3 so that the work-around wasn't necessary any more.  See

  http://mail.gnu.org/archive/html/emacs-devel/2003-01/msg00756.html
  http://mail.gnu.org/archive/html/emacs-devel/2003-10/msg00818.html


benny



_______________________________________________
Emacs-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/emacs-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]