git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [RFC] Indicate that Git waits for user input via editor
@ 2017-11-15 15:08 Lars Schneider
  2017-11-15 17:51 ` Stefan Beller
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Lars Schneider @ 2017-11-15 15:08 UTC (permalink / raw)
  To: git

Hi,

Git gathers user input via text editor in certain commands (e.g. "git commit").
If you configure a text based editor, such as vi, then this works great as the 
editor is opened in your terminal window in the foreground and in focus.

However, if you configure an editor that runs outside your terminal window then
you might run into the following problem: 
Git opens the editor but the editor is the background or on another screen and 
consequently you don't see the editor. You only see the Git command line 
interface which appears to hang.

I wonder if would make sense to print "Opening editor for user input..." or
something to the screen to make the user aware of the action. Does this sound
sensible to you? Am I missing an existing solution to this problem?

Thanks,
Lars

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-11-19  1:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 15:08 [RFC] Indicate that Git waits for user input via editor Lars Schneider
2017-11-15 17:51 ` Stefan Beller
2017-11-15 18:07   ` Lars Schneider
2017-11-15 18:37     ` Stefan Beller
2017-11-15 22:32 ` Junio C Hamano
2017-11-16  0:06   ` Stefan Beller
2017-11-16  0:33     ` Junio C Hamano
2017-11-16  0:37       ` Stefan Beller
2017-11-16  5:37   ` Junio C Hamano
2017-11-16  6:04 ` [PATCH] launch_editor(): indicate that Git waits for user input Junio C Hamano
2017-11-16 10:25   ` Lars Schneider
2017-11-16 14:58     ` Junio C Hamano
2017-11-16 15:24       ` Lars Schneider
2017-11-17  1:09         ` Junio C Hamano
2017-11-18 17:47   ` Kaartic Sivaraam
2017-11-19  1:07     ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).