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

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

minibufferless frames


From: Robert Marshall
Subject: minibufferless frames
Date: Mon, 30 Oct 2000 11:43:09 +0000

I have emacs set up so that my *shell* buffer opens up in a separate
frame without a minbuffer - well it looks like a normal terminal
window...
However whenever I do a esc-p to use a previous command , a message:
History item: 1
appears in the parent's frame minibuffer. This is not so bad unless
the parent frame is iconized, in which case it is uniconized and it
usually is large enough so that I can no longer see the previous
command that I wanted to recall! I have then to click on the shell
frame border to get it to the front.

I've (just) got around it by the following advice
(defadvice comint-previous-input (after makemefront activate)
  (if rajm-shell-frame-id
      (raise-frame rajm-shell-frame-id)))
but shouldn't calling `message` only deiconise the frame and not force
it to the front? I don't have any problem with `error` making itself
visible but seeing the history item count isn't one of my great
priorities.

Robert

-- 
Robert Marshall





reply via email to

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