* Emacs-trunk half window?
@ 2010-01-26 10:54 Angelo Graziosi
2010-01-26 13:19 ` Jan Djärv
0 siblings, 1 reply; 5+ messages in thread
From: Angelo Graziosi @ 2010-01-26 10:54 UTC (permalink / raw)
To: Emacs
When I run the build of current trunk, rev. 99386, Emacs starts with a
window of 19 lines instead of 35, as it did until the last build, on
2010.01.20.
This happens on GNU/Linux Kubuntu 9.10 with the following .Xdefaults:
------------------------
Emacs.FontBackend: xft
Emacs.font: Monospace 13
Emacs.geometry: -0+0
! ---------[ xft ] ---------
Xft*antialias: true
Xft*autohint: true
------------------------
In the above, the line which causes this 'half window' is:
Emacs.font: Monospace 13
Removing it, Emacs starts with a 'full' window of 38 lines, but with
Monospace 12 and not 13, as I would. Setting '13', manually, with
'Options | Set Default Font' still have 38 lines.
Is this a regression or a new behavior? In this last case, how I can set
'Monospace 13' in .Xdefaults?
I need the above .Xdefaults since November 2009. Indeed, as you
remember, that time there was a thread closed with [*]. Before I never
had .Xdefault on K-9.10. (Really in [*] I reported 'Monospace 12', but
'12' was too small, so I changed to '13', and that was fine).
Ciao,
Angelo.
---
[*] http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg01290.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs-trunk half window?
2010-01-26 10:54 Emacs-trunk half window? Angelo Graziosi
@ 2010-01-26 13:19 ` Jan Djärv
2010-01-26 14:27 ` Sean Sieger
0 siblings, 1 reply; 5+ messages in thread
From: Jan Djärv @ 2010-01-26 13:19 UTC (permalink / raw)
To: Angelo Graziosi; +Cc: Emacs
Angelo Graziosi skrev 2010-01-26 11.54:
> When I run the build of current trunk, rev. 99386, Emacs starts with a
> window of 19 lines instead of 35, as it did until the last build, on
> 2010.01.20.
>
> This happens on GNU/Linux Kubuntu 9.10 with the following .Xdefaults:
>
> ------------------------
> Emacs.FontBackend: xft
> Emacs.font: Monospace 13
> Emacs.geometry: -0+0
>
> ! ---------[ xft ] ---------
> Xft*antialias: true
> Xft*autohint: true
> ------------------------
>
> In the above, the line which causes this 'half window' is:
>
> Emacs.font: Monospace 13
>
> Removing it, Emacs starts with a 'full' window of 38 lines, but with
> Monospace 12 and not 13, as I would. Setting '13', manually, with
> 'Options | Set Default Font' still have 38 lines.
If you want 38 lines, say so:
Emacs.geometry: 80x38+0+0.
There is no guarantee on how many lines Emacs will choose to have when there
is nothing specified.
Jan D.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs-trunk half window?
2010-01-26 13:19 ` Jan Djärv
@ 2010-01-26 14:27 ` Sean Sieger
2010-01-26 17:25 ` chad
0 siblings, 1 reply; 5+ messages in thread
From: Sean Sieger @ 2010-01-26 14:27 UTC (permalink / raw)
To: emacs-devel
If you want 38 lines, say so:
Emacs.geometry: 80x38+0+0.
There is no guarantee on how many lines Emacs will choose to have when
there is nothing specified.
Um, I have
Emacs.geometry: fullheight
and it too produces `half a window'.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs-trunk half window?
2010-01-26 14:27 ` Sean Sieger
@ 2010-01-26 17:25 ` chad
2010-01-28 0:12 ` Sean Sieger
0 siblings, 1 reply; 5+ messages in thread
From: chad @ 2010-01-26 17:25 UTC (permalink / raw)
To: Sean Sieger; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 772 bytes --]
On Jan 26, 2010, at 6:27 AM, Sean Sieger wrote:
> Um, I have
>
> Emacs.geometry: fullheight
>
> and it too produces `half a window'.
Did you find somewhere some documentation that suggested to you that this *should* work? X resources don't work that way...
I think maybe you meant this:
`fullscreen' (class `Fullscreen')
The desired fullscreen size. The value can be one of `fullboth',
`maximized', `fullwidth' or `fullheight', which correspond to the
command-line options `-fs', `-mm', `-fw', and `-fh' (*note Window
Size X::).
Note that this applies to the initial frame only.
Which is the fullscreen resource, not a value for the geometry resource. For example:
Emacs.fullscreen: fullheight
*Chad
[-- Attachment #2: Type: text/html, Size: 1430 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-01-28 0:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-26 10:54 Emacs-trunk half window? Angelo Graziosi
2010-01-26 13:19 ` Jan Djärv
2010-01-26 14:27 ` Sean Sieger
2010-01-26 17:25 ` chad
2010-01-28 0:12 ` Sean Sieger
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.