unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@etl.go.jp>
Cc: emacs-devel@gnu.org, emacs-pretest-bug@gnu.org,
	gerd.moellmann@t-online.de
Subject: Re: current CVS redisplay is fucked
Date: Wed, 28 Aug 2002 11:20:30 +0900 (JST)	[thread overview]
Message-ID: <200208280220.LAA00525@etlken.m17n.org> (raw)
In-Reply-To: <buobs7n6a85.fsf@mcspd15.ucom.lsi.nec.co.jp> (message from Miles Bader on 28 Aug 2002 10:30:34 +0900)

In article <buobs7n6a85.fsf@mcspd15.ucom.lsi.nec.co.jp>, Miles Bader <miles@lsi.nec.co.jp> writes:

> There's an approx 2cm blank gap between the right fringe and the actual
> edge of the frame.  It's reaaaal ugly...

> [If you do C-x 3 to split the window vertically, it gets even wierder --
> some windows have the huge blank gaps, some don't, some have them on
> both sides.]

Ummm, I can't reproduce this bug.   Do you customize
something related to fringe?

> The problem seems to be this change from yesterday:

>    2002-08-27  Kenichi Handa  <handa@etl.go.jp>

>            * xdisp.c (get_next_display_element): In unibyte case, don't use
>            octal form for such eight-bit characters that can be converted to
>            multibyte char.

> I reverted the attached patch in my local tree, and the problem is gone.

I still can't find what's wrong with my patch.  Could you
please try this additional patch instead of reverting the
previous patch?

*** xdisp.c.~1.778.~	Tue Aug 27 09:57:55 2002
--- xdisp.c	Wed Aug 28 11:12:37 2002
***************
*** 4265,4278 ****
  	     If it->multibyte_p is zero, eight-bit characters that
  	     don't have corresponding multibyte char code are also
  	     translated to octal form.  */
! 	  else if (((it->c < ' ' || it->c == 127)
  		    && (it->area != TEXT_AREA
  			|| (it->c != '\n' && it->c != '\t')))
  		   || (it->multibyte_p
  		       ? ((it->c >= 127
  			   && it->len == 1)
  			  || !CHAR_PRINTABLE_P (it->c))
! 		       : (it->c >= 128
  			  && it->c == unibyte_char_to_multibyte (it->c))))
  	    {
  	      /* IT->c is a control character which must be displayed
--- 4265,4278 ----
  	     If it->multibyte_p is zero, eight-bit characters that
  	     don't have corresponding multibyte char code are also
  	     translated to octal form.  */
! 	  else if ((it->c < ' '
  		    && (it->area != TEXT_AREA
  			|| (it->c != '\n' && it->c != '\t')))
  		   || (it->multibyte_p
  		       ? ((it->c >= 127
  			   && it->len == 1)
  			  || !CHAR_PRINTABLE_P (it->c))
! 		       : (it->c >= 127
  			  && it->c == unibyte_char_to_multibyte (it->c))))
  	    {
  	      /* IT->c is a control character which must be displayed

---
Ken'ichi HANDA
handa@etl.go.jp

  reply	other threads:[~2002-08-28  2:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28  1:05 current CVS redisplay is fucked Miles Bader
2002-08-28  1:30 ` Miles Bader
2002-08-28  2:20   ` Kenichi Handa [this message]
2002-08-28  2:35     ` Miles Bader
2002-08-28  9:38       ` Kim F. Storm
2002-08-28 11:34     ` Bill White
2002-08-28 23:32     ` Richard Stallman
2002-08-29  1:09       ` Kenichi Handa
2002-08-30 13:46         ` Kenichi Handa

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200208280220.LAA00525@etlken.m17n.org \
    --to=handa@etl.go.jp \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=gerd.moellmann@t-online.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).