unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Fringe angle bitmap at at eob
@ 2005-10-27 15:09 Chong Yidong
  2005-10-28 16:17 ` Richard M. Stallman
  2005-11-01 20:00 ` Michael Mauger
  0 siblings, 2 replies; 12+ messages in thread
From: Chong Yidong @ 2005-10-27 15:09 UTC (permalink / raw)


I've installed a fix for the following issue in FOR-RELEASE:

  ** Rework how the fringe "angle" bitmap at at bottom of buffer is
  shown to include an indication of whether the last line has a NL or
  not.

This involved a one-line change, from

    if (MATRIX_ROW_END_CHARPOS (row) >= BUF_ZV (XBUFFER (w->buffer))

to

    if (row->ends_at_zv_p

in fringe.c:863.

This just displays the eob fringe angle bitmap one line further down
when the buffer ends in a final newline.  I've checked with KFS, and
he's OK with the change.  Pls test it out and see if there are any
problems.

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

end of thread, other threads:[~2005-11-03 21:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 15:09 Fringe angle bitmap at at eob Chong Yidong
2005-10-28 16:17 ` Richard M. Stallman
2005-11-01 20:00 ` Michael Mauger
2005-11-01 21:10   ` Robert J. Chassell
2005-11-01 22:35   ` Kim F. Storm
2005-11-02  4:22     ` Michael Mauger
2005-11-02 21:47     ` Richard M. Stallman
2005-11-03 21:40       ` Richard M. Stallman
2005-11-02 10:28   ` Richard M. Stallman
2005-11-02 14:45     ` Kim F. Storm
2005-11-03 13:50       ` Richard M. Stallman
2005-11-03 13:50       ` Richard M. Stallman

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