From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: segfault when org-ellipsis is empty Date: Mon, 26 Jun 2017 22:18:56 +0200 Message-ID: <87zicuv6xb.fsf@nicolasgoaziou.fr> References: <6b6ee521-a482-0377-6f46-23c91365bee4@gMail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPaTL-000576-L2 for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 16:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPaTK-0007Mv-QO for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 16:18:59 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:53591) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dPaTK-0007M3-Jm for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 16:18:58 -0400 In-Reply-To: (Kaushal Modi's message of "Mon, 26 Jun 2017 18:20:42 +0000") 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" To: Kaushal Modi Cc: emacs-orgmode@gnu.org, Michael Ax Hello, Kaushal Modi writes: > The right place to report emacs segfault (whether caused by another package > or not) would be by M-x report-emacs-bug from within emacs. If you haven't > set up to send emails from within emacs (I haven't), then copy the To email > address, email subject and the generated email body and email it it using > your default email client. > [...] > Once you send that bug report, you will get a debbugs number. Please post > that number in this thread (for people curious about this bug like > me). Meanwhile, we could simply change :safe keyword from `org-ellipsis' to (lambda (v) (and (string-or-null-p v) (not (equal v "")))) WDYT? Regards, -- Nicolas Goaziou