all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Window size specification ignored
Date: Mon, 12 Sep 2005 01:35:47 +0200	[thread overview]
Message-ID: <bf288a08733cbbb94cd39205fdc48d72@Web.DE> (raw)
In-Reply-To: <Nu2Ve.33566$d5.188913@newsb.telia.net>


Am 12.09.2005 um 00:48 schrieb August Karlstrom:

> If I invoke
>
>    $ /usr/bin/emacs
>

I wanted to make you try

	/usr/bin/emacs -q

and

	/usr/bin/emacs -Q

The latter method should launch GNU Emacs without loading *any* local 
Ubuntu customisation. If they launch differently, then you have a clue 
that some Ubuntu customisation file is causing the too big appearence. 
If they appear in both cases the same then there can be an X resource 
causing this. Check files like .xinitrc and .Xdefaults, and check the 
output of 'xrdb -query' too! Comment out lines in .xinitrc, the file 
that launches X11, which have to do with xrdb, log off, and log in 
again. Now you should have less X resources set.

It's good use to launch an application by its path name -- but what 
when this path name is a script that launches the final application? 
It's not likely, but ps would reveal this.

I have in Mac OS X these two aliases to check this:

	for csh family: alias PS        "ps -lwwgx   | egrep UID\|\!:1 | grep 
-v grep"
	for  sh family: PS    () { ps -lwwgx  | egrep UID\|${1} | grep -v grep 
; }

In a shell you simply type 'PS emacs' and you get something like:

pete 161 /\ PS emacs
   UID   PID  PPID CPU PRI NI      VSZ    RSS WCHAN  STAT  TT       TIME 
COMMAND
   501  4107  4094   0  31  0    53288  17432 -      S     ??    7:10.04 
/usr/local/bin/emacs-22.0.50 -geometry 85x45+18+240
   501 26465     1   0  31  0    22728    536 -      S     ??    0:00.01 
-bin/tcsh -i -c /usr/local/bin/emacs-23.0.0 --debug-init -geometry  
100x57+666+44
   501 26470 26465   0  31  0    75008  39136 -      R     ??    3:41.96 
/usr/local/bin/emacs-23.0.0 --debug-init -geometry 100x57+666+44


--
Greetings

   Pete

There are two major products that come out of Berkeley: LSD and UNIX. 
We don't believe this to be a coincidence. - Jeremy S. Anderson

  reply	other threads:[~2005-09-11 23:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-11 15:14 Window size specification ignored August Karlstrom
2005-09-11 16:40 ` Peter Dyballa
     [not found] ` <mailman.6586.1126458402.20277.help-gnu-emacs@gnu.org>
2005-09-11 17:52   ` August Karlstrom
2005-09-11 21:54     ` Peter Dyballa
     [not found]     ` <mailman.6621.1126476194.20277.help-gnu-emacs@gnu.org>
2005-09-11 22:48       ` August Karlstrom
2005-09-11 23:35         ` Peter Dyballa [this message]
     [not found]         ` <mailman.6627.1126481765.20277.help-gnu-emacs@gnu.org>
2005-09-12  0:58           ` August Karlstrom
2005-09-12  8:57             ` Peter Dyballa

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=bf288a08733cbbb94cd39205fdc48d72@Web.DE \
    --to=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.