From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Krishnakant Newsgroups: gmane.emacs.help Subject: Re: M-x magit-status freezes emacs Date: Tue, 28 Feb 2017 10:54:20 +0530 Message-ID: References: <3dd49492-b6b7-bc50-9709-a3f76c5cba3e@openmailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1488259506 2415 195.159.176.226 (28 Feb 2017 05:25:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2017 05:25:06 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: John Mastro , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 28 06:25:01 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ciaHT-00089r-BQ for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Feb 2017 06:24:59 +0100 Original-Received: from localhost ([::1]:58684 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciaHW-0002nZ-6N for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Feb 2017 00:25:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciaH7-0002nU-6F for help-gnu-emacs@gnu.org; Tue, 28 Feb 2017 00:24:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciaH3-0003wN-WD for help-gnu-emacs@gnu.org; Tue, 28 Feb 2017 00:24:37 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:48131 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ciaH3-0003w0-Ni for help-gnu-emacs@gnu.org; Tue, 28 Feb 2017 00:24:33 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id DF5745157AA; Tue, 28 Feb 2017 06:24:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488259470; bh=+LZUweqj+ROsg6e11AGz5xOOyAwAAWucdPTr2COr9PI=; h=Subject:To:References:From:Date:In-Reply-To:From; b=OU1cQUmn2Iqw1BaRXqFvDnNWoOYP+zk34nbNCNmjcgUvOUZePnOgANkHBdXl/OH9L EeKjbKwLii6aic2cBtZvonKhLkUuwN9GtumyymYqvt8k+mkvbhXqAb6DnzUpr5Nh4V h8JJRuOaQvZdg/vX+v0EWuKXJa0cD9AuA7jq+BL0= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488259470; bh=+LZUweqj+ROsg6e11AGz5xOOyAwAAWucdPTr2COr9PI=; h=Subject:To:References:From:Date:In-Reply-To:From; b=OU1cQUmn2Iqw1BaRXqFvDnNWoOYP+zk34nbNCNmjcgUvOUZePnOgANkHBdXl/OH9L EeKjbKwLii6aic2cBtZvonKhLkUuwN9GtumyymYqvt8k+mkvbhXqAb6DnzUpr5Nh4V h8JJRuOaQvZdg/vX+v0EWuKXJa0cD9AuA7jq+BL0= In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.79.108.160 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112396 Archived-At: On Tuesday 28 February 2017 05:17 AM, John Mastro wrote: > Krishnakant wrote: >> I have barely started to program using emacs in Python and this major >> issue has come up. >> >> For now though, I use the shell and do all my git stuff. >> >> But when in a repository I type M-x magit-status the entire Emacs >> hangs. >> >> I can surely press C-g to get back on track but I am not able to use >> magit. >> >> I researched a bit and found that there is some issue with Emacs 24.5 >> with magit. >> >> But I am not getting any complete solution to fix this. >> >> Can any one help? > I don't think I ever ran into this, but Magit has an FAQ entry[1] that > points to a bug[2] that seems to say the issue is related to Tramp and > that you can work around it with this: > > (setq tramp-ssh-controlmaster-options "") > > [1]: https://magit.vc/manual/magit/Emacs-245-hangs-when-loading-Magit.html#Emacs-245-hangs-when-loading-Magit > [2]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20015 > > Hope that helps > That indeed helped it works fine now. Happy hacking. Krishnakant.