emacs-devel
[Top][All Lists]
Advanced

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

Re: Use of dedicated windows in gdb-mi.el


From: Eli Zaretskii
Subject: Re: Use of dedicated windows in gdb-mi.el
Date: Tue, 10 Feb 2015 17:42:54 +0200

> From: Oleh Krehel <address@hidden>
> Cc: address@hidden,  address@hidden,  address@hidden
> Date: Mon, 09 Feb 2015 21:46:33 +0100
> 
> Eli Zaretskii <address@hidden> writes:
> 
> >> From: Oleh Krehel <address@hidden>
> >> Date: Mon, 09 Feb 2015 21:33:36 +0100
> >> Cc: address@hidden, address@hidden, address@hidden
> >> 
> >> > AFAICS, it's a simple matter of adding a defcustom to be tested in
> >> > gdb-display-io-buffer, causing the latter do nothing if the user says
> >> > so.
> >> 
> >> Just instrumented `gdb-display-io-buffer', it's not the function that
> >> makes the *output* buffer pop up when there's new output.
> >
> > Perhaps gdb-inferior-filter, then?
> 
> That's it. Here's the patch.

Thanks, this looks good to me.  I suggest to wait for a couple of
days, to give others time to comment, and if there are no objectsions,
please push it then.

> +(defcustom gdb-display-io-nopopup nil
> +  "When t, and the `gdb-inferior-io' buffer is buried, don't pop it up."

"When non-nil, and ..." is more accurate, since the code doesn't
really require t.



reply via email to

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