* way to make a frame unsplitable
@ 2003-09-02 12:19 Klaus Berndl
2003-09-02 17:28 ` Kevin Rodgers
0 siblings, 1 reply; 4+ messages in thread
From: Klaus Berndl @ 2003-09-02 12:19 UTC (permalink / raw)
Is there a way to make a frame and its windows unsplitable for example by
display-buffer. XEmacs can do (set-frame-property 'unsplitable t)
Thanks a lot,
Klaus
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: way to make a frame unsplitable
2003-09-02 12:19 way to make a frame unsplitable Klaus Berndl
@ 2003-09-02 17:28 ` Kevin Rodgers
2003-09-03 6:18 ` Klaus Berndl
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2003-09-02 17:28 UTC (permalink / raw)
Klaus Berndl wrote:
> Is there a way to make a frame and its windows unsplitable for example by
> display-buffer. XEmacs can do (set-frame-property 'unsplitable t)
(set-window-dedicated-p (selected-window) t)
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: way to make a frame unsplitable
2003-09-02 17:28 ` Kevin Rodgers
@ 2003-09-03 6:18 ` Klaus Berndl
2003-09-03 17:39 ` Stefan Monnier
0 siblings, 1 reply; 4+ messages in thread
From: Klaus Berndl @ 2003-09-03 6:18 UTC (permalink / raw)
On Tue, 02 Sep 2003, Kevin Rodgers wrote:
> Klaus Berndl wrote:
>
> > Is there a way to make a frame and its windows unsplitable for example by
> > display-buffer. XEmacs can do (set-frame-property 'unsplitable t)
>
> (set-window-dedicated-p (selected-window) t)
Hmm, yes of course but then for example you can not switch buffers in this
window. Just preventing splitting was my wish....
But anyway, have already found a workaround for my special situation (setting
temporally `pop-up-windows' to nil)
Klaus
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: way to make a frame unsplitable
2003-09-03 6:18 ` Klaus Berndl
@ 2003-09-03 17:39 ` Stefan Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2003-09-03 17:39 UTC (permalink / raw)
Emacs frames also have a `unsplittable' property.
I think it's even discussed in the Elisp manual.
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-09-03 17:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-02 12:19 way to make a frame unsplitable Klaus Berndl
2003-09-02 17:28 ` Kevin Rodgers
2003-09-03 6:18 ` Klaus Berndl
2003-09-03 17:39 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.