Re: [Refdb-devel] refdbc -C addref & stdin
Status: Beta
Brought to you by:
mhoenicka
From: Bruce D'A. <bd...@fa...> - 2003-12-11 13:56:24
|
On Dec 11, 2003, at 7:15 AM, Michael Smith wrote: > That is, when you try the following, does refdbc stop and wait for you > to enter data on standard input? > > refdbc -d refdb2 -t ris -C addref > > Or, if you do something like either of the following, does it work? > > refdbc -d refdb2 -t ris -C addref < data.ris > > cat data.ris | refdbc -d refdb2 -t ris -C addref > > None of those work for me. My refdbc doesn't seem to be able to read > from standard input at all. OK, I added the path to my .emacs file. The first does not add anything, and tells me so. The other two work fine on my installation. If I try to do it from the menu though (this with an risx file), I get this: Could not set terminal attributes data read error. Stop. Bruce |