all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Fabrice Niessen <fni@missioncriticalit.com>
Cc: control@debbugs.gnu.org, 15099@debbugs.gnu.org
Subject: bug#15099: 24.3.50; Box has no right border
Date: Thu, 15 Aug 2013 18:35:16 +0300	[thread overview]
Message-ID: <83siybnf0r.fsf@gnu.org> (raw)
In-Reply-To: <86k3jn9w19.fsf@somewhere.org>

merge 13134 15099
thanks

> From: "Fabrice Niessen" <fni@missioncriticalit.com>
> Date: Thu, 15 Aug 2013 10:51:30 +0200
> 
> Here is a follow-up to bug #13134 (to which I can't reply anymore -- please
> merge them)

Why can't you reply to that bug?  What happens if you try?

> with a minimal Emacs configuration file:
> 
> --8<---------------cut here---------------start------------->8---
> (require 'org)
> 
> (setq org-ellipsis 'org-ellipsis) ;; face
> 
> (set-face-attribute 'org-ellipsis nil
>                     :box '(:line-width 1 :color "#999999")
>                     :foreground "#999999" :background "#FFF8C0")
> --8<---------------cut here---------------end--------------->8---
> 
> Eval the above, and load any Org file. You'll get the following view:
> 
>     http://screencast.com/t/AqizjMBtDIoR

Thanks for the test case.

org-ellipsis works by setting up a display table with the ellipsis,
and setting the 'box' attribute of the face it gives to each character
of the ellipsis.  But Emacs did not until now support that attribute
on anything but buffer text and display strings, nothing else was ever
coded.  That is why you got partially drawn boxes.

I fixed this for display tables in trunk revision 113890.

As for the other problems you reported in bug #13134, I don't know if
the fix I committed fixes them as well, as I don't have a clear idea
where was the face with the box attribute set in those cases.  Please
try, and if those problems still persist, please give similarly simple
recipes to reproduce them.

Thanks.





  reply	other threads:[~2013-08-15 15:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15  8:51 bug#15099: 24.3.50; Box has no right border Fabrice Niessen
2013-08-15 15:35 ` Eli Zaretskii [this message]
     [not found]   ` <83siybnf0r.fsf-mXXj517/zsQ@public.gmane.org>
2013-08-18  8:30     ` Fabrice Niessen
2013-08-18 10:22       ` Andreas Schwab
2013-08-18 15:50       ` Eli Zaretskii
2013-08-18 18:26         ` Glenn Morris
     [not found]           ` <tgd2pa6ek6.fsf-iW7gFb+/I3LZHJUXO5efmti2O/JbrIOy@public.gmane.org>
2013-08-19 11:58             ` Fabrice Niessen
     [not found] ` <mailman.73.1376580915.10748.bug-gnu-emacs@gnu.org>
     [not found]   ` <mailman.73.1376580915.10748.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2013-08-22 20:51     ` Fabrice Niessen
2013-08-23  6:54       ` Eli Zaretskii
     [not found]         ` <83siy0j3si.fsf-mXXj517/zsQ@public.gmane.org>
2013-08-23 21:59           ` Sebastien Vauban
2013-08-24  6:35             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83siybnf0r.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=15099@debbugs.gnu.org \
    --cc=control@debbugs.gnu.org \
    --cc=fni@missioncriticalit.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.