From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#18795: 25.0.50; Error when click window-mgr icon to close window (frame) and quit Emacs Date: Fri, 24 Oct 2014 14:34:27 -0400 Message-ID: References: <6a550c31-c7d5-4f9e-b28e-d0865694a423@default> <83mw8o84g9.fsf@gnu.org> <83lho883gm.fsf@gnu.org> <83bnp47yay.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1414175712 15251 80.91.229.3 (24 Oct 2014 18:35:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 18:35:12 +0000 (UTC) Cc: 18795@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 24 20:35:07 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xhjhb-0000JZ-6J for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 20:35:07 +0200 Original-Received: from localhost ([::1]:49995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhjha-0006by-O1 for geb-bug-gnu-emacs@m.gmane.org; Fri, 24 Oct 2014 14:35:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhjhY-0006b4-05 for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2014 14:35:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhjhX-00074z-1C for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2014 14:35:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhjhW-00074v-Ub for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2014 14:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XhjhW-0002Sl-EP for bug-gnu-emacs@gnu.org; Fri, 24 Oct 2014 14:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 24 Oct 2014 18:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18795 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 18795-submit@debbugs.gnu.org id=B18795.14141756729425 (code B ref 18795); Fri, 24 Oct 2014 18:35:02 +0000 Original-Received: (at 18795) by debbugs.gnu.org; 24 Oct 2014 18:34:32 +0000 Original-Received: from localhost ([127.0.0.1]:34285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xhjh1-0002Rw-Sb for submit@debbugs.gnu.org; Fri, 24 Oct 2014 14:34:32 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:50546 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xhjgz-0002Ro-78 for 18795@debbugs.gnu.org; Fri, 24 Oct 2014 14:34:29 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xhjgx-0006Sy-6Q; Fri, 24 Oct 2014 14:34:27 -0400 X-Spook: Peking Merlin 2600 Magazine fraud Cocaine csim airframe X-Ran: 1z`fU~@89bb(]-N3aO)`o@$MCE3'tS_%udj\'kUGI}:L8Sg:-\FT7WYdk_g6-vBR1GH% (Eli Zaretskii's message of "Wed, 22 Oct 2014 21:29:41 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:95035 Eli Zaretskii wrote: > It would be best to strip temacs.exe manually ("strip temacs.exe") and > then re-dump Emacs, before running "make install". That's because > "make install-strip" on Windows will produce a binary that Windows > will refuse to run (this is fixed on the trunk), and OTOH uploading a > binary zip with 2 50MB binaries bloated by DWARF-2 debug info is not > the best idea. FWIW this is contrary to the GNU coding standards. (But then so is using MS Windows. :) ) https://www.gnu.org/prep/standards/html_node/Standard-Targets.html Do not strip executables when installing them. This helps eventual debugging that may be needed later, and nowadays disk space is cheap [...]