From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: Python stack with vc and hg on 26.1 (was [ANNOUNCE] Emacs 26.1 released) Date: Thu, 31 May 2018 19:58:13 -0700 Message-ID: <26280.1527821893@alto> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1527821790 16122 195.159.176.226 (1 Jun 2018 02:56:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2018 02:56:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bob Friesenhahn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 01 04:56:26 2018 Return-path: Envelope-to: ged-emacs-devel@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 1fOaEq-000438-O5 for ged-emacs-devel@m.gmane.org; Fri, 01 Jun 2018 04:56:24 +0200 Original-Received: from localhost ([::1]:47183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOaGw-0002Sx-7R for ged-emacs-devel@m.gmane.org; Thu, 31 May 2018 22:58:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOaGn-0002Qv-Ao for emacs-devel@gnu.org; Thu, 31 May 2018 22:58:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOaGj-0007NI-EE for emacs-devel@gnu.org; Thu, 31 May 2018 22:58:25 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:53224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOaGj-0007Mg-68 for emacs-devel@gnu.org; Thu, 31 May 2018 22:58:21 -0400 Original-Received: from alto (96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w512wD8Z079692 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 May 2018 19:58:19 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133] claimed to be alto In-Reply-To: Your message of "Thu, 31 May 2018 10:34:39 -0500." X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 27.0.50 Content-ID: <26279.1527821893.1@alto> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 198.144.192.42 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:225878 Archived-At: Bob Friesenhahn wrote: > Something else I notice is that when I open a file which is in a > Mercurial repository, the /usr/bin/hg program crashes and I get an > Ubuntu crash report. The Ubuntu crash report screen does not allow me > to copy text from it, but the command executed which crashed starts > with '/usr/bin/python /usr/bin/hg log -r . -l1 -template ...'. This > does not happen with emacs-25.3. The crash is due to use of a None > value. The version of Mercurial provided by this Ubuntu release is > 2.8.2. I hit something like that on Oracle Linux 7. Here's my workaround: (setq vc-hg-symbolic-revision-styles nil) mike