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: Mon, 25 Mar 2002 22:33:04 +0100 Organization: Akustik Technologie Goettingen Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <15519.38800.293116.554526@jupiter.akutech-local.de> References: <15519.10877.452978.802301@jupiter.akutech-local.de> <15519.24910.256183.956874@jupiter.akutech-local.de> <7263-Mon25Mar2002221428+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 1017092182 15908 127.0.0.1 (25 Mar 2002 21:36:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 21:36:22 +0000 (UTC) Cc: rms@gnu.org, bug-gnu-emacs@gnu.org, drk@bobo.hudson.sgi.com Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pc8b-00048T-00 for ; Mon, 25 Mar 2002 22:36:21 +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 16pc8W-00048w-00; Mon, 25 Mar 2002 16:36:16 -0500 Original-Received: from mail.t-intra.de ([62.156.146.210]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pc5e-0003gI-00; Mon, 25 Mar 2002 16:33:18 -0500 Original-Received: from jupiter.akutech-local.de ([217.84.238.111]) by mail.t-intra.de with Microsoft SMTPSVC(5.5.1877.507.50); Mon, 25 Mar 2002 22:33:05 +0100 Original-Received: (from ralf@localhost) by jupiter.akutech-local.de (8.11.1/8.11.1) id g2PLX402200160; Mon, 25 Mar 2002 22:33:04 +0100 (MET) Original-To: Eli Zaretskii In-Reply-To: <7263-Mon25Mar2002221428+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:167 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:167 * Eli Zaretskii | Does this mean that the `print' problem also goes away in the 6.5.15 | build? `works' in my message was referring only to the printing problem. The printing runtime problem goes away on 6.5.9 and 6.5.15 if I dump on 6.5.15. What is left to check is whether it also goes away if one would apply the SGI patch for the runtime environment of 6.5.9 and dump there. But since the machine running 6.5.9 is critical for our daily operation, I'll have to wait for the upcoming holidays to patch/upgrade. If time permits, I will check whether the patches solve the problem too. | If not, what does ``dumping doesn't work'' mean, exactly? Does the | dumped Emacs crash? I don't get core dumps in any cases during build or dump. | Finally, does Emacs 21.1 ``work'' (in the same sense) when built on | the machine with newer OS? emacs 21.1, using gcc 2.95.3: - Compiled and dumped on 6.5.15: prints. - compiled on 6.5.9, dumped on 6.5.15: prints. - compiled on 6.5.15, dumped on 6.5.9: prints. - Compiled and dumped on 6.5.9: prints. R'