Saltycrane logo

SaltyCrane Blog

Notes on Python, Django, and web development on Ubuntu Linux

    

How to set the position and size for Emacs 22 Windows

In your emacs windows shortcut put:

runemacs.exe -g 80x61+618+0

this creates an initial emacs frame 80 columns wide, 61 lines tall, 618
pixels offset from the left edge of the screen and 0 pixels offset from
the top of the screen. See also
http://www.gnu.org/software/emacs/windows/faq4.html#attributes
<http://www.gnu.org/software/emacs/windows/faq4.html>

Post a comment

Required
Required, but not displayed
Optional

Format using Markdown. (No HTML.)
  • Code blocks: prefix each line by at least 4 spaces or 1 tab (and a blank line before and after)
  • Code span: surround with backticks
  • Blockquotes: prefix lines to be quoted with >
  • Links: <URL>
  • Links w/ description: [description](URL)
Created with Django | Hosted by Linode