GNU bug report logs -
#6280
24.0.50; (elisp) Dedicated Windows
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Thu, 27 May 2010 15:53:02 UTC
Severity: minor
Found in version 24.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> My value of `special-display-regexps' is ("[ ]?[*][^*]+[*]"), so buffers named
> `*...*' are special.
In your original report you asked for
> * a simple recipe for making all windows dedicated and
>
> * a simple recipe for making all windows for buffers in a certain mode
> dedicated
I tried to answer these questions.
>> I earlier mentioned how you can do what the OP wants. Write
>> a function that you _globally_ add to
>> `window-configuration-change-hook'. That function would have to
>> scan `window-list', check for each window whether
>> its buffer is in a mode that shall have dedicated windows,
>> and, if that is the case, call `set-window-dedicated-p' for that
>> window with some non-nil, non-t flag. If someone can come up
>> with a simpler solution I'll be all ears.
>
> Sigh.
Sorry.
martin
This bug report was last modified 11 years and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.