unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* M-x grep/compile clobbers other buffers
@ 2003-01-13 17:37 Dan Debertin
  2003-01-13 20:03 ` Kai Großjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Debertin @ 2003-01-13 17:37 UTC (permalink / raw)


Pressing RET or C-c C-c in a *grep* or *compile* window appears to
call find-file-other-window, which is fine, except it routinely
opens the file in other windows I'm using, like *shell*. Is there an
exclusion-list for this function that will cause it to skip buffers
with certain names?

Thanks,

Dan
--
/^Dan Debertin$/         
airboss@nodewarrior.org  | Did I sleep a little too late,
www.nodewarrior.org      | or am I awake?        --Byrne

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: M-x grep/compile clobbers other buffers
  2003-01-13 17:37 M-x grep/compile clobbers other buffers Dan Debertin
@ 2003-01-13 20:03 ` Kai Großjohann
  2003-01-13 20:28   ` Dan Debertin
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-01-13 20:03 UTC (permalink / raw)


Dan Debertin <airboss@nodewarrior.org> writes:

> Pressing RET or C-c C-c in a *grep* or *compile* window appears to
> call find-file-other-window, which is fine, except it routinely
> opens the file in other windows I'm using, like *shell*. Is there an
> exclusion-list for this function that will cause it to skip buffers
> with certain names?

You can dedicate a window to a buffer, M-x apropos RET dedicat RET.
It's not a command, I think, so you have to invoke some Lisp.

Does this help?
-- 
Ambibibentists unite!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: M-x grep/compile clobbers other buffers
  2003-01-13 20:03 ` Kai Großjohann
@ 2003-01-13 20:28   ` Dan Debertin
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Debertin @ 2003-01-13 20:28 UTC (permalink / raw)


kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:


> You can dedicate a window to a buffer, M-x apropos RET dedicat RET.
> It's not a command, I think, so you have to invoke some Lisp.
> 
> Does this help?

Yes, that's exactly what I was looking for. This appears to do what I
want --

(add-hook 'shell-mode-hook 
	  '((lambda ()
	      (set-window-dedicated-p (selected-window) t))))
        
Thanks; I knew there had to be something for that.

Dan
--
/^Dan Debertin$/         
airboss@nodewarrior.org  | Did I sleep a little too late,
www.nodewarrior.org      | or am I awake?        --Byrne

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-13 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-13 17:37 M-x grep/compile clobbers other buffers Dan Debertin
2003-01-13 20:03 ` Kai Großjohann
2003-01-13 20:28   ` Dan Debertin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).