emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] segfault when org-ellipsis is empty


From: Nicolas Goaziou
Subject: Re: [O] segfault when org-ellipsis is empty
Date: Mon, 26 Jun 2017 22:18:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Kaushal Modi <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]