unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: Change Emacs window size
Date: Fri, 13 Feb 2009 19:16:12 +0100	[thread overview]
Message-ID: <87k57u9p8z.fsf@galatea.local> (raw)
In-Reply-To: mailman.619.1234503546.31690.help-gnu-emacs@gnu.org

Alexander <coopht@gmail.com> writes:

> Hello.
> I would like to know, how to change emacs' frame (X11 window) size on
> the fly.
> I've discovered function x-send-client-message in emacs, which is used
> to make emacs full screen, but all my tries to make emacs frame a
> little smaller
> or a little larger did not have any result.
> I've tried to do so, but it does not work
> *(defun toggle-fullscreen ()
>   (interactive)
>   (x-send-client-message nil 0 nil "_NET_MOVERESIZE_WINDOW" 32 '(100
> 100 40 40))
> )*
>
> Can anybody help me?

Have a look at http://darcs.informatimago.com/public/emacs/pjb-emacs.el
function full-frame

You can use set-frame-position set-frame-height and set-frame-width.

-- 
__Pascal Bourguignon__


       reply	other threads:[~2009-02-13 18:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.619.1234503546.31690.help-gnu-emacs@gnu.org>
2009-02-13 18:16 ` Pascal J. Bourguignon [this message]
2009-02-13  5:39 Change Emacs window size Alexander
2009-02-13  6:36 ` Drew Adams
     [not found] ` <mailman.648.1234507018.31690.help-gnu-emacs@gnu.org>
2009-02-13 15:35   ` Chetan

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87k57u9p8z.fsf@galatea.local \
    --to=pjb@informatimago.com \
    --cc=help-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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).