From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Control-D in grep output Date: Mon, 21 Jul 2008 11:08:29 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216682092 29233 80.91.229.12 (21 Jul 2008 23:14:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 23:14:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 22 01:15:41 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KL4bU-0003jL-3e for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Jul 2008 01:15:40 +0200 Original-Received: from localhost ([127.0.0.1]:55905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL4aa-0003B5-T3 for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Jul 2008 19:14:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKxwD-0003YE-Uz for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:08:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKxwB-0003XH-Rm for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:08:36 -0400 Original-Received: from [199.232.76.173] (port=50667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKxwB-0003XC-Iy for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:08:35 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.250]:45375) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKxwB-000885-A7 for help-gnu-emacs@gnu.org; Mon, 21 Jul 2008 12:08:35 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so400134ana.84 for ; Mon, 21 Jul 2008 09:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=i8yePaR/yiz7AF4LjQNLTqWov6IzJv1vo7uxi1yg/j0=; b=uDVrLF8Bo1Bd3npCX/+2NuD9P0FXpttjhIilUX2HuZe9anQQcWjT3VtAsDZ6SUOfKp 2rUH40xapLA4Q8Ztw8PGUTygRT33HKAK6D1bbslctsVmg8NQHvjZecoYYvrjDm90rjw4 uhYN5FWmwkCutftn+hN0EE/5bI8EsParbGYp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=vSmS6bqv2qAX5jZU0AUboAg/Ok+yq1H2vzzQgjqG2EiFPlzipcmmQhzejKJ5Zw1wew m52QObA16FYoDsugb3zx+wR8ONXZBrfZaSLZzRjg2GA5pQBtGsm5P3JRZQguFPXosHL/ MspadLWgK3LyPZBtflv4/+71otXhTSjH93f64= Original-Received: by 10.100.122.8 with SMTP id u8mr1818097anc.103.1216656514010; Mon, 21 Jul 2008 09:08:34 -0700 (PDT) Original-Received: from NewToy.austin.ibm.com ( [32.97.110.143]) by mx.google.com with ESMTPS id c1sm5508126ana.26.2008.07.21.09.08.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Jul 2008 09:08:33 -0700 (PDT) X-Mailer: Apple Mail (2.926) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 21 Jul 2008 19:12:32 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55776 Archived-At: I am running emacs 22.1.1 on AIX 5.3. When I do "grep" from inside emacs the very first line has an extra ^D (control-D, one character). I've moved my .kshrc, .profile, .bashrc, and .bash_profile files off to the side thinking that they somehow were introducing the problem but that does not make a difference. I set debug-on-entry on compilation-start. When I step through it via the debugger, if I step through it slowly, I do not have the issue. If I just step a few steps in and then hit continue, I have the problem. Anyone have some suggestions of what this could be or how to debug it? Thank you, Perry