[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Shell , *Completions* , frames.
From: |
A Soare |
Subject: |
Shell , *Completions* , frames. |
Date: |
Mon, 4 Dec 2006 16:47:09 +0100 (CET) |
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.
- Shell , *Completions* , frames.,
A Soare <=