Bug#778648: devscripts: hitting ctrl-c while an editor is open should terminate bts, but instead it goes ahead

2015-02-17 Thread James McCoy
On Tue, Feb 17, 2015 at 04:29:29PM -0500, Daniel Kahn Gillmor wrote: it looks like if you send emacs a SIGINT, it will clean up nicely and terminate with a return code of 0. That seems like suboptimal behavior. Exiting due to a signal doesn't seem like a successful exit. It seems emacs isn't

Bug#778648: devscripts: hitting ctrl-c while an editor is open should terminate bts, but instead it goes ahead

2015-02-17 Thread Daniel Kahn Gillmor
Package: devscripts Version: 2.15.1 Severity: normal emacs is my default editor. it looks like if you send emacs a SIGINT, it will clean up nicely and terminate with a return code of 0. if i run a bts command that drops me into my editor in an X11 environment, emacs spawns as a separate window,