Is there a relatively easy way to open Emacs to full vertical length of your screen?
I'm guessing not, as frame(?) size seems to be determined by font size
Is there a relatively easy way to open Emacs to full vertical length of your >> screen?
Maybe look at:
https://www.emacswiki.org/emacs/FullScreen
https://github.com/rmm5t/maxframe.el
I'm guessing not, as frame(?) size seems to be determined by font size
Not always. Run help set-frame-height:
...
(set-frame-height FRAME HEIGHT &optional PRETEND PIXELWISE)
...
Optional fourth argument PIXELWISE non-nil means that FRAME should be
HEIGHT pixels high.
-- HASM
Is there a relatively easy way to open Emacs to full vertical length of your screen? I'm guessing not, as frame(?) size seems to be determined by font size — but there may be something I'm missing. It's a small annoyance to have to drag to fit, especially when I'm often opening and closing Emacs
with a shell script.
RonB <ronb02NOSPAM@gmail.com> wrote:
Is there a relatively easy way to open Emacs to full vertical length of your >> screen? I'm guessing not, as frame(?) size seems to be determined by font
size — but there may be something I'm missing. It's a small annoyance to >> have to drag to fit, especially when I'm often opening and closing Emacs
with a shell script.
You can use the command line options when invoking emacs
emacs -xrm '*fullscreen:fullheight'
emacs -fh
RonB <ronb02NOSPAM@gmail.com> wrote:
Is there a relatively easy way to open Emacs to full vertical length of your >> screen? I'm guessing not, as frame(?) size seems to be determined by font
size — but there may be something I'm missing. It's a small annoyance to >> have to drag to fit, especially when I'm often opening and closing Emacs
with a shell script.
You can use the command line options when invoking emacs
emacs -xrm '*fullscreen:fullheight'
emacs -fh
Javier <javier@invalid.invalid> writes:
RonB <ronb02NOSPAM@gmail.com> wrote:
Is there a relatively easy way to open Emacs to full vertical length of your
screen? I'm guessing not, as frame(?) size seems to be determined by font >>> size — but there may be something I'm missing. It's a small annoyance to >>> have to drag to fit, especially when I'm often opening and closing Emacs >>> with a shell script.
You can use the command line options when invoking emacs
emacs -xrm '*fullscreen:fullheight'
emacs -fh
These are very handy (for which thanks) but they won't suit everyone
since they might leave a partial line visible. Also, new frames are not
full height so some other method is needed if that is desired. (I like
all frames to be full height by default.)
On Sat, 22 Feb 2020 20:57:26 +0000, Ben Bacarisse <ben.usenet@bsb.me.uk> said:
On Sat, 22 Feb 2020 20:57:26 +0000, Ben Bacarisse <ben.usenet@bsb.me.uk> said:
Ben> Javier <javier@invalid.invalid> writes:
>> RonB <ronb02NOSPAM@gmail.com> wrote:
>>> Is there a relatively easy way to open Emacs to full vertical length of your
>>> screen? I'm guessing not, as frame(?) size seems to be determined by font
>>> size — but there may be something I'm missing. It's a small annoyance to
>>> have to drag to fit, especially when I'm often opening and closing Emacs
>>> with a shell script.
>>
>> You can use the command line options when invoking emacs
>>
>> emacs -xrm '*fullscreen:fullheight'
>> emacs -fh
Ben> These are very handy (for which thanks) but they won't suit everyone
Ben> since they might leave a partial line visible. Also, new frames are not
Ben> full height so some other method is needed if that is desired. (I like
Ben> all frames to be full height by default.)
(add-to-list 'default-frame-alist '(fullscreen . fullheight))
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 374 |
Nodes: | 16 (3 / 13) |
Uptime: | 129:25:10 |
Calls: | 7,956 |
Calls today: | 1 |
Files: | 13,008 |
Messages: | 5,812,851 |