From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.bugs Subject: Re: `print' does not print Date: Sun, 24 Mar 2002 21:22:13 +0100 Organization: Akustik Technologie Goettingen Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <15518.13685.866557.429681@jupiter.akutech-local.de> References: <200203202019.g2KKJfs4410490@jupiter.akutech-local.de> <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> <15515.2661.133668.691007@jupiter.akutech-local.de> <200203231613.g2NGDxO02190@aztec.santafe.edu> <15518.1027.967473.81457@jupiter.akutech-local.de> <2945-Sun24Mar2002201610+0200-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1017001474 6659 127.0.0.1 (24 Mar 2002 20:24:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2002 20:24:34 +0000 (UTC) Cc: rms@gnu.org, bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pEXZ-0001jI-00 for ; Sun, 24 Mar 2002 21:24:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pEXY-00055s-00; Sun, 24 Mar 2002 15:24:32 -0500 Original-Received: from mail.t-intra.de ([62.156.146.210]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pEVM-0004pf-00; Sun, 24 Mar 2002 15:22:16 -0500 Original-Received: from jupiter.akutech-local.de ([217.84.229.163]) by mail.t-intra.de with Microsoft SMTPSVC(5.5.1877.507.50); Sun, 24 Mar 2002 21:22:14 +0100 Original-Received: (from ralf@localhost) by jupiter.akutech-local.de (8.11.1/8.11.1) id g2OKMEU3470026; Sun, 24 Mar 2002 21:22:14 +0100 (MET) Original-To: Eli Zaretskii In-Reply-To: <2945-Sun24Mar2002201610+0200-eliz@is.elta.co.il> Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:131 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:131 * Eli Zaretskii | Could you see if this change is related to the problem? For example, | what happens if you use unexelf.c from v21.1 with an otherwise | unmodified Emacs 21.2? Ok, we're getting closer. - I took a fresh copy of the 21.2 sources, compiled them with gcc -g, and confirmed that print does not print. - then I moved the 21.2 unexelf.c aside, copied the 21.1 version into the 21.2 src tree and recompiled: this works: emacs now prints. - I reinstalled the 21.2 unexelf.c version, recompiled again: no printing. So it seems the changes in unexelf.c between 21.1 and 21.2 trigger this problem. R'