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

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

Re: not scrolling the choices of ESC TAB


From: Dan Jacobson
Subject: Re: not scrolling the choices of ESC TAB
Date: 12 Jan 2002 13:16:36 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

>>>>> "Kevin" == Kevin Rodgers <kevinr@ihs.com> writes:

Kevin> Dan Jacobson wrote:
>> 
>> $ emacs -q
>> <escape> : s e t <escape> <tab> <escape> <tab>
>> 
>> notice it isn't scrolling the choices.
>> 
>> > use M-C-v, or are you just lonely and haven't posted anything today?
>> 
>> No, I just remember the joy of the usual TAB TAB TAB choice scrolling
>> situation.

Kevin> Emacs is the extensible, customizable, self-documenting real-time display
Kevin> editor:

Kevin> (defadvice lisp-complete-symbol (around scroll-other-window activate)
Kevin>   "When invoked immediately again, scroll the *Completions* window."
Kevin>   (if (and (eq last-command this-command)
Kevin>     (get-buffer-window "*Completions*"))
Kevin>       (scroll-other-window)
Kevin>     ad-do-it))

Mmmm, but don't you think this the wrong way to fix the problem,
asking the already befuddled user [me] to add more special stuff to
his .emacs when it should be really fixed at emacs central, if indeed
they see it as a bug.   Indeed thank you for working out a solution
but as you have just made a function advice solution, it doesn't seem
it would be as useful if the emacs designers were going to fix the
root of the problem, then it would if you used the same energy to make
a patch to the .el file as a permanent fix...

Anyway, I just reported something funny I saw, not that it bugs me
daily.

By the way, i can't respond by e-mail because many of you have
hinet.net in your spam blacklist.
-- 
http://www.geocities.com/jidanni/ Tel+886-4-25854780



reply via email to

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