From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Selecting Date Causes Complete Lockup of Emacs Date: Sat, 11 Jan 2014 15:01:38 +0000 Message-ID: <52D15CD2.1020206@wilkesley.net> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W204M-0005HE-Gn for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 10:01:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W204F-00037P-7j for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 10:01:50 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:54387 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W204F-00037L-1M for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 10:01:43 -0500 Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id B90ED1E07EB for ; Sat, 11 Jan 2014 15:01:40 +0000 (UTC) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org +#begin_src :SETUP: #+DRAWERS: SETUP NOTES PROPERTIES #+TITLE: Log of Various Bike Rides in 2014. #+STARTUP: overview indent #+STARTUP: hidestars #+OPTIONS: H:3 num:2 tags:t toc:nil timestamps:t eX:t LaTeX:t #+TAGS: n_wales(n) lakes(l) scotland(s) peak_district(p) :END: * January. #+tblname: january |------+---------------+-------| | Date | Distance (km) | Notes | |------+---------------+-------| | | | | #+TBLFM: @>$2=vsum(@2..@-1) +#end_src Place the point in the Date column and type C-c !. Now select a date in the calendar. I chose a date in the past few days, but don't know if this is relevant. Emacs locks up completely, no back trace and the only way out is kill -9. GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.2) of 2013-08-06 on -mnt-storage-buildroots-staging-x86_64-eric This has been happening for a while, so over several git updates. However, I haven't been able to reproduce the sequence of events causing the lockup until just now. If anyone else can reproduce this I'll try and track down when it started happening. Otherwise I'll try bisecting my configuration. Ian.