From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: segfault when org-ellipsis is empty Date: Mon, 26 Jun 2017 21:13:36 +0000 Message-ID: References: <6b6ee521-a482-0377-6f46-23c91365bee4@gMail.com> <87zicuv6xb.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11411c823e1df40552e36d53" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPbKQ-0004Zq-2W for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 17:13:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPbKP-0001pq-4m for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 17:13:50 -0400 Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:33495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPbKO-0001oy-Td for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 17:13:49 -0400 Received: by mail-lf0-x22d.google.com with SMTP id m77so7333440lfe.0 for ; Mon, 26 Jun 2017 14:13:48 -0700 (PDT) In-Reply-To: <87zicuv6xb.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Michael Ax --001a11411c823e1df40552e36d53 Content-Type: text/plain; charset="UTF-8" On Mon, Jun 26, 2017 at 4:19 PM Nicolas Goaziou wrote: > > Meanwhile, we could simply change :safe keyword from `org-ellipsis' to > > (lambda (v) (and (string-or-null-p v) (not (equal v "")))) > > > WDYT? > But that would still allow the user to use setq to set that variable. -- Kaushal Modi --001a11411c823e1df40552e36d53 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Jun 26= , 2017 at 4:19 PM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

Meanwhile, we could simply change :safe keyword from `org-ellipsis' to<= br>
=C2=A0 (lambda (v) (and (string-or-null-p v) (not (equal v ""))))=


WDYT?

But that would still allow the us= er to use setq to set that variable.
-- <= br>

Kaushal Mod= i

--001a11411c823e1df40552e36d53--