Re: Finding the last foreground command in the current session

2015-05-22 Thread Stephane Chazelas
2015-02-05 13:18:43 +, Debarshi Ray: > Hey, > > I work on gnome-terminal. I am trying to add support for notifying the > user when a long-running command finishes in an inactive tab or > window. I am currently emitting a custom escape sequence [1] from > PROMPT_COMMAND, with the command parse

Re: [PATCH] Add EXECIGNORE

2015-05-22 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 5/21/15 2:22 PM, Eric Blake wrote: > ping - any feedback, positive or negative? I haven't looked at it yet, but the idea seems reasonable. It's the next thing to look at after the redisplay/MB_CUR_MAX/wcwidth investigation. Chet - -- ``The lyf

Re: Finding the last foreground command in the current session

2015-05-22 Thread Debarshi Ray
Hey, Any further comments / questions / progress regarding this? Can I help in some way? Thanks, Debarshi pgpeO2RToXVkn.pgp Description: PGP signature

Re: (read -r var) vs <(read -r var) behavior

2015-05-22 Thread Pierre Gaston
On Wed, May 20, 2015 at 4:12 AM, Chet Ramey wrote: > On 5/19/15 1:42 AM, Pierre Gaston wrote: > > > The question really is (I discussed this with him on IRC) why can you do: > > > > $ cat <(read var > blah > > blah > > > > but not: > > > > $ cat < <(read var > bash: read: read error: 0: Input/o