unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: TAB scrolls _not_ the quail choices if used in the minibuffer
Date: Tue, 24 Sep 2002 13:15:12 +0900 (JST)	[thread overview]
Message-ID: <200209240415.NAA09258@etlken.m17n.org> (raw)
In-Reply-To: <87n0qd7c62.fsf@jidanni.org> (message from Dan Jacobson on 20 Sep 2002 08:11:17 +0800)

In article <87n0qd7c62.fsf@jidanni.org>, Dan Jacobson <jidanni@dman.ddts.net> writes:
> $ emacs [using http://jidanni.org/comp/emacs.txt as .emacs]
> C-x C-f C-\ b <tab> <tab> #works nicely
> C-x 2 C-x C-f C-\ b <tab> <tab> <tab> <tab> <tab> #does not scroll
> quail choices properly...  do also test with a buffer longer than *scratch*.

Thank you for the report.  I've just installed the
attached fix.

---
handa@m17n.org

2002-09-23  Kenichi Handa  <handa@etl.go.jp>

	* international/quail.el (quail-completion): Be sure to scroll
	quail-completion-buf.

*** quail.el.~1.120.~	Thu Jun 27 22:22:01 2002
--- quail.el	Mon Sep 23 11:35:29 2002
***************
*** 2124,2130 ****
  	  ;; shown.  We just scroll it appropriately.
  	  (if (pos-visible-in-window-p (point-max) win)
  	      (set-window-start win (point-min))
! 	    (let ((other-window-scroll-buffer quail-completion-buf))
  	      (scroll-other-window)))
  	(setq quail-current-key key)
  	(erase-buffer)
--- 2124,2133 ----
  	  ;; shown.  We just scroll it appropriately.
  	  (if (pos-visible-in-window-p (point-max) win)
  	      (set-window-start win (point-min))
! 	    (let ((other-window-scroll-buffer quail-completion-buf)
! 		  ;; This nil binding is necessary to surely scroll
! 		  ;; quail-completion-buf.
! 		  (minibuffer-scroll-window nil))
  	      (scroll-other-window)))
  	(setq quail-current-key key)
  	(erase-buffer)

      reply	other threads:[~2002-09-24  4:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-18  5:35 TAB scrolls _not_ the quail choices if used in the minibuffer Dan Jacobson
     [not found] ` <E17s33K-0006gi-00@fencepost.gnu.org>
2002-09-20  0:11   ` Dan Jacobson
2002-09-24  4:15     ` Kenichi Handa [this message]

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=200209240415.NAA09258@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=bug-gnu-emacs@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).