Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Lispworks editor

4 views
Skip to first unread message

Software Scavenger

unread,
Nov 25, 2001, 10:09:43 AM11/25/01
to
When using the Lispworks editor, if you want to look at the output
window, you click the output tab of the editor. My question is how do
you go there with keystrokes intead of using the mouse?

Coby Beck

unread,
Nov 25, 2001, 1:45:33 PM11/25/01
to

"Software Scavenger" <cubic...@mailandnews.com> wrote in message
news:a6789134.01112...@posting.google.com...

> When using the Lispworks editor, if you want to look at the output
> window, you click the output tab of the editor. My question is how do
> you go there with keystrokes intead of using the mouse?
>

I would like to know this as well. But a work-around I sometimes use is to
open the seperate "Output Browser" window and then use whatever OS keyboard
shortcuts you may have to switch between windows. ie Alt+Tab in MS Windows.

Coby
--
(remove #\space "coby . beck @ opentechgroup . com")


Fernando Rodríguez

unread,
Nov 25, 2001, 5:33:37 PM11/25/01
to
On Sun, 25 Nov 2001 18:45:33 GMT, "Coby Beck" <cb...@mercury.bc.ca> wrote:

>
>"Software Scavenger" <cubic...@mailandnews.com> wrote in message
>news:a6789134.01112...@posting.google.com...
>> When using the Lispworks editor, if you want to look at the output
>> window, you click the output tab of the editor. My question is how do
>> you go there with keystrokes intead of using the mouse?
>>
>
>I would like to know this as well. But a work-around I sometimes use is to
>open the seperate "Output Browser" window and then use whatever OS keyboard
>shortcuts you may have to switch between windows. ie Alt+Tab in MS Windows.

Another possibility is using 'autoit', if you're using windows.

--
Fernando Rodríguez
frr at wanadoo dot es
--

Coby Beck

unread,
Nov 25, 2001, 5:40:00 PM11/25/01
to

"Fernando Rodríguez" <spa...@must.die> wrote in message
news:53s20ucd9h2g970lf...@4ax.com...

What is this and what does it do?


--
Coby

Fernando Rodríguez

unread,
Nov 26, 2001, 4:09:29 AM11/26/01
to
On Sun, 25 Nov 2001 22:40:00 GMT, "Coby Beck" <cb...@mercury.bc.ca> wrote:


>> Another possibility is using 'autoit', if you're using windows.
>>
>
>What is this and what does it do?

From their webpage: AutoIt is a simple tool that can simulate key presses,
mouse movements and window commands (maximize, minimize, wait for, etc.) in
order to automate any windows based task (or even windowed DOS tasks).

http://www.hiddensoft.com/AutoIt/

I never tried though...

Clive Tong

unread,
Nov 26, 2001, 4:31:27 AM11/26/01
to
cubic...@mailandnews.com (Software Scavenger) writes:

The capi function capi:map-typeout is doing the work, so you could try
something like

(editor:defcommand "Switch to typeout" (x) "" ""
(capi:map-typeout
(editor:window-text-pane
(editor:current-window))))

and then bind that to some keystrokes.

Simon Katz

unread,
Nov 26, 2001, 6:07:30 AM11/26/01
to

"Software Scavenger" <cubic...@mailandnews.com> wrote in message
news:a6789134.01112...@posting.google.com...

I don't know how to do this.

But, in LW for Windows at least, you can gain access to a window's
menu commands by pressing and releasing the ALT key. So to bring up a
separate "Output Browser" window use the following key sequence:
ALT then W then T then O.

You can close the current active window (which will be the Output
Browser if you've just performed the above keystrokes) with:
ALT then W then E then W.

Simon Katz

unread,
Nov 26, 2001, 6:08:19 AM11/26/01
to

"Software Scavenger" <cubic...@mailandnews.com> wrote in message
news:a6789134.01112...@posting.google.com...
> When using the Lispworks editor, if you want to look at the output
> window, you click the output tab of the editor. My question is how
> do you go there with keystrokes intead of using the mouse?

I don't know how to do this.

Paul Tarvydas

unread,
Dec 4, 2001, 12:28:20 PM12/4/01
to
If, like me, you just want to see the Output Browser all of the time, then
click on Works>>Tools>>Output Browser (I just discovered this a few days
ago, after using the thing for nearly a year :-).
pt
0 new messages