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

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

Shell , *Completions*  ,  frames.


From: A Soare
Subject: Shell , *Completions*  ,  frames.
Date: Wed, 6 Dec 2006 13:14:11 +0100 (CET)

Hello.

I have just solved the bug I reported on 4th, by selecting *Completions* frame 
after I press TAB.

But I see that M. Nick Roberts has already solved something identical, but he 
says nothing of frames.

Shell I still send the patch to EMACS-DEVEL?

2006-03-27  Nick Roberts  <nickrob@snap.net.nz>

        * comint.el (comint-dynamic-list-completions): Allow user to
        select *Completions* buffer.

Alin Soare.



Bonjour.

1. enable in your .emacs frames for special buffers, or evaluate the expression 
ci-dessous using M-:

;; open some buffers in frames, not in windows
(defconst special-display-regexps '("[ ]?[*][^*]+[*]"))

2. M-x shell
3. wish to run for example splint. Write: spl <TAB>. The *Completions* frame 
opens.

BUG: Cursor moved to *Completions* window, *Completions* is now active, but the 
keyboard is active on the old frame, with the shell window, now in 
*Completions*.

In fact, the problem is that TAB or another key does not scroll in 
*Completions*.

version: GNU Emacs 22.0.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) 
of 2006-11-24 on alin.ro
system: FC6: Linux alin.ro 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 
2006 i686 athlon i386 GNU/Linux

Regards.







reply via email to

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