all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Morgan <tlm@pocketmail.com>
Subject: Mixed-height lines & partially displayed cursor
Date: 09 Sep 2002 01:47:28 -0400	[thread overview]
Message-ID: <87u1kzaf4f.fsf@cricket.magic.csuhayward.edu> (raw)

Execute `xrdb -remove', then run GNU Emacs 21.3.50.5
(i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-09-09
with the options -q --no-site-file --geometry=80x12.

The geometry must be 80x12 for this test case.  (That is the correct
value when it is specified on the command line.  However, I am using
the Sawfish window manager, and if I start to resize the frame,
a box appears which indicates that the current size is 84x14.)

Type this sexp in *scratch*.

  (let ((line "lose\n"))
    (erase-buffer)
    (insert line)
    (set-text-properties 0 (length line) '(face (:height 1.2)) line)
    (insert line))

Evaluate it with C-x C-e.  Now the window looks like this:

   lose
   *lose*
   -!-

(I use *stars* to show a larger face, and -!- to represent the cursor.)

Type C-x 2.  The window splits into two, and the cursor is partially
visible on the third line of the top window.  It is invisible in the
bottom window.

In a moment, the two loses become three, like this:

   lose *lose*
   *lose*-!-
   --:**  *scratch*    Bot L3
   lose *lose*
   *lose*
   -!-
   --:**  *scratch*    All L3

Is this the right mailing list for bug reports about the development
version of Emacs?  Or is it better not to report bugs in that version?

                 reply	other threads:[~2002-09-09  5:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87u1kzaf4f.fsf@cricket.magic.csuhayward.edu \
    --to=tlm@pocketmail.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.