unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* display issues / line wrapping
@ 2002-07-31  3:24 Karl Eichwalder
  2002-07-31  4:30 ` Karl Eichwalder
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Eichwalder @ 2002-07-31  3:24 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

Current trunk has issues to do proper line arrangements immediately; I
noticed the problem viewing Info pages and during query-replace.  Here
is the query-replace example:


[-- Attachment #2: query-replace display bug --]
[-- Type: image/png, Size: 22750 bytes --]

[-- Attachment #3: Type: text/plain, Size: 1148 bytes --]


After half a second Emacs corrects the display on it's own and the
buffer looked as follows (sometimes the weird display stays until the
next C-l or editing happens); here is the correct display:

-=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=-
-=3D-GNfH5cIvZOaTx6lo05Wq
Content-Type: application/x-po
Content-Disposition: attachment; filename=3Dhello-2.0.60.pl.po
Content-Transfer-Encoding: base64

IyBQb2xpc2ggdHJnNsYXRpb25zIGZvciB0aGUgR05VIGhlbGxvIG1lc3NhZ2VzCiMgQ29weXJp
Z2h0IChDKSAxOTkCAxOTk3LCAxOTk5LCAyMDAwLCAyMDAxIEZyZWUgU29mdHdhcmUgRm91bmRh
dGlvbiwgSW5jLgoFJhZmGzIE1hc3prb3dza2kgPHJ6bUBpY20uZWR1LnBsPiwgMTk5Ni0xOTk3
LCAxOTk5LTIwMDEiMgY29ycmVjdGlvbnM6IFBhd2WzIEtyYXdjenlrIDxrcmF2aWV0ekBwaXBl
dGEuY2hlbWlhLnBmVkdS5wbD4sIDE5OTYKIwptc2dpZCAiIgptc2dzdHIgIiIKIlByb2plY3Qt
SWQtVmVyc2lvbjo=
-=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=-


-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display issues / line wrapping
  2002-07-31  3:24 display issues / line wrapping Karl Eichwalder
@ 2002-07-31  4:30 ` Karl Eichwalder
  2002-07-31  6:50   ` Juanma Barranquero
  2002-08-09  7:15   ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Karl Eichwalder @ 2002-07-31  4:30 UTC (permalink / raw)


Karl Eichwalder <keichwa@gmx.net> writes:

> Current trunk has issues to do proper line arrangements immediately;

I forgot to mention that I'm using

    (setq scroll-conservatively 1)

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display issues / line wrapping
  2002-07-31  4:30 ` Karl Eichwalder
@ 2002-07-31  6:50   ` Juanma Barranquero
  2002-07-31 16:33     ` Karl Eichwalder
  2002-08-09  7:15   ` Stefan Monnier
  1 sibling, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2002-07-31  6:50 UTC (permalink / raw)
  Cc: emacs-devel

On Wed, 31 Jul 2002 06:30:29 +0200, Karl Eichwalder <keichwa@gmx.net> wrote:

> I forgot to mention that I'm using
> 
>     (setq scroll-conservatively 1)

This is a bug already reported several times and apparently related to
partially visible lines and a non-zero `scroll-conservatively'. It seems
to be caused by a change to xdisp.c by Richard on 2002-07-07. I've seen
it happen in W95, W2K and RedHat GNU/Linux 7.2, but I suppose it happens
in all platforms.

See threads:

http://mail.gnu.org/pipermail/emacs-devel/2002-July/010512.html
http://mail.gnu.org/pipermail/emacs-devel/2002-July/010588.html
http://mail.gnu.org/pipermail/emacs-devel/2002-July/010709.html
http://mail.gnu.org/pipermail/emacs-devel/2002-July/010776.html


                                                           /L/e/k/t/u

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display issues / line wrapping
  2002-07-31  6:50   ` Juanma Barranquero
@ 2002-07-31 16:33     ` Karl Eichwalder
  0 siblings, 0 replies; 5+ messages in thread
From: Karl Eichwalder @ 2002-07-31 16:33 UTC (permalink / raw)
  Cc: emacs-devel

Juanma Barranquero <lektu@terra.es> writes:

Thanks for the pointers, the first thread comes nearest:

> http://mail.gnu.org/pipermail/emacs-devel/2002-July/010512.html

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: display issues / line wrapping
  2002-07-31  4:30 ` Karl Eichwalder
  2002-07-31  6:50   ` Juanma Barranquero
@ 2002-08-09  7:15   ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2002-08-09  7:15 UTC (permalink / raw)
  Cc: emacs-devel

> I forgot to mention that I'm using
> 
>     (setq scroll-conservatively 1)

There's indeed a bug, but I believe it only occurs if you set
scroll-conservatively to something larger than 1 (which you would
have done if you had read the docstring carefully.  I agree that it's
not necessarily obvious, tho).


	Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-08-09  7:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-31  3:24 display issues / line wrapping Karl Eichwalder
2002-07-31  4:30 ` Karl Eichwalder
2002-07-31  6:50   ` Juanma Barranquero
2002-07-31 16:33     ` Karl Eichwalder
2002-08-09  7:15   ` Stefan Monnier

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).