Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6856227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:51:31+00:00 2026-05-27T01:51:31+00:00

When using a gui text editor (e.g. komodo edit ) as core editor for

  • 0

When using a gui text editor (e.g. komodo edit) as core editor for git (commit messages), that editor process must not be forked or else git will assume an empty commit message, because it “thinks” the editor would already be finished without returning a text to use as commit message. But I couldn’t find any command line option (under ubuntu) for komodo edit to not fork when launching and even no hint on the web so far.
For the editor gVim for example there is the command line option -f which causes that editor not to fork, so that the process will only return to git after the editor is closed again.

So here goes my question: Is there any (simple) possibility to use komodo edit in a non-forking way so it can be used as core editor for git commit messages?

Regards, Roman.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:51:32+00:00Added an answer on May 27, 2026 at 1:51 am

    The problem is, that git has no way of knowning when you finished editing the file.

    I would suggest writing a little wrapper script which can be as simple as this (not tested):

    #!/bin/bash
    THE_FILE=$1
    komodo-edit -f $THE_FILE
    echo "Press Enter when you have finished editing the file"
    read
    

    This should block the git commit process until you press enter. So you workflow would be:

    1. git commit invokes wrapper
    2. wrapper opens komodo
    3. you edit file in komodo and save it
    4. May decide to edit again, because you forgot something
    5. Tab back to git commit and press Enter
    6. git commit continues
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a text editor that searches within search results using regex?
I'm using git gui and I can't see my branch. I know I checked
Im making a portion of my app using the netbeans gui editor. Great so
I'm using PyWin32's win32process.CreateProcess to start up a GUI program that has functionality I
I am doing an assignment, which require to develop a simple text editor using
Using Stata my text editor is gVim . Using scripts from here and here
I want to make a small GUI using Tk in Perl that will have
I'm generating a MATLAB GUI using GUIDE, but I want to create fields when
I need to build my application GUI using HTML/CSS/JavaScript with a C++ backend all
I have an assignment to create a GUI using MATLAB GUIDE and am having

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.