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

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

bug#8112: 23.2; wish: emacsclient -c -g GEOMETRY


From: Arne Babenhauserheide
Subject: bug#8112: 23.2; wish: emacsclient -c -g GEOMETRY
Date: Fri, 25 Feb 2011 00:50:35 +0100
User-agent: KMail/4.6 beta4 (Linux/2.6.34-gentoo-r6; KDE/4.6.0; x86_64; ; )

On Thursday 24 February 2011 23:19:21 Arne Babenhauserheide wrote:
> Wish: emacsclient -c should take a -g GEOMETRY argument, so I can use it
> for swiftly starting X with emacsclient as sole frame for the times when
> I need graphics.

A hack to get a similar effect (though not the same: I have to fork my .emacs.d
for devices with different screen sizes because I customize in
~/.emacs.d/.emacs):

    (add-to-list 'default-frame-alist '(height . 24))
    (add-to-list 'default-frame-alist '(width . 80))

Easier:

(1) C-h v default-frame-alist RET
(2) select customize.
(3) experiment until you find the correct width and height :)

→ http://www.emacswiki.org/emacs/FrameSize

Best wishes,
Arne

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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