all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vektor <XYZvektorXYZ@XYZyeahXYZ.net>
Subject: Re: How To Resize Window To Specific Size ??
Date: Thu, 26 Aug 2004 09:03:06 +0800	[thread overview]
Message-ID: <cgjd81$jmj$1@quimby.gnus.org> (raw)
In-Reply-To: 1093482004.429380@sj-nntpcache-5

for example:

(if window-system
    (setq default-frame-alist
          (append
           '(
	     ;; for 800x600
	     ;; (font . "8x13")
             (top . 0)
             (left . 0)
             (width . 95)
	     (height . 36)
	     )
           default-frame-alist)))

"Tennis Smith" <tennis_smith@yahoo-remove-to-reply.com> writes:

> Hi,
>
> The subject says it all.  I would like to be able to set the exact screen
> coordinates of my emacs window.  Is that possible?
>
> TIA,
> -Tennis
>
>
> --
> Remove "-remove-to-reply" to respond to my  email address directly.
>
>

-- 
Remove all XYZ from my email to get the real one.

  reply	other threads:[~2004-08-26  1:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-26  1:02 How To Resize Window To Specific Size ?? Tennis Smith
2004-08-26  1:03 ` Vektor [this message]
2004-08-26  3:57   ` Eli Zaretskii
2004-08-26  7:04 ` Pascal Bourguignon
  -- strict thread matches above, loose matches on Subject: below --
2004-08-25 21:10 Tennis Smith

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='cgjd81$jmj$1@quimby.gnus.org' \
    --to=xyzvektorxyz@xyzyeahxyz.net \
    /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.