Lisp HUG Maillist Archive

Lispworks IDE on Linux

Hi,

I've just started using the Lispworks IDE on Linux (CentOS).  I've previously used it on Windows and OS X, but there are some differences.  I have some questions that I haven't found documentation for.

Is there a key stroke that can be used to bring the Listener to the front and/or switch between windows?  Control-tab doesn't work.

Is there a podium available?  It doesn't come up by default.

Is there a document that describes the differences between using the IDE on Unix and other OSes?

Thanks,

Jeremy

Re: Lispworks IDE on Linux

On 12-08-20 11:15 AM, Jeremy Jones wrote:
> Hi,
>
> I've just started using the Lispworks IDE on Linux (CentOS).  I've 
> previously used it on Windows and OS X, but there are some 
> differences.  I have some questions that I haven't found documentation 
> for.
>
I'm on Linux Mint (previously Mandriva) and Windows.

> Is there a key stroke that can be used to bring the Listener to the 
> front and/or switch between windows?  Control-tab doesn't work.
>
ALT-TAB

^X^O switches between editor windows (only).

>
> Is there a podium available?  It doesn't come up by default.
I get one by default.

How are you starting LWL?

> Is there a document that describes the differences between using the 
> IDE on Unix and other OSes?
I don't know of one that explicitly addresses differences.  I find that 
all of the keystrokes I expect to work, do.  Probably because Windows 
and Linux are more similar than OS X.

I'd be glad to answer more such questions...

pt

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: Lispworks IDE on Linux


* Jeremy Jones <CACBdJN0HP9GqmrAFXO9rExDhrm6C2zzq8D83xD3MFWKqD_27tQ@mail.gmail.com> :
Wrote on Mon, 20 Aug 2012 11:15:29 -0400:

| I've just started using the Lispworks IDE on Linux (CentOS). I've
| previously used it on Windows and OS X, but there are some
| differences. I have some questions that I haven't found documentation
| for.
|
| Is there a key stroke that can be used to bring the Listener to the
| front and/or switch between windows? Control-tab doesn't work.

The IDE provides a function "Invoke Tool", which seems to be bound to
C-# on GTK on lw601 personal
<http://www.lispworks.com/documentation/lw61/IDE-M/html/ide-m-28.htm>

[But there are other usability issues that interfere with this (and
 other menu accelerators when using the keyboard), on LW/GTK, with both
 emacs and windows bindings.]

| Is there a podium available? It doesn't come up by default.

The echo-podium comes up by default: Isn't this what you are referring
to ?

(capi:display (capi:find-interface 'lw-tools:lispworks-echo-podium))

--- Madhu

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:36 UTC