From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Sabin To: gdb@cygnus.com Subject: keeping commands out of the history Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199903060607.BAA11685@banzai3.insignia.org> X-SW-Source: 1999-q1/msg00085.html Hi, I'm playing with emacs's gud.el to make it display some stuff from gdb in other buffers. The problem is that the commands used to get the data go into gdb's history, which is not intended. I looked for some option for temporarily bypassing command history, but didn't find anything. It seems that DDD is able to do this. I looked at its source for a bit, but didn't see anything special it's doing. Does anyone know if there's a way to do what I'm talking about, or how DDD seems to manage to do it? TIA, Todd