help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Single modeline for all buffers?


From: Göktuğ Kayaalp
Subject: Single modeline for all buffers?
Date: Wed, 05 Feb 2014 11:38:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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 <stdio.h>     | (defun add (x y) (+ x y)\|
     | int main(int argc, char \| )                        |
     | ** argv, char ** envp) { | (ad[d] 5 6) ;=> 11       |
     -------------------------------------------------------
     |-:-- hello.c  Top (1, 0)  |-:**- *scratch* Top (2, 2)|
     -------------------------------------------------------
     |                                                     |
     -------------------------------------------------------

Can I have sth. like the following?

     | [#]include <stdio.h>     | (defun add (x y) (+ x y)\|
     | int main(int argc, char \| )                        |
     | ** argv, char ** envp) { | (add 5 6) ;=> 11         |
     -------------------------------------------------------
     |-:-- hello.c  Top (1, 0)   (C/l Arev AC hl-p hl-s Abb|
     -------------------------------------------------------
     |                                                     |
     -------------------------------------------------------

Cheers

--
GK

«Most people do not listen with the intent to understand; they listen
 with the intent to reply.»
                                                      — Stephen R. Covey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]