all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chetan <Chetan.xspam@xspam.sbcglobal.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Change Emacs window size
Date: Fri, 13 Feb 2009 07:35:59 -0800	[thread overview]
Message-ID: <uljsa5oyo.fsf@myhost.sbcglobal.net> (raw)
In-Reply-To: mailman.648.1234507018.31690.help-gnu-emacs@gnu.org

"Drew Adams" <drew.adams@oracle.com> writes:

>> From: Alexander Sent: Thursday, February 12, 2009 9:40 PM
>> I would like to know, how to change emacs' frame (X11 window) size on 
>> the fly. Can anybody help me?
>
> Yes. Here are two ways to resize frames incrementally:
>
> * Commands `shrink-frame', `shrink-frame-horizontally', `enlarge-frame', and
> `enlarge-frame-horizontally', in library frame-cmds.el. I bind these to `C-M-' +
> arrow keys: `C-M-up', `C-M-left', `C-M-down', and `C-M-right', respectively. (I
> bind the same keys, but without the `C-' prefix, to the frame movement commands
> in the same library.)
>
> http://www.emacswiki.org/emacs/frame-cmds.el
>
>
> * Commands `doremi-frame-height' and `doremi-frame-width', in library
> doremi-frm.el. After you invoke either of these, you can use the
> up/down/left/right arrow keys, or the mouse wheel, to adjust the frame size.
>
> Code: http://www.emacswiki.org/emacs/doremi-frm.el
> Doc: http://www.emacswiki.org/emacs/DoReMi
>
>
> For more info about this topic:
> http://www.emacswiki.org/emacs/FrameSize

I did somthing similar earlier, since my mouse started playing dead
frequently.  Instead of inventing new keybindings, I found it useful
to use the default keybindings for the commands.  After that, it
is easier to make further adjustments by using the `repeat' command
which I have bound to a function key. 


  parent reply	other threads:[~2009-02-13 15:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
     [not found] <mailman.619.1234503546.31690.help-gnu-emacs@gnu.org>
2009-02-13 18:16 ` Pascal J. Bourguignon

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=uljsa5oyo.fsf@myhost.sbcglobal.net \
    --to=chetan.xspam@xspam.sbcglobal.net \
    --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.
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.