emacs-devel
[Top][All Lists]
Advanced

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

EMACS_GET_TTY_PGRP vs. emacs_get_tty_pgrp


From: Ken Brown
Subject: EMACS_GET_TTY_PGRP vs. emacs_get_tty_pgrp
Date: Wed, 20 Oct 2010 10:22:13 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

The macro EMACS_GET_TTY_PGRP defined in src/systty.h uses either tcgetpgrp or TIOCGPGRP to get the PGID of a terminal's foreground process group. But src/process.c defines and uses its own emacs_get_tty_pgrp that only works on systems that have TIOCGPGRP. Is there a good reason for this? If not, I would like to try to prepare a patch to change process.c to use the macro instead. This would simplify the code and would also extend some of the functionality in process.c to systems that have tcgetpgrp but not TIOCGPGRP.

Ken



reply via email to

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