all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Mickey Ferguson <Mickey.Ferguson@cassidiancommunications.com>,
	help-gnu-emacs@gnu.org
Subject: RE: window alignment at startup
Date: Wed, 10 Jul 2013 15:17:11 -0700 (PDT)	[thread overview]
Message-ID: <d723e93b-4f1f-49ea-b108-c2f6e6b80bff@default> (raw)
In-Reply-To: <ED57BB2A540C994EB6E34A7BFB02270401F76157@costarica.peinet.peinc.com>


> (defun align-window ()
>  "fix window positioning"
>   (interactive)
>   (set-frame-position
>     (selected-frame)
>     (if (equal (getenv "emacs_alignment") "right") -1 0)
>     0))
> 
> OI want to execute this function as the last thing
> emacs does before it's done - after loading the file(s), etc. 

Try `C-h v after-init-hook'.



  reply	other threads:[~2013-07-10 22:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10 21:22 window alignment at startup Mickey Ferguson
2013-07-10 22:17 ` Drew Adams [this message]
     [not found] <mailman.763.1373491420.12400.help-gnu-emacs@gnu.org>
2013-07-12  9:05 ` Emanuel Berg

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=d723e93b-4f1f-49ea-b108-c2f6e6b80bff@default \
    --to=drew.adams@oracle.com \
    --cc=Mickey.Ferguson@cassidiancommunications.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.
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.