bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: *Quail completions* buffer doesn't scroll


From: Kenichi Handa
Subject: Re: *Quail completions* buffer doesn't scroll
Date: Mon, 7 Jan 2002 11:39:38 +0900 (JST)

Richard Stallman <rms@gnu.org> writes:
[...]
>     Please describe exactly what actions triggered the bug
>     and the precise symptoms of the bug:

>     *Quail completions* buffer doesn't scroll

> That is very vague--what command did you type
> that should have made it scroll?  What did actually do?

Dan Jacobson <jidanni@deadspam.com> writes:
[...]
> Do emacs -q
> Hit C-\ v <yab> <tab> <tab>....

> Notice how the choices want to scroll but never get past the first
> page?

It worked in 20.7, but it doesn't in 21.1.  I found that the
following my change is the reason.

2000-08-30  Kenichi Handa  <handa@etl.go.jp>

        * international/quail.el (quail-start-translation): Bind locally
        last-command-event, last-command, and this-command.

Binding them locally itself was ok, but the place to bind
them was wrong.  The fix is:

(1) Bind them to nil in the first let of
    quail-start-translation.

(2) Change the code that is currently binding them to:
    (progn
      (setq ...)

Could someone please install a proper fix?  The same change
should be done for quail-start-conversion too.

Dan Jacobson <jidanni@deadspam.com> writes:
> By the way, why can't one type vs<tab> instead of v s y m b o l ?:

> Possible completion and corresponding translations are:
>  vsy: -
>    vsym: -
>      vsymb: -
>        vsymbo: -
>        vsymbol:(1/2) ...
>                (2/2) ...

I agree that we should implement such a feature.   I'll add
it in my todo list.

---
Ken'ichi HANDA
handa@etl.go.jp

PS.  By the way, it seems that I can come back to the work
of normal Emacs maintenance soon.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]