On Mon, Feb 28, 2000 at 03:44:53PM +1000, Allan Rae wrote:
> On Sun, 27 Feb 2000, Kayvan A. Sylvan wrote:
> > You can select and paste using the left mouse button and the middle button:
> > To select a region of text, move the cursor to the beginning of the block
> > and press the first mouse button down. Holding this button down, drag the
> > mouse to the end of the block and release. The whole text should be selected.
> > 
> > Now, in your mailer, press the *middle* mouse button and the text you just
> > selected should be inserted at the place where you put the cursor.
> 
> This is such hard work...  A simpler way is to just do:
> 
> gdb /usr/bin/lyx core |& tee lyxdump.txt
> 
> When you quit(q) gdb you'll find a file called lyxdump.txt that contains
> all the output from gdb.  This you can then include in your email as an
> attachment or directly.  (This also assumes you are using tcsh -- it won't
> work if you use bash as your shell because bash doesn't like "|&")

If you are using bash, do this:

gdb /usr/bin/lyx core 2>&1 | tee lyxdump.txt

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to