Re: Window size specification ignored

2005-09-12 Thread Peter Dyballa
Am 12.09.2005 um 02:58 schrieb August Karlstrom: Am I missing something? At least the correct Ubuntu ps syntax ... I am using a BSD style ps. 'man ps', inside Emacs as 'M-x manual-entry ps' or F1 F2, should be your friend. And it's worth doing the experiments inside GNU Emacs in its shell

Re: Window size specification ignored

2005-09-11 Thread August Karlstrom
Peter Dyballa wrote: I wanted to make you try /usr/bin/emacs -q OK $ /usr/bin/emacs -q -g x works as expected. Without the geometry option Emacs starts maximized. and /usr/bin/emacs -Q If I do this Emacs starts (maximized) with the message 'Unknown option -Q' in the mode lin

Re: Window size specification ignored

2005-09-11 Thread Peter Dyballa
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

Re: Window size specification ignored

2005-09-11 Thread August Karlstrom
Peter Dyballa wrote: Am 11.09.2005 um 19:52 schrieb August Karlstrom: When I run emacs with emacs -g x I get a non-maximized window of size w x (h - 3) if h <= 32. If h > 32 the window is maximized. The setting in ~/.emacs is still ignored, even if I set height to e.g. 24. Strange indee

Re: Window size specification ignored

2005-09-11 Thread Peter Dyballa
Am 11.09.2005 um 19:52 schrieb August Karlstrom: When I run emacs with emacs -g x I get a non-maximized window of size w x (h - 3) if h <= 32. If h > 32 the window is maximized. The setting in ~/.emacs is still ignored, even if I set height to e.g. 24. Strange indeed. There might be

Re: Window size specification ignored

2005-09-11 Thread August Karlstrom
Peter Dyballa wrote: Am 11.09.2005 um 17:14 schrieb August Karlstrom: In Ubuntu 5.04 Emacs always starts up with a maximized window, the setting (setq default-frame-alist '((height . 38))) in ~/.emacs is ignored. I haven't encountered this problem in Fedora or in Windows. Any clues?

Re: Window size specification ignored

2005-09-11 Thread Peter Dyballa
Am 11.09.2005 um 17:14 schrieb August Karlstrom: In Ubuntu 5.04 Emacs always starts up with a maximized window, the setting (setq default-frame-alist '((height . 38))) in ~/.emacs is ignored. I haven't encountered this problem in Fedora or in Windows. Any clues? There is also initial

Window size specification ignored

2005-09-11 Thread August Karlstrom
Hi all, In Ubuntu 5.04 Emacs always starts up with a maximized window, the setting (setq default-frame-alist '((height . 38))) in ~/.emacs is ignored. I haven't encountered this problem in Fedora or in Windows. Any clues? Regards, August ___ H