bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs 22.1 on hp-ux 11.11 core dumps when DISPLAY not set


From: Glenn Morris
Subject: Re: emacs 22.1 on hp-ux 11.11 core dumps when DISPLAY not set
Date: Tue, 04 Sep 2007 22:03:36 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Richard Stallman wrote:

> Is HPUX 11.11 the current version?
>
> How many years ago was HPUX 11.11 released?

According to the internet, it was released in 2000 and is 3 or 4
versions old.

I looked for non-file scope statics in src/*.c. I think there are only
a handful that aren't definitely in Windows, Mac, or VMS specific code:

grep -E '^[ \t]+static ' *.c | grep -Ev '^(w32|msdos|mac)'

alloca.c      find_stack_direction
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


Not relevant:

emacs.c (commment), getloadavg.c (vms), regex.c (not emacs),
strftime.c (indented file scope), sunfns.c, sysdep.c (vms), unexsunos4.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]