| Author |
Message |
Zhiheng Cao
Guest
|
Posted:
Sun Nov 14, 2004 10:13 pm Post subject:
How not to use CIW but UNIX command line |
|
|
I would really love it if I can use UNIX command line or Emacs
in place of the CIW which has only limited command line editing
functionality.
I tried icfb -nograph but it cannot open any windows.
Why does cadence have this stupid restriction?
I want to control icfb by command line, which I can easily repeat or
program,
because i am not that good at repetitive mouse clicking.
|
|
| Back to top |
|
 |
Jim Newton
Guest
|
Posted:
Mon Nov 15, 2004 12:08 pm Post subject:
Re: How not to use CIW but UNIX command line |
|
|
hi Zheheng, A great idea would be to write an emacs mode
that would send its ouptut to icfb, perhaps through an
ipcProcess. Have you used the emacs shell? Something like
that is what i have in mind. When you press CR, emacs sends
the line to the shell. And when the shell outputs something,
emacs copies it into the buffer. The same principle should
work for icfb. You could use all the full
screen editing features of emacs. I have never seen any
implementation of this idea, at least not yet.
-jim
Zhiheng Cao wrote:
| Quote: | I would really love it if I can use UNIX command line or Emacs
in place of the CIW which has only limited command line editing
functionality.
I tried icfb -nograph but it cannot open any windows.
Why does cadence have this stupid restriction?
I want to control icfb by command line, which I can easily repeat or
program,
because i am not that good at repetitive mouse clicking.
|
|
|
| Back to top |
|
 |
Svenn Are Bjerkem
Guest
|
Posted:
Tue Nov 16, 2004 11:43 am Post subject:
Re: How not to use CIW but UNIX command line |
|
|
Jim Newton wrote:
| Quote: | hi Zheheng, A great idea would be to write an emacs mode
that would send its ouptut to icfb, perhaps through an
ipcProcess. Have you used the emacs shell? Something like
that is what i have in mind. When you press CR, emacs sends
the line to the shell. And when the shell outputs something,
emacs copies it into the buffer. The same principle should
work for icfb. You could use all the full
screen editing features of emacs. I have never seen any
implementation of this idea, at least not yet.
|
Hi Jim,
it has been done in tcl. I think you can get a good idea on how to do
things with a different command line on.
http://ic.net/~cflynt/realprog/realwrld/nelson/nelson1.htm
--
Svenn
|
|
| Back to top |
|
 |
Boris
Guest
|
Posted:
Fri Nov 19, 2004 2:31 pm Post subject:
Re: How not to use CIW but UNIX command line |
|
|
Hi All,
Are you using skill-mode for Emacs? There is an possibility in this
mode to send buffer of selection to the icfb. It using temporary file
for Emacs to Cadence(ipcProcess) data transfer. It seems you can reuse
the code simply to implement the Cadence command line like shell.
Unfortunately I am not a Emacs guru and could not implement it by
self, but I will enjoy this feature is anybody do it :).
__
Boris.
Jim Newton <jimka@rdrop.com> wrote in message news:<2vr2ugF2mv86bU1@uni-berlin.de>...
| Quote: | hi Zheheng, A great idea would be to write an emacs mode
that would send its ouptut to icfb, perhaps through an
ipcProcess. Have you used the emacs shell? Something like
that is what i have in mind. When you press CR, emacs sends
the line to the shell. And when the shell outputs something,
emacs copies it into the buffer. The same principle should
work for icfb. You could use all the full
screen editing features of emacs. I have never seen any
implementation of this idea, at least not yet.
-jim
Zhiheng Cao wrote:
I would really love it if I can use UNIX command line or Emacs
in place of the CIW which has only limited command line editing
functionality.
I tried icfb -nograph but it cannot open any windows.
Why does cadence have this stupid restriction?
I want to control icfb by command line, which I can easily repeat or
program,
because i am not that good at repetitive mouse clicking.
|
|
|
| Back to top |
|
 |
Zhiheng Cao
Guest
|
Posted:
Sat Nov 20, 2004 7:35 am Post subject:
Re: How not to use CIW but UNIX command line |
|
|
I have made a utility to just do this. It supports TAB completion for SKILL
functions and history file, so you can use Ctrl+R to recall
command entered. It also contains Finder documents, just press TAB
twice to view the document for the function before cursor.
Cao
"Zhiheng Cao" <cao@ece.utexas.edu> wrote in message
news:cn83o5$imd$1@geraldo.cc.utexas.edu...
| Quote: | I would really love it if I can use UNIX command line or Emacs
in place of the CIW which has only limited command line editing
functionality.
I tried icfb -nograph but it cannot open any windows.
Why does cadence have this stupid restriction?
I want to control icfb by command line, which I can easily repeat or
program,
because i am not that good at repetitive mouse clicking.
|
|
|
| Back to top |
|
 |
Zhiheng Cao
Guest
|
Posted:
Sat Nov 20, 2004 7:36 am Post subject:
Re: How not to use CIW but UNIX command line |
|
|
You can download the utility from here:
http://www.ece.utexas.edu/~cao/
"Zhiheng Cao" <cao@ece.utexas.edu> wrote in message
news:cn83o5$imd$1@geraldo.cc.utexas.edu...
| Quote: | I would really love it if I can use UNIX command line or Emacs
in place of the CIW which has only limited command line editing
functionality.
I tried icfb -nograph but it cannot open any windows.
Why does cadence have this stupid restriction?
I want to control icfb by command line, which I can easily repeat or
program,
because i am not that good at repetitive mouse clicking.
|
|
|
| Back to top |
|
 |
|
|
|
|