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

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

RE: RE: Making windows have same number of columns


From: Drew Adams
Subject: RE: RE: Making windows have same number of columns
Date: Thu, 26 Nov 2020 16:51:07 -0800 (PST)

> Have tried to use it.  Have done as follows
> 
> (setq dface-remap
>    "/home/dani/el/dface-remap.el")
> (load dface-remap)
> (require 'face-remap+)

No idea what dface-remap does or whether it interferes.

To repeat part of the help:

 If option `text-scale-resize-window' is non-nil,
 then the selected window or frame is resized
 accordingly, so as to keep roughly the same text
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
 visible in the window.
 ^^^^^^^^^^^^^^^^^^^^^

That's the effect you should see from that option.

Try 2 windows side-by-side, `C-x C-- - - -' in one.

If the option value is `horizontally' or `vertically'
then the resizing is only in that dimension.

If you see something different then please provide
a recipe (from `emacs -Q') to show that.

The code just uses standard functions
`enlarge-window-(horizontally|vertically)'.

(If you have library `fit-frame.el' and there's
only one window in the frame then it resizes the
frame as the text is scaled - again, to eliminate
wasted space.)



reply via email to

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