unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: [Annoyance] resizing of echo area is too eager
Date: Thu, 8 May 2003 13:09:01 +0900 (JST)	[thread overview]
Message-ID: <200305080409.NAA24360@etlken.m17n.org> (raw)
In-Reply-To: <67B8CED503F3D511BB9F0008C75DAD66054855E1@dewdfx17> (christoph.wedler@sap.com)

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

In article <67B8CED503F3D511BB9F0008C75DAD66054855E1@dewdfx17>, "Wedler, Christoph" <christoph.wedler@sap.com> writes:
> You're right, the ascent is one point higher.  I see, Emacs then wants
> to increase the height of the echo area, but its height must always be a
> multiple of the height of the default font.

Yes.

> Hm.  Unfortunately, Stefans idea didn't work: the echo area would be
> resized after the `sit-for' period.

I think it's not resized after the `sit-for', but the echo
area is redisplayed after the execution of the whole code.
Try this:

(let ((resize-mini-windows nil)) 
  (message "_TALL_MESSAGE_")
  (sit-for 0)
  (while t))

>>  By they way, even with the default value of resize-mini-windows
>>  (grow-only), the behaviour of quail input method should be improved.
>>  Previously, it resizes the echo area so frequently, but now it makes
>>  the area taller just once, and keep that hight until you turns the
>>  input method off.  Could you verify it?

> Well, I use Emacs-21.3...  I could try the development version if...

When you evalute the following two lines:

(defun define-button-type (&rest args))
(provide 'help-mode)

quail.el of the HEAD branch (attached) can be used.

---
Ken'ichi HANDA
handa@m17n.org


[-- Attachment #2: quail.el.gz --]
[-- Type: application/octet-stream, Size: 27464 bytes --]

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

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

  parent reply	other threads:[~2003-05-08  4:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-07 19:32 [Annoyance] resizing of echo area is too eager Wedler, Christoph
2003-05-07 20:01 ` Luc Teirlinck
2003-05-08  4:09 ` Kenichi Handa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-14 18:11 Wedler, Christoph
2003-05-08 17:33 Wedler, Christoph
2003-05-12 11:37 ` Kenichi Handa
2003-05-02 12:36 Wedler, Christoph
2003-05-07 13:13 ` Kenichi Handa
2003-05-07 14:48   ` Stefan Monnier
2003-04-07 17:31 Wedler, Christoph
2003-04-11  4:43 ` 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=200305080409.NAA24360@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /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).