From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: John Yates Newsgroups: gmane.emacs.help Subject: Re: How can I force updating mini window's header line when mode line is updated? Date: Wed, 27 Jun 2018 11:14:24 -0400 Message-ID: References: <5AE17A16.7060906@gmx.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1530112412 18108 195.159.176.226 (27 Jun 2018 15:13:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2018 15:13:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, amosbird@gmail.com To: martin rudalics Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 27 17:13:28 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fYC8N-0004aL-EP for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jun 2018 17:13:27 +0200 Original-Received: from localhost ([::1]:59943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYCAU-0004XS-OT for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jun 2018 11:15:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYC9X-0004Fx-ML for help-gnu-emacs@gnu.org; Wed, 27 Jun 2018 11:14:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYC9V-0003MJ-2z for help-gnu-emacs@gnu.org; Wed, 27 Jun 2018 11:14:39 -0400 Original-Received: from mail-yb0-f194.google.com ([209.85.213.194]:35421) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYC9U-0003LT-UI for help-gnu-emacs@gnu.org; Wed, 27 Jun 2018 11:14:37 -0400 Original-Received: by mail-yb0-f194.google.com with SMTP id x15-v6so893053ybm.2 for ; Wed, 27 Jun 2018 08:14:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=v1iFZiqFBE+kD4kYS4FVpSvxWozHUyg0+l4LA4QvfjE=; b=mNdxk4y+a4pjEbGSbu77gYPolfcu93xszYU4ioZ50afIrJPB5Q1zS/WpkmQYxhH5mk eplrz++3U7O02exh+RK05kw6OZLTFwxbDRSOL5jJFDStwgeKwTDRv6qdkMKxS7booG3z j2Juu0Rvz2jluojLth/7iK4vezBnPg1Frwae/s2ERZft5ylir7XFPAGjVxaCr+LHFw2O 4vPztCkW+wQIqq8v0rA2eQcooiciC9nWpgRGzqbuX9GuUFMx3e4sflL192LLtYiJMTlh 7EJVv44iEJwT+GbOVJlSRinFQUNIFIn4+TeDOpAUnPMnLOcexXbnwz9fxTtH6wFfkfff mm5A== X-Gm-Message-State: APt69E3j09cexM2H4Q0B43aO54j45PzZP5u35QJXiU7MIGx4VPGTnuS8 qaK59+bdSum7VVSWjLirRvVAdqeKjae2GyoeQII= X-Google-Smtp-Source: ADUXVKJLoPSL9LhxoPN4g9VAAL8HnM0sd+ooboLnXKOgmbXFYNHM1IqV16XxXj0nieC5H9SEofL/6ojXsUyTDgY4Wb4= X-Received: by 2002:a25:4f05:: with SMTP id d5-v6mr3348517ybb.54.1530112475976; Wed, 27 Jun 2018 08:14:35 -0700 (PDT) In-Reply-To: <5AE17A16.7060906@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.213.194 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117291 Archived-At: On Thu, Apr 26, 2018 at 3:05 AM martin rudalics wrote: > Note that I'm currently changing a number of things > related to minibuffer windows which, among others, should allow them > to appear anywhere on a frame or even not being displayed at all. That's great news. Availability of such support will go a long ways toward allowing me to achieve (at least experiment with) the layout I long for. The other feature would be positioning the modeline at the top of windows, above even any header line. Any chance of that happening? /john