Re: IDLWAVE question [message #34771] |
Tue, 22 April 2003 02:58  |
David Oesch
Messages: 31 Registered: October 2000
|
Member |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Another similiar IDLWAVE question...<br>
<br>
the 'completion' possibilities should be one big advantage of idlwave,
however, I did not manage to make it work.<br>
<br>
when I try e.g. completion [M-TAB] on PRIN (for print)<br>
it says: no tags table loaded...<br>
if I try Complete special<br>
it says: using 'symbols value as variable is void:cl-builtin-gethash'<br>
<br>
what dis I wrong?<br>
<br>
<br>
Cheers dave<br>
<br>
JD Smith wrote:<br>
<blockquote type="cite"
cite="midpan.2003.04.18.19.49.09.761765.7630@as.arizona.edu">
<pre wrap="">On Fri, 18 Apr 2003 11:50:57 -0700, Karthikayan Balakrishnan wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello All,
I am a long time user of Vi and am slowly
coverting to Emacs (the IDLWAVE). I read through the user manual but
there are things that do not work for me. For instance the manual says:
(Chapter: Getting Started (tutorial)) "...What was that keyword?
Position the cusor on the plot line after the comma and hit M-<tab>. A
long list of plot's keyowrds should appear. Aha, there it is,
PYSM......"
</pre>
</blockquote>
<pre wrap=""><!---->
Welcome to IDLWAVE. I assure you, soon enough you'll feel right at
home.
</pre>
<blockquote type="cite">
<pre wrap=""> When I hit M-<tab> I am taken to the next window
on the current desktop. Any idea on how I can fix this? Thanks,
</pre>
</blockquote>
<pre wrap=""><!---->
What's happening here is that your system is trapping M-<tab> and
using it for its own nefarious purposes (like switching windows).
Emacs never sees it. You can try ESC-<Tab> instead. This is
equivalent, if a little cumbersome. A better solution is to
reconfigure your system so it doesn't trap M-<tab> any longer. Since
you didn't say if this was Windows, Linux, or something else, I can't
offer any more specific advice, but it might be easy enough to
accomplish.
Good luck,
JD
</pre>
</blockquote>
<br>
</body>
</html>
|
|
|
Re: IDLWAVE question [message #34794 is a reply to message #34771] |
Fri, 18 April 2003 12:49   |
JD Smith
Messages: 850 Registered: December 1999
|
Senior Member |
|
|
On Fri, 18 Apr 2003 11:50:57 -0700, Karthikayan Balakrishnan wrote:
> Hello All,
> I am a long time user of Vi and am slowly
> coverting to Emacs (the IDLWAVE). I read through the user manual but
> there are things that do not work for me. For instance the manual says:
> (Chapter: Getting Started (tutorial)) "...What was that keyword?
> Position the cusor on the plot line after the comma and hit M-<tab>. A
> long list of plot's keyowrds should appear. Aha, there it is,
> PYSM......"
>
Welcome to IDLWAVE. I assure you, soon enough you'll feel right at
home.
> When I hit M-<tab> I am taken to the next window
> on the current desktop. Any idea on how I can fix this? Thanks,
What's happening here is that your system is trapping M-<tab> and
using it for its own nefarious purposes (like switching windows).
Emacs never sees it. You can try ESC-<Tab> instead. This is
equivalent, if a little cumbersome. A better solution is to
reconfigure your system so it doesn't trap M-<tab> any longer. Since
you didn't say if this was Windows, Linux, or something else, I can't
offer any more specific advice, but it might be easy enough to
accomplish.
Good luck,
JD
|
|
|
Re: IDLWAVE question [message #34868 is a reply to message #34771] |
Tue, 22 April 2003 10:57  |
JD Smith
Messages: 850 Registered: December 1999
|
Senior Member |
|
|
This is a common error if you recently upgraded your Emacs to Emacs 21.
Old Emacs (20.x) and new Emacs (21.x) are not "byte-compatible", such that
if you kept your old installation of IDLWAVE as-is, you'd encounter errors
like this. The easiest option is to reinstall IDLWAVE (see idlwave.org),
or re-compile the idlw*.el lisp files on your path using "M-x
byte-compile-file". A new version of IDLWAVE with a host of exciting
features should be coming out any day now.
JD
|
|
|