From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasilij Schneidermann Subject: Bug: org-ellipsis face not applied correctly [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)] Date: Tue, 4 Oct 2016 07:10:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brHzp-0005kt-NR for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 01:10:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brHzo-0000ah-EL for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 01:10:29 -0400 Received: from mail-ua0-x235.google.com ([2607:f8b0:400c:c08::235]:35007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brHzo-0000Zn-7m for emacs-orgmode@gnu.org; Tue, 04 Oct 2016 01:10:28 -0400 Received: by mail-ua0-x235.google.com with SMTP id u68so27938202uau.2 for ; Mon, 03 Oct 2016 22:10:27 -0700 (PDT) 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: emacs-orgmode@gnu.org Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ In Emacs 24.5, folded content was displayed with a distinctly colored ellipsis. I was somewhat bothered why its appearance could not be styled by customizing the org-ellipsis face, but did not bother figuring out at that time. In Emacs 25.1 however, the ellipsis has the same face as the preceding element, be it a headline or a cookie. Judging from the code, the org-ellipsis face has never been used, rather the old behavior happened to be dependent on how Emacs decides to handle buffer display table slots without any specified face. That being said, would it make sense to default to the default or org-ellipsis face if none is specified? Or alternatively, to drop the face argument and always use the org-ellipsis face, then let the user customize it? Emacs : GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9) of 2016-09-18 Package: Org-mode version 8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1/lisp/org/)