all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: Emacs Users <help-gnu-emacs@gnu.org>
Subject: Re: positioning of window in X no more possible
Date: Sun, 4 Oct 2009 20:34:39 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.0910041949280.5826@gaston.couberia.bzh> (raw)
In-Reply-To: <3266D7A0-BE03-4DF8-B4DA-309B94DDE911@Web.DE>

On Sun, 4 Oct 2009, Peter Dyballa wrote:

> Does "xrdb -q | egrep -i 'emacs|geom'" show something?

Hello Peter,

Yes:
xterm*vt100*geometry:   93x50
emacs*cursorColor:  Red3
emacs*geometry: 82x39+40+84
emacs*font: -*-fixed-medium-r-normal--24-*-*-*-*-120-iso10646-1
xpdf.geometry:  1200x1020+0-0

That's the contents of my .Xdefaults file.


> GNU Emacs 23.1, when launched with -Q, should still follow X resources.  Its
> help lists -g as meaning the same as --geometry. How does this work instead of
> -g?

The same result.


> Does the variable command-line-args contain the command line arguments?

No.


> What is the command 'which emacs' returning? And what is 'file `which emacs`'
> telling?

It's a shell script:
#!/bin/bash
# Possible values are nox, gtk, or x11
: ${EMACS_TOOLKIT:=gtk}
exec -a ${0} ${0}-${EMACS_TOOLKIT} ${1+"$@"}

I have not set the environment variable EMACS_TOOLKIT, so emacs-gtk is
called.

Now I've tried emacs-x11: there is no such problem, so it seems to be the
gtk-layer.

Here the details:

file `which emacs-gtk`:
/usr/bin/emacs-gtk: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), stripped

file `which emacs-x11`: the same

emacs-gtk -Q -g 20x20+500+500  ->  +500+500 ignored
emacs-x11 -Q -g 20x20+500+500  ->  no problem

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/






  parent reply	other threads:[~2009-10-04 18:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-03 19:51 positioning of window in X no more possible Peter Münster
2009-10-03 20:12 ` Peter Dyballa
     [not found]   ` <alpine.LNX.2.00.0910040929170.14591@gaston.couberia.bzh>
     [not found]     ` <3266D7A0-BE03-4DF8-B4DA-309B94DDE911@Web.DE>
2009-10-04 18:34       ` Peter Münster [this message]
2009-10-04 19:51         ` Peter Dyballa
2009-10-05  8:27           ` Peter Münster
2009-10-05  9:25             ` Peter Dyballa
2009-10-05  9:42             ` Peter Dyballa
     [not found]     ` <mailman.8004.1254673336.2239.help-gnu-emacs@gnu.org>
2009-10-05  0:20       ` Tim X
2009-10-05  8:49         ` Peter Münster
     [not found]         ` <mailman.8056.1254732564.2239.help-gnu-emacs@gnu.org>
2009-10-05 12:46           ` despen
2009-10-07  9:42             ` Peter Münster

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=alpine.LNX.2.00.0910041949280.5826@gaston.couberia.bzh \
    --to=pmlists@free.fr \
    --cc=Peter_Dyballa@Web.DE \
    --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.