From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "mandar.mitra" Newsgroups: gmane.emacs.help Subject: [SOLVED] setting geometry for new frame Date: Sat, 24 Oct 2009 11:25:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: <054d274f-64c1-48c3-8563-0832cf5d2813@h2g2000vbd.googlegroups.com> References: <46761990-887a-4784-bc3e-1ed026b0da50@g31g2000vbr.googlegroups.com> <87eiou4alb.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256409741 8790 80.91.229.12 (24 Oct 2009 18:42:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Oct 2009 18:42:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 24 20:42:14 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N1lZ6-0004cy-D7 for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Oct 2009 20:42:12 +0200 Original-Received: from localhost ([127.0.0.1]:60378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1lZ6-0004tv-0B for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Oct 2009 14:42:12 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!h2g2000vbd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 59.93.214.142 Original-X-Trace: posting.google.com 1256408729 31750 127.0.0.1 (24 Oct 2009 18:25:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 24 Oct 2009 18:25:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h2g2000vbd.googlegroups.com; posting-host=59.93.214.142; posting-account=BgHpOgoAAAC6jJ5B10Buh4_uKHotZTaz User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 10.00,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174134 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69217 Archived-At: Many thanks for your feedback. > 2- The function make-frame may have been advised, and some advice may > =A0 =A0modify the positionning parameters. =A0Evaluate: > > =A0 =A0 (append (ad-get-enabled-advices 'make-frame 'before) > =A0 =A0 =A0 =A0 =A0 =A0 (ad-get-enabled-advices 'make-frame 'around)) I tried this, but the result of evaluation was nil, so I tried the other solution you had suggested: > 4- Finally, you may position the frame after the fact with > =A0 =A0set-frame-position. This worked perfectly. Thanks again! Mandar.