all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arne Babenhauserheide <arne_bab@web.de>
To: bug-gnu-emacs@gnu.org
Subject: bug#8112: 23.2; wish: emacsclient -c -g GEOMETRY
Date: Fri, 25 Feb 2011 00:50:35 +0100	[thread overview]
Message-ID: <E1PskxH-0002l7-00@smtp03.web.de> (raw)
In-Reply-To: <87d3mhgjo6.fsf@yahoo.de>

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 316 bytes --]

  reply	other threads:[~2011-02-24 23:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 22:19 bug#8112: 23.2; wish: emacsclient -c -g GEOMETRY Arne Babenhauserheide
2011-02-24 23:50 ` Arne Babenhauserheide [this message]
2011-02-25  0:13   ` Lennart Borgman
2011-02-25  0:51     ` Arne Babenhauserheide
2011-03-07  1:48       ` Glenn Morris
2011-03-09  9:11         ` Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1PskxH-0002l7-00@smtp03.web.de \
    --to=arne_bab@web.de \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.