all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: emacs and X
Date: Tue, 21 Sep 2004 12:35:35 -0600	[thread overview]
Message-ID: <41507477.3000302@yahoo.com> (raw)
In-Reply-To: mailman.3497.1095789742.1998.help-gnu-emacs@gnu.org

JayBingham wrote:
 > There is a built-in function that will do this, set-frame-position;
 > unfortunately it is not an interactive function.  So in order to use
 > it you will need to write a little interactive elisp function.

Or make set-frame-position itself an interactive command:

(defadvice set-frame-position (before interactive activate)
   "Add an `interactive' spec."
   (interactive (list (selected-frame)
                      (string-to-int (read-string "X position: (default 0) "
                                                  nil nil "0"))
                      (string-to-int (read-string "Y position: (default 0) "
                                                  nil nil "0")))))

-- 
Kevin Rodgers

       reply	other threads:[~2004-09-21 18:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3497.1095789742.1998.help-gnu-emacs@gnu.org>
2004-09-21 18:35 ` Kevin Rodgers [this message]
2004-09-21 17:55 emacs and X JayBingham
  -- strict thread matches above, loose matches on Subject: below --
2004-09-21 14:25 Elvin Peterson
2004-09-21 16:23 ` J. David Boyd
2004-09-21 16:32 ` Marco Parrone
2004-09-21 17:28   ` Drew Adams
2004-09-21 22:30 ` John Paul Wallington
2004-09-22  4:00 ` Elvin Peterson

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=41507477.3000302@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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.