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

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

Re: How to open full window programmatically?


From: Emanuel Berg
Subject: Re: How to open full window programmatically?
Date: Thu, 03 Dec 2020 04:13:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

> Does anybody know how to open full window programmatically if
> windows are split?

What you're looking for is probably `delete-other-windows'.
I have that M-p.

Then I have M-o to do other-window-or-split which you can find
here [1], amongst a bunch of other stuff.

The two-window solution is because I use a projector with a low
resolution, so I only have 30 lines and 80 columns. Nonetheless,
you can examine the code and find things that you could use as
building blocks for the particular setup you are using and
working on.


[1] https://dataswamp.org/~incal/emacs-init/window-new.el

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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