From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?U8O4cmVuIFBpbGfDpXJk?= Newsgroups: gmane.emacs.help Subject: Re: Single modeline for all buffers? Date: Wed, 5 Feb 2014 17:33:19 +0100 Message-ID: References: <87ppn1292g.fsf@gkayaalp.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1391619113 4779 80.91.229.3 (5 Feb 2014 16:51:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2014 16:51:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?UTF-8?B?R8O2a3R1xJ8gS2F5YWFscA==?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 05 17:52:01 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WB5hf-0005vP-Or for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2014 17:51:59 +0100 Original-Received: from localhost ([::1]:60173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB5hf-0004yb-Dm for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2014 11:51:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB5Pe-0006yb-2c for help-gnu-emacs@gnu.org; Wed, 05 Feb 2014 11:33:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB5Pc-0002U7-Ta for help-gnu-emacs@gnu.org; Wed, 05 Feb 2014 11:33:22 -0500 Original-Received: from mail-vb0-x234.google.com ([2607:f8b0:400c:c02::234]:45829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB5Pc-0002Tr-Ny for help-gnu-emacs@gnu.org; Wed, 05 Feb 2014 11:33:20 -0500 Original-Received: by mail-vb0-f52.google.com with SMTP id p14so462620vbm.39 for ; Wed, 05 Feb 2014 08:33:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=yShisHvhfxOFB4jJvztVTS0W0IlrsRyg3o+FT3qcg8M=; b=WaYlVpCVJ2+5Xo8icLBH9Nxo6wKyFx98P0JdXwCHK8RHEcZ5+MhZpyTg0k19cVnP+8 D6KMJsatih4zXS9vPkin5pgbjcbxu5/oin3ZDuBX03mzuShKdivrNOAzOWYFZ2c2Y/Rd xSz2+krYPZJ1cD3nX37Fl/rUtIX7qbghaH6xZY27ndNSzfgsWG4ewFka4H2rrN0MNPHe Zzjn+3i2SqxlCS09rCKbCnJ2gyPHxQ40UakacLrXpwkrs5PxyXl/yd+kiUFWXC35rTv9 FZrNXOrN9PVH0NupaPrZuzf6eqx9xvhh9PDc1GfdDABXyM8XBx6Ytf8Uf82XQBhfjNQx 87Ug== X-Received: by 10.52.172.100 with SMTP id bb4mr57229vdc.78.1391617999721; Wed, 05 Feb 2014 08:33:19 -0800 (PST) Original-Received: by 10.220.188.6 with HTTP; Wed, 5 Feb 2014 08:33:19 -0800 (PST) In-Reply-To: <87ppn1292g.fsf@gkayaalp.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::234 X-Mailman-Approved-At: Wed, 05 Feb 2014 11:51:44 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95927 Archived-At: On Wed, Feb 5, 2014 at 10:38 AM, G=C3=B6ktu=C4=9F Kayaalp wrote: > > Hi, is it possible to have Emacs show only one modeline at the very > bottom of the screen, which shows information about the buffer in the > selected window? E.g. instead of this, > > | [#]include | (defun add (x y) (+ x y)\| > | int main(int argc, char \| ) | > | ** argv, char ** envp) { | (ad[d] 5 6) ;=3D> 11 | > ------------------------------------------------------- > |-:-- hello.c Top (1, 0) |-:**- *scratch* Top (2, 2)| > ------------------------------------------------------- > | | > ------------------------------------------------------- > > Can I have sth. like the following? > > | [#]include | (defun add (x y) (+ x y)\| > | int main(int argc, char \| ) | > | ** argv, char ** envp) { | (add 5 6) ;=3D> 11 | > ------------------------------------------------------- > |-:-- hello.c Top (1, 0) (C/l Arev AC hl-p hl-s Abb| > ------------------------------------------------------- > | | > ------------------------------------------------------- > > Cheers > One problem with this is distinguishing the border between two buffers above/below each other. You might still want some kind of bar rendered the= re, perhaps with a different content?