From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: emacs 22.1 on hp-ux 11.11 core dumps when DISPLAY not set Date: Thu, 06 Sep 2007 03:04:56 -0400 Message-ID: References: <1B2B2EF98D55CB41BD16F13B18B9B0080303EEB4@FFBRUE001.cfmu.corp.eurocontrol.int> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189064773 18102 80.91.229.12 (6 Sep 2007 07:46:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 07:46:13 +0000 (UTC) Cc: philippe.waroquiers@eurocontrol.int, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 09:46:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITC3z-0004Pp-0p for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 09:46:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITC3x-0007G4-8s for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 03:46:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITC3s-0007Br-EQ for emacs-devel@gnu.org; Thu, 06 Sep 2007 03:46:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITC3q-00077S-EN for emacs-devel@gnu.org; Thu, 06 Sep 2007 03:45:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITC3q-00077D-AZ for emacs-devel@gnu.org; Thu, 06 Sep 2007 03:45:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITC3p-0005CZ-TG for emacs-devel@gnu.org; Thu, 06 Sep 2007 03:45:58 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ITBQ8-0003Dy-MG; Thu, 06 Sep 2007 03:04:56 -0400 X-Spook: Semtex Geraldton encryption Mafia CDMA mania Blowpipe X-Ran: MnBjCYQ-t7wD$zZAME`JwU;_Pg}QaO&D!Cyeq<}=qu0qu/3N;t^(u]@C~$a"7Sa\r4,$_v X-Hue: magenta X-Attribution: GM In-Reply-To: (Richard Stallman's message of "Wed, 05 Sep 2007 16:01:58 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77953 Archived-At: Richard Stallman wrote: > So what about USG systems. There is no problem with USG 5.4. > Are the USG 5.3 derivatives totally gone now? No idea, sorry. > fringe.c init_fringe_bitmap > gtkutil.c menu_grab_callback, xg_separator_p > image.c our_memory_fill_input_buffer, gif_load > xselect.c x_reply_selection_request > > I think we may as well fix the last four, unless that is hard. Can > you fix them? I guess so. Do I just move all static variables to file scope, irrespective of type? Does it matter whether they are explicitly initialized, or if the values never change? > alloca.c is not an issue. It checks for #define static and gives an > error. It is also surely obsolete since 15 years ago; let's delete it > and its whole support mechanism in Emacs 23. Remove src/alloca.c from the trunk, you mean?