Re: Emacs on remote linux box
Re: Emacs on remote linux box
- Subject: Re: Emacs on remote linux box
- From: Pascal Bourguignon via X11-users <email@hidden>
- Date: Tue, 18 Apr 2023 21:37:32 +0200
Le 18/04/2023 à 20:57, David L Chopp via X11-users a écrit :
e the problem, but I haven’t found any solutions that have worked. Has
anyone encountere
First, emacs will use the Xresources specifying its frame size.
21:29[pjb@despina org.xquartz:0 ~ 70Gi]$ xrdb -query |grep emacs.geometry
emacs.geometry: 81x32+0+0
But then, the emacs rc files may contain instructions to change the size
of the frame, and to change the font used for it.
You will have to read these files.
At the end of your emacs rc file, you may just add the following
instructions to set it like you want.
(progn (set-frame-font "Monaco-16")
(set-frame-width (selected-frame) 80)
(set-frame-height (selected-frame) 48)
(set-frame-position (selected-frame) 64 32 ))
You may also have a look at full-frame in
https://gitlab.com/com-informatimago/emacs/-/blob/master/pjb-emacs.el#L1322
If you have a look at my rc files, you will see that I have code that
scans for the available fonts and when it runs, it changes the size of
the frame. It doesn't bother me much, because I don't reboot emacs more
often than the OS...
https://gitlab.com/informatimago/rc/
--
__Pascal Bourguignon__
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden