From: Eli Zaretskii <eliz@gnu.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: deng@randomsample.de, 13723@debbugs.gnu.org
Subject: bug#13723: 24.2.93; Fringe icons corrupt buffer separator line
Date: Sat, 16 Feb 2013 21:14:04 +0200 [thread overview]
Message-ID: <83r4kgqdfn.fsf@gnu.org> (raw)
In-Reply-To: <7282832C-8715-462B-936C-C948D5B6A916@swipnet.se>
> From: Jan Djärv <jan.h.d@swipnet.se>
> Date: Sat, 16 Feb 2013 18:15:36 +0100
> Cc: Eli Zaretskii <eliz@gnu.org>,
> 13723@debbugs.gnu.org,
> David Engster <deng@randomsample.de>
>
> 15 feb 2013 kl. 20:30 skrev Glenn Morris <rgm@gnu.org>:
>
> > Eli Zaretskii wrote:
> >
> >> Unfortunately, I cannot reproduce this here, neither with stock Emacs
> >> 24.2 nor with the current trunk. I get a perfectly drawn border.
> >
> > I see the issue in emacs-24 and trunk. x86_64 GNU/Linux, Lucid toolkit.
> >
>
> I see the issue on trunk, built for NS.
Does the change below solve the problem on GNU/Linux and NS?
=== modified file 'src/xdisp.c'
--- src/xdisp.c 2013-02-15 12:26:42 +0000
+++ src/xdisp.c 2013-02-16 19:11:29 +0000
@@ -28257,8 +28257,8 @@ x_draw_vertical_border (struct window *w
FRAME_RIF (f)->draw_vertical_window_border (w, x1, y0, y1);
}
- else if (!WINDOW_LEFTMOST_P (w)
- && !WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w))
+ if (!WINDOW_LEFTMOST_P (w)
+ && !WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w))
{
int x0, x1, y0, y1;
next prev parent reply other threads:[~2013-02-16 19:14 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-15 17:45 bug#13723: 24.2.93; Fringe icons corrupt buffer separator line David Engster
2013-02-15 19:23 ` Eli Zaretskii
2013-02-15 19:30 ` Glenn Morris
2013-02-15 19:39 ` David Engster
2013-02-15 19:57 ` Eli Zaretskii
2013-02-15 19:56 ` Eli Zaretskii
2013-02-15 20:12 ` Glenn Morris
2013-02-15 20:20 ` David Engster
2013-02-15 20:21 ` Glenn Morris
2013-02-15 20:38 ` Glenn Morris
2013-02-16 17:15 ` Jan Djärv
2013-02-16 19:14 ` Eli Zaretskii [this message]
2013-02-16 20:47 ` David Engster
2013-02-16 20:51 ` Eli Zaretskii
2013-02-17 0:34 ` Glenn Morris
2013-02-17 16:23 ` Eli Zaretskii
2013-02-17 9:59 ` Jan Djärv
2013-02-17 16:24 ` 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=83r4kgqdfn.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=13723@debbugs.gnu.org \
--cc=deng@randomsample.de \
--cc=jan.h.d@swipnet.se \
/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.