From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Mead Newsgroups: gmane.emacs.help Subject: Re: Fixing a window in place Date: Wed, 29 Apr 2009 12:19:34 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241004137 13598 80.91.229.12 (29 Apr 2009 11:22:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 11:22:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Lennart Borgman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 29 13:22:04 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lz7r9-0003rW-Jp for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 13:21:39 +0200 Original-Received: from localhost ([127.0.0.1]:50699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz7r9-00049O-0k for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 07:21:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz7pH-0003k1-O8 for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:19:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz7pD-0003iq-UR for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:19:43 -0400 Original-Received: from [199.232.76.173] (port=51872 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz7pD-0003in-Pe for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:19:39 -0400 Original-Received: from mail-ew0-f162.google.com ([209.85.219.162]:57129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz7pD-00088E-EP for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 07:19:39 -0400 Original-Received: by ewy6 with SMTP id 6so1214601ewy.42 for ; Wed, 29 Apr 2009 04:19:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:references:from :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=dKdayMAx0mbIfByrmjOWqKCR5JWPoU1Wp1w5j5wZoW0=; b=EtzjOog8x/S+JpvecEaJ89PtfLnh9Km2/OGpjN+5JmlIjnIvozhmHSFMjnJVz0Ro6I TL34mTIve0s77wnLTrt8H5U1DI4cX0DN4vbiVEi+y++4jsZhDzxIXxTV6dnx7lctVZZr vcxod2TVHmcGVfJR2czM5YkuMtGr44JdAllx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=to:cc:subject:references:from:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Pi/AtJURpgQTDmeLu5NzH12XG8F0LZUFXPunRoqyhz83pwhUMQvor3cvwqGctKGq/l OJOyfnwAn7JAHMiJHq+8KnzACwg5TKaTJN7mj2RLNnPUZ8B8syQ8V0783Ya/BMqIA0OY hSBz3UclODET+rCL9XsrgGhtey7amKyf1AxpI= Original-Received: by 10.216.30.81 with SMTP id j59mr66344wea.50.1241003977357; Wed, 29 Apr 2009 04:19:37 -0700 (PDT) Original-Received: from localhost (cpc3-rdng14-0-0-cust786.winn.cable.ntl.com [82.0.211.19]) by mx.google.com with ESMTPS id i6sm2252914gve.7.2009.04.29.04.19.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Apr 2009 04:19:36 -0700 (PDT) In-Reply-To: (Lennart Borgman's message of "Wed\, 29 Apr 2009 13\:10\:53 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64094 Archived-At: Lennart Borgman writes: >> >> Is there any way of making a particular window persistent? I have an erc >> window which obviously disappears when I do other things and I'd like to >> keep a small window at the bottom of the screen so I can keep an eye on >> it. Is there a function or hack to do this? > > > Maybe set-window-dedicated-p can help? I've tried that, but as far as I can tell, it dedicates the window to a particular function, but doesn't stop it from being hidden by other processes, I'm particularly referring to the org-mode agenda or gnus.