unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* C-h k problem for F2 (and something about -geometry and -Q)
@ 2007-05-12 22:08 Eric Lilja
  2007-05-12 22:19 ` Andreas Schwab
  2007-05-13  3:29 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Lilja @ 2007-05-12 22:08 UTC (permalink / raw)
  To: emacs-devel

Hello, using the following emacs:
GNU Emacs 22.0.99.1 (i386-mingw-nt5.1.2600) of 2007-04-24 on MINDCOOLER

Starting emacs with:
$ emacs -Q

Well, actually, emacs in my system is an alias:
alias emacs='emacs -geometry 125x70+0+0'
but when I give it -Q something happens to the geometry parameter 
because the window has the proper width but is too large vertically. 
Larger than what fits on my 1280*1024 LCD. This is annoying and I don't 
know why. Guess it's something in my .emacs that allows geometry to 
function as it should? Have no clue what that might be, though.
Anyway, back to my real question...

Here's something I thought was strange:
C-h k F7
<f7> is undefined
C-h k F2
Then it waits for additional input:
Describe key (or click or menu item): f2-
(It also seems to print Loading two-column...done the first time).
why does it behave that way for F2? Stumbled upon this when checking for 
available function keys I could use for my personal bindings. I tried 
all the other function keys with C-h k and only F2 exhibits this behaviour.

- Eric

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: C-h k problem for F2 (and something about -geometry and -Q)
  2007-05-12 22:08 C-h k problem for F2 (and something about -geometry and -Q) Eric Lilja
@ 2007-05-12 22:19 ` Andreas Schwab
  2007-05-13  3:29 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2007-05-12 22:19 UTC (permalink / raw)
  To: Eric Lilja; +Cc: emacs-devel

Eric Lilja <mindcooler@gmail.com> writes:

> Here's something I thought was strange:
> C-h k F7
> <f7> is undefined
> C-h k F2
> Then it waits for additional input:
> Describe key (or click or menu item): f2-
> (It also seems to print Loading two-column...done the first time).
> why does it behave that way for F2?

F2 is a prefix key.  It waits for you to type more to complete the key
sequence.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: C-h k problem for F2 (and something about -geometry and -Q)
  2007-05-12 22:08 C-h k problem for F2 (and something about -geometry and -Q) Eric Lilja
  2007-05-12 22:19 ` Andreas Schwab
@ 2007-05-13  3:29 ` Eli Zaretskii
  2007-05-14 15:30   ` Eric Lilja
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2007-05-13  3:29 UTC (permalink / raw)
  To: Eric Lilja; +Cc: emacs-devel

> From: Eric Lilja <mindcooler@gmail.com>
> Date: Sun, 13 May 2007 00:08:34 +0200
> 
> Hello, using the following emacs:
> GNU Emacs 22.0.99.1 (i386-mingw-nt5.1.2600) of 2007-04-24 on MINDCOOLER
> 
> Starting emacs with:
> $ emacs -Q
> 
> Well, actually, emacs in my system is an alias:
> alias emacs='emacs -geometry 125x70+0+0'
> but when I give it -Q something happens to the geometry parameter 
> because the window has the proper width but is too large vertically. 
> Larger than what fits on my 1280*1024 LCD.

I cannot reproduce this, but I tried with 125x30+0+0, as my monitor is
too small for 70-lines frame.  Does it work for you with other
geometry parameters, or is the size wrong no matter what geometry you
use?

Also, what version of Windows is that?  Mine is XP SP2.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: C-h k problem for F2 (and something about -geometry and -Q)
  2007-05-13  3:29 ` Eli Zaretskii
@ 2007-05-14 15:30   ` Eric Lilja
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Lilja @ 2007-05-14 15:30 UTC (permalink / raw)
  To: emacs-devel

Eli Zaretskii wrote:
>> From: Eric Lilja <mindcooler@gmail.com>
>> Date: Sun, 13 May 2007 00:08:34 +0200
>>
>> Hello, using the following emacs:
>> GNU Emacs 22.0.99.1 (i386-mingw-nt5.1.2600) of 2007-04-24 on MINDCOOLER
>>
>> Starting emacs with:
>> $ emacs -Q
>>
>> Well, actually, emacs in my system is an alias:
>> alias emacs='emacs -geometry 125x70+0+0'
>> but when I give it -Q something happens to the geometry parameter 
>> because the window has the proper width but is too large vertically. 
>> Larger than what fits on my 1280*1024 LCD.
> 
> I cannot reproduce this, but I tried with 125x30+0+0, as my monitor is
> too small for 70-lines frame.  Does it work for you with other
> geometry parameters, or is the size wrong no matter what geometry you
> use?

False alarm, it seems, I forgot I had a font setting in my .emacs. With 
that font and that geometry setting I get a 68 lines frame window and 
the emacs covers the entire screen vertically, excluding the start bar 
(which is what I want). I guess the default font is a bit bigger so when 
I request 70 lines worth I get a window that is too large vertically for 
my resolution.

> 
> Also, what version of Windows is that?  Mine is XP SP2.

Same.

- Eric

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-14 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 22:08 C-h k problem for F2 (and something about -geometry and -Q) Eric Lilja
2007-05-12 22:19 ` Andreas Schwab
2007-05-13  3:29 ` Eli Zaretskii
2007-05-14 15:30   ` Eric Lilja

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).