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

Previous Next

Package: emacs;

Reported by: arne_bab <at> yahoo.de

Date: Thu, 24 Feb 2011 22:20:03 UTC

Severity: wishlist

Tags: patch

Merged with 5864, 7335

Found in versions 23.1, 23.2

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Arne Babenhauserheide <arne_bab <at> web.de>
To: bug-gnu-emacs <at> gnu.org
Subject: bug#8112: 23.2; wish: emacsclient -c -g GEOMETRY
Date: Fri, 25 Feb 2011 00:50:35 +0100
[Message part 1 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 13 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.