help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs's popularity


From: Phil Carmody
Subject: Re: Emacs's popularity
Date: Wed, 17 Dec 2008 03:35:24 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Juanma Barranquero" <lekktu@gmail.com> writes:
> On Tue, Dec 16, 2008 at 16:09, Phil Carmody
> <thefatphil_demunged@yahoo.co.uk> wrote:
>> So I just created a new frame, and dragged it to my coding desktop,
>> how do I find out how to identify that frame?
>
> See the function `selected-frame'.
>
> For example, you could create a new frame, and then, with the focus on
> it, you can do
>
>   M-: (setq server-window (selected-frame)) <RET>
>
> Of course, if you plan to do it automatically from your .emacs you
> could use something like this (not tested):
>
>   (setq server-window (make-frame '((height . 40) (width . 80))))
[SNIP - lots more]

Plenty to digest there, but too late to experiment with it tonight - 
many thanks!

Phil
-- 
I tried the Vista speech recognition by running the tutorial. I was 
amazed, it was awesome, recognised every word I said. Then I said the 
wrong word ... and it typed the right one. It was actually just 
detecting a sound and printing the expected word! -- pbhj on /.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]