Hi,
Going down into the files ... Most lispref info files refers to the
file "./man/lispref/lispref.texi" for the copying conditions.
Looking there the text in lispref.texi only refers to ``GNU General
Public License''. There is nothing about version 2 and nothing about
later.
The copyright notice says:
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
Copyright (C) 1994, 1995 Sun Microsystems, Inc.
Copyright (C) 1995, 1996 Ben Wing.
Is this a problem and if so how to solve it?
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Ar an triochadú lá de mí Márta, scríobh Michael Sperber:
> Brain-dumping a problem I've been seeing for a while:
>
> Opening certain messages with funky encodings with Gnus crashes my MULE
> XEmacs for me with an assertion failure. Happens only when I use the
> nnimap backend. I've attached one.
>
> Aidan, you seem to be the go-to guy for this kind of thing. Is this
> enough for a filed bug report?
I don’t know. I’ll try to reproduce it next week, when I have some time off,
and if I manage it then, it’s enough, if I don’t, it’s not :-) .
I suspected initially that this might be a symptom of the CCL coding systems
getting much more intensive usage with the 8-bit-fixed coding systems
replacing the ISO 2022 coding systems for most European encodings. But as
far as I can tell, nothing involved in that backtrace uses the 8-bit-fixed
coding systems. How long have you been seeing these crashes for, roughly?
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Coverity, under contract to the US Department of Homeland Security
(DHS), has scanned over 2,500 open source projects for defects using
their (proprietary) automated defect detection technology.
GNU Emacs is one of the projects that they've scanned and has advanced
to Rung 1 and is apparently fixing bugs discovered by the Coverity
scanning.
I'd like to see XEmacs included in this effort, and I volunteer being
the XEmacs point of contact, the person responsible for submitting
releases to be scanned and for filing the resulting bug reports.
More info: http://scan.coverity.com/index.html
Comments?
--- Vladimir
--
Vladimir G. Ivanovic
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hi,
>From lurking on this list for a while I get the impression that the redisplay
code is very tricky. From looking through the mercurial repository on
src/redisplay.c I can see a lot of comments that support this.
I am interested in trying to add a regression suite of sorts to the redisplay
code. I took a quick look around the repository and I did not see anything
like this - but maybe I missed it.
I have in mind something like this: Create some hooks into redisplay.c that
make some critical data structures (like struct display_line) have a simple
Lisp accessible representation. Imagine serializing a struct into a simple
string or Lisp list.
Then I could create test cases that created a particular redisplay situation
and then checked to see if the data structs ended up with the right values.
It would be nice if this kind of testing could be done from inside a running
xemacs process.
The goal of this kind of regression suite would be to create enough tests
that can be used as a way of validating any future changes to the redisplay
code.
My question: Is there any C code in xemacs that creates simple Lisp structures
and returns them to Lisp? Basically I want to create a function that would
turn a struct display_line into a Lisp list - is there some code that I could
look at to get an idea on how to do this?
Thanks for any comments.
-Ram
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hi,
I have been looking into the move to GPLv3 and how to go about that in
practice. So I have changed the GPLv2 identifying script info a script that
replaces the GPLv2 text with a GPLv3 text.
Now comes the practical side of it. If I apply that script the patch will be
rather big and it will at best only take care of the files that clearly has a
GPLv2 license and change that into GPLv3. Would that be an acceptable way to
go? Changing all GPLv2 into GPLv3 and then fix the rest as we go along?
Or should we fix the possibly tricky cases first before doing the big
copyright text replacement operation?
Related to that is the questions I have asked before on the list (but as yet
hasn't been answer what I'm aware of ayway). I repeat them below:
- There seems to be quite a few files with no clear license. What
does that mean or imply for a move to GPLv3? Shall or must we keep
them as is or can they be move to GPLv3?
- And how about item #13 [see Jerry James analysis] which are copyrighted
by IBM. Even though they don't have a stated license that seems still to be
a problem to me. Can they really be used with GPLv3?
- Is the analysis, [that Jerry James did,] detailed enough or do we need
to go through each file and tag them as I proposed earlier?
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
When I click on "Create New" under Issues, it takes me to
http://tracker.xemacs.org/XEmacs/its/issue?@template=item, but there's
no form to fill in. I do get text at the top saying "New Issue Editing"
as well as a search field. Underneath that is what looks like a
horizontal rule, and then the left-hand nav bar.
Platform: Firefox 3.0.7, openSUSE 11.0, KDE3.
mike
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hi Rodney --
Please try the patch with our Mercurial branch of the Carbon2 code,
available here:
http://hg.debian.org/hg/xemacs/xemacs-carbon2
Instructions on using Mercurial for XEmacs development in general are here:
http://www.xemacs.org/Develop/hgaccess.html
Best,
Aidan
Ar an naoú lá déag de mí Márta, scríobh Sparapani, Rodney:
> Hi Aidan:
>
> I can't even get that to build. I took the 21.5.28 source, applied Andrew's
> 2 patches from http://members.shaw.ca/akochoi-xemacs/ and
> then your patch. And, it bombs. Build stream attached.
>
> Rodney
>
> -----Original Message-----
> From: Aidan Kehoe [mailto:kehoea@parhasard.net]
> Sent: Fri 2/27/2009 8:27 AM
> To: Sparapani, Rodney
> Cc: Stephen J. Turnbull; xemacs-beta(a)xemacs.org
> Subject: Re: Mac OS X Meta key? [was: That "vision" thang...]
>
>
> Ar an séú lá is fiche de mí Feabhra, scríobh Rodney Sparapani:
>
> > Aidan Kehoe wrote:
> >
> > > Click on the subject line. See also
> > > http://mid.gmane.org/18199.54743.95071.932876@parhasard.net -- I don't
> > > think I heard whether that worked for you or not, though I may not have
> > > CCed you.
> >
> > Can't remember exactly. I do remember that I had an awful time retrieving
> > the patch from the mailing list. Do people actually use them that way?
>
> Yes.
>
> > You managed to get me one via some other method. But, I don't think it
> > worked.
>
> I know my first patch in that time period didn't work for you. I don't know
> whether you tested the second patch.
>
> > I'll have to try again to make sure. Are the patches somewhere else for
> > easy retrieval?
>
> No.
>
> > > Yes, the XEmacs Carbon port should absolutely support what you want in a
> > > reasonable fashion. Do you think Choi's variable names are the way to go?
> >
> > That would be great. I think it would be a good idea to keep Andrew's
> > variable.
> > Anybody who has done this in the past will be looking for it.
>
> Okay.
>
> Please check whether the attached patch works for you out of the box. I am
> not certain that it works on current XEmacs Carbon, though.
>
>
>
> make: Nothing to be done for `all'.
> checking whether ln -s works... yes
> checking build system type... i686-apple-darwin9.6.0
> XEmacs has no builtin knowledge of `i686' machines.
> Using configure-time autodetection only.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for AIX... no
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ANSI C... (cached) none needed
> You appear to be using GCC version 4.
> checking how to run the C preprocessor... gcc -E
> checking for GNU libc... no
> Extracting information from the machine- and system-dependent headers...
> checking for preferred optimization flags...
> checking for preferred debugging flags... -g
> checking for preferred warning flags for XEMACS_CC... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter
> checking for preferred warning flags for CC... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes
> checking for remaining CFLAGS... -Os
> checking total value of XE_CFLAGS... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -Os
> checking total value of CFLAGS... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -Os
> checking for buggy gcc versions... no
> checking for dynodump... no
> checking for compiler version information... i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
> checking for standard C library version information...
> checking for malloc_set_state... no
> checking whether __after_morecore_hook exists... no
> checking for ar... ar
> checking for ranlib... ranlib -c
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for bison... bison -y
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking a.out.h usability... no
> checking a.out.h presence... no
> checking for a.out.h... no
> checking elf.h usability... no
> checking elf.h presence... no
> checking for elf.h... no
> checking cygwin/version.h usability... no
> checking cygwin/version.h presence... no
> checking for cygwin/version.h... no
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking libgen.h usability... yes
> checking libgen.h presence... yes
> checking for libgen.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking wchar.h usability... yes
> checking wchar.h presence... yes
> checking for wchar.h... yes
> checking mach/mach.h usability... yes
> checking mach/mach.h presence... yes
> checking for mach/mach.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/pstat.h usability... no
> checking sys/pstat.h presence... no
> checking for sys/pstat.h... no
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/timeb.h usability... yes
> checking sys/timeb.h presence... yes
> checking for sys/timeb.h... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/vlimit.h usability... no
> checking sys/vlimit.h presence... no
> checking for sys/vlimit.h... no
> checking ulimit.h usability... yes
> checking ulimit.h presence... yes
> checking for ulimit.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for ANSI C header files... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether sys_siglist is declared... yes
> checking for utime... yes
> checking return type of signal handlers... void
> checking for size_t... yes
> checking for pid_t... yes
> checking for uid_t in sys/types.h... rm: conftest.dSYM: is a directory
> yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for ssize_t... yes
> checking for socklen_t... yes
> checking for struct timeval... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for struct tm.tm_zone... yes
> checking for an ANSI C-conforming const... yes
> checking whether make sets $(MAKE)... yes
> checking whether byte ordering is bigendian... no
> checking for short... yes
> checking size of short... 2
> checking for int... yes
> checking size of int... 4
> checking for long... yes
> checking size of long... 4
> checking for long long... yes
> checking size of long long... 8
> checking for void *... yes
> checking size of void *... 4
> checking for double... yes
> checking size of double... 8
> checking for long file names... yes
> checking for sin... yes
> checking for mkstemp... yes
> checking type of mail spool file locking...
> checking for lockf... yes
> checking for flock... yes
> checking whether the -xildoff compiler flag is required... no
> checking for specified window system...
> checking for MS-Windows...
> checking for main in -lgdi32... no
> Using Carbon.
> checking for WM_COMMAND option... no
> checking X11/Xauth.h usability... yes
> checking X11/Xauth.h presence... yes
> checking for X11/Xauth.h... yes
> checking for XauGetAuthByAddr in -lXau... no
> checking for module support...
> checking how to build dynamic libraries for i686-apple-darwin9.6.0...
> checking how to produce PIC code... -dynamic
> checking if PIC flag -dynamic really works... yes
> checking if C compiler can produce shared libraries... yes
> checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
> checking if the linker is GNU ld... no
> checking for dlerror... yes
> checking for _dlerror... no
> checking if drag and drop API is needed... yes ( Carbon )
> checking for LDAP...
> checking ldap.h usability... yes
> checking ldap.h presence... yes
> checking for ldap.h... yes
> checking lber.h usability... yes
> checking lber.h presence... yes
> checking for lber.h... yes
> checking for ldap_search in -lldap... yes
> checking for ber_pvt_opt_on in -llber... yes
> checking for ldap_set_option... yes
> checking for ldap_get_lderrno... no
> checking for ldap_result2error... yes
> checking for ldap_parse_result... yes
> checking for PostgreSQL...
> checking libpq-fe.h usability... no
> checking libpq-fe.h presence... no
> checking for libpq-fe.h... no
> checking pgsql/libpq-fe.h usability... no
> checking pgsql/libpq-fe.h presence... no
> checking for pgsql/libpq-fe.h... no
> checking postgresql/libpq-fe.h usability... no
> checking postgresql/libpq-fe.h presence... no
> checking for postgresql/libpq-fe.h... no
> checking for graphics libraries...
> checking compface.h usability... no
> checking compface.h presence... no
> checking for compface.h... no
> checking for cbrt... yes
> checking for closedir... yes
> checking for dup2... yes
> checking for eaccess... no
> checking for fmod... yes
> checking for fpathconf... yes
> checking for frexp... yes
> checking for fsync... yes
> checking for ftime... yes
> checking for ftruncate... yes
> checking for getaddrinfo... yes
> checking for gethostname... yes
> checking for getnameinfo... yes
> checking for getpagesize... yes
> checking for getrlimit... yes
> checking for gettimeofday... yes
> checking for getcwd... yes
> checking for link... yes
> checking for logb... yes
> checking for lrand48... yes
> checking for matherr... yes
> checking for mkdir... yes
> checking for mktime... yes
> checking for perror... yes
> checking for poll... yes
> checking for random... yes
> checking for readlink... yes
> checking for rename... yes
> checking for res_init... yes
> checking for rint... yes
> checking for rmdir... yes
> checking for select... yes
> checking for setitimer... yes
> checking for setpgid... yes
> checking for setsid... yes
> checking for sigblock... yes
> checking for sighold... yes
> checking for sigprocmask... yes
> checking for snprintf... yes
> checking for strerror... yes
> checking for strlwr... no
> checking for strupr... no
> checking for symlink... yes
> checking for tzset... yes
> checking for ulimit... yes
> checking for umask... yes
> checking for usleep... yes
> checking for vlimit... no
> checking for vsnprintf... yes
> checking for waitpid... yes
> checking for wcscmp... yes
> checking for wcslen... yes
> checking for getpt... no
> checking for _getpty... no
> checking for grantpt... yes
> checking for unlockpt... yes
> checking for ptsname... yes
> checking for killpg... yes
> checking for tcgetpgrp... yes
> checking for openpty... yes
> checking libutil.h usability... no
> checking libutil.h presence... no
> checking for libutil.h... no
> checking util.h usability... yes
> checking util.h presence... yes
> checking for util.h... yes
> checking pty.h usability... no
> checking pty.h presence... no
> checking for pty.h... no
> checking sys/pty.h usability... no
> checking sys/pty.h presence... no
> checking for sys/pty.h... no
> checking stropts.h usability... no
> checking stropts.h presence... no
> checking for stropts.h... no
> checking for getloadavg... yes
> checking sys/loadavg.h usability... no
> checking sys/loadavg.h presence... no
> checking for sys/loadavg.h... no
> checking whether netdb declares h_errno... yes
> checking for sigsetjmp... yes
> checking whether localtime caches TZ... no
> checking whether gettimeofday accepts one or two arguments... two
> checking for inline... inline
> checking for typeof... __typeof__
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for working alloca in function calls... yes
> checking for working scanf... yes
> checking for working strcoll... yes
> checking for getpgrp... yes
> checking whether getpgrp requires zero arguments... yes
> checking for working mmap... no
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for socket... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking for sun_len member in struct sockaddr_un... yes
> checking for ip_mreq struct in netinet/in.h... yes
> checking for msgget... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/msg.h usability... yes
> checking sys/msg.h presence... yes
> checking for sys/msg.h... yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking nlist.h usability... yes
> checking nlist.h presence... yes
> checking for nlist.h... yes
> checking for sound support...
> checking machine/soundcard.h usability... no
> checking machine/soundcard.h presence... no
> checking for machine/soundcard.h... no
> checking sys/soundcard.h usability... no
> checking sys/soundcard.h presence... no
> checking for sys/soundcard.h... no
> checking linux/soundcard.h usability... no
> checking linux/soundcard.h presence... no
> checking for linux/soundcard.h... no
> checking alsa/input.h usability... no
> checking alsa/input.h presence... no
> checking for alsa/input.h... no
> checking for TTY-related features...
> checking for tgetent in -lncurses... yes
> checking ncurses/curses.h usability... no
> checking ncurses/curses.h presence... no
> checking for ncurses/curses.h... no
> checking ncurses/term.h usability... no
> checking ncurses/term.h presence... no
> checking for ncurses/term.h... no
> checking for ncurses/curses.h... (cached) no
> checking gpm.h usability... no
> checking gpm.h presence... no
> checking for gpm.h... no
> checking for database support...
> checking ndbm.h usability... yes
> checking ndbm.h presence... yes
> checking for ndbm.h... yes
> checking for dbm_open in -lgdbm... no
> checking for dbm_open... yes
> checking for u_int8_t... yes
> checking for u_int16_t... yes
> checking for u_int32_t... yes
> checking for Berkeley db.h... db.h
> checking for Berkeley DB version... 1
> rm: conftest.dSYM: is a directory
> checking for dbopen... yes
>
>
> XEmacs 21.5-b28 "fuki" configured for `i686-apple-darwin9.6.0'.
>
> Compilation Environment and Installation Defaults:
> Source code location: /usr/local/src/xemacs/xemacs-21.5.28
> Installation prefix: /usr/local
> Operating system description file: `s/darwin.h'
> Not using any machine description file
> Compiler version: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
> - GCC specs file: specs.
> - Compiler command: gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -Os
> libc version:
> Relocating allocator for buffers: no
> GNU version of malloc: no
> - The GNU allocators don't work with this system configuration.
>
> Window System:
> Compiling in support for Mac OS X Carbon.
> Using Lucid menubars.
> Using Lucid scrollbars.
> Compiling in support for Drag'n'Drop (EXPERIMENTAL).
> - Drag'n'Drop prototype: Carbon.
>
> TTY:
> Compiling in support for ncurses.
>
> Images:
> Compiling in support for GIF images (builtin).
> Compiling in support for XPM images.
> WARNING: -----------------------------------------------------------
> WARNING: Compiling without PNG image support.
> WARNING: You should strongly consider installing the PNG libraries.
> WARNING: Otherwise certain images and glyphs may not display.
> WARNING: (a copy may be found in ftp://ftp.xemacs.org/pub/xemacs/aux)
> WARNING: -----------------------------------------------------------
>
> Sound:
>
> Databases:
> Compiling in support for Berkeley database.
> Compiling in support for DBM.
> Compiling in support for LDAP.
>
> Internationalization:
>
> Mail:
> Compiling in support for "file" mail spool file locking method.
>
> Other Features:
> Inhibiting IPv6 canonicalization at startup.
> Compiling in support for dynamic shared object modules.
> Using the new GC mark algorithms (KKCC).
> WARNING: ---------------------------------------------------------
> WARNING: The new algorithms are experimental. They are enabled by
> WARNING: default for this release. Use `--disable-kkcc' to
> WARNING: turn it off.
> WARNING: ---------------------------------------------------------
> Using the new portable dumper.
> Dumping into executable.
> Compiling in support for extra debugging code.
> Compiling in support for runtime error checking.
> WARNING: ---------------------------------------------------------
> WARNING: XEmacs will run noticeably more slowly as a result.
> WARNING: Error checking is on by default for XEmacs beta releases.
> WARNING: ---------------------------------------------------------
>
>
> configure: creating ./config.status
> config.status: creating Makefile.in
> config.status: creating lib-src/Makefile.in
> config.status: creating src/Makefile.in
> config.status: creating modules/ldap/Makefile.in
> config.status: creating src/paths.h
> config.status: creating src/xemacs.def.in
> config.status: creating lib-src/config.values
> config.status: creating lib-src/ellcc.h
> config.status: creating src/config.h
> config.status: creating lwlib/config.h
> config.status: lwlib/config.h is unchanged
> config.status: executing default commands
> creating ./Makefile
> creating ./GNUmakefile
> creating lib-src/Makefile
> creating lib-src/GNUmakefile
> creating src/Makefile
> creating src/GNUmakefile
> creating src/.gdbinit
> creating src/.dbxrc
> creating src/xemacs.def
> creating modules/ldap/Makefile
> creating modules/ldap/GNUmakefile
> rm -f core
> rm -f core lisp/auto-autoloads.el* lisp/custom-load.el*
> rm -f lisp/mule/auto-autoloads.el* lisp/mule/custom-load.el*
> rm -f modules/auto-autoloads.el* modules/custom-load.el*
> rm -f etc/PROBLEMS
> rm -f TAGS .sbinit lock/* lisp/finder-inf.el*
> rm -f config.status config.log confdefs.h config-tmp-* build-install Installation
> rm -f GNUmakefile Makefile Makefile.in
> rm -f Installation.el Installation.elc
> rm -f *.elc lisp/*.elc lisp/mule/*.elc lisp/term/*.elc modules/*.elc
> rm -f *~ \#*
> for d in lib-src src modules/ldap man ; do (cd ./$d && make extraclean); done
> rm -f *.o *.i core
> rm -f gnuclient ellcc etags ctags b2m ootags gnuserv fakemail wakeup profile make-docfile digest-doc sorted-doc movemail cvtmail yow hexl mmencode make-path make-dump-id insert-data-in-exec *.exe
> rm -f DOC *.tab.c *.tab.h TAGS ellcc.h blessmail config.values
> rm -f GNUmakefile Makefile Makefile.in
> rm -f *~ \#*
> rm -f *.o *.i *.rtl *.ln core \
> temacs puremacs quantmacs covmacs rtcmacs temacs.exe \
> sheap-adjust.h dump-id.c ./NEEDTODUMP SATISFIED \
> ../lib-src/*.po ../lib-src/*.mo
> rm -f temacs xemacs ../lib-src/DOC
> rm -f libextcli* /usr/local/src/xemacs/xemacs-21.5.28/src/../lisp/auto-autoloads.el* /usr/local/src/xemacs/xemacs-21.5.28/src/../lisp/custom-load.el* \
> /usr/local/src/xemacs/xemacs-21.5.28/src/../lisp/mule/auto-autoloads.el* /usr/local/src/xemacs/xemacs-21.5.28/src/../lisp/mule/custom-load.el* \
> /usr/local/src/xemacs/xemacs-21.5.28/src/../modules/auto-autoloads.el* /usr/local/src/xemacs/xemacs-21.5.28/src/../modules/custom-load.el*
> rm -f config.h paths.h Emacs.ad.h /usr/local/src/xemacs/xemacs-21.5.28/src/../lisp/finder-inf.el* \
> TAGS xemacs.def xemacs.def.in
> rm -f GNUmakefile Makefile Makefile.in
> rm -f *~ \#* m/*~ m/\#* s/*~ s/\#*
> rm -f eldap.o eldap_i.* core
> rm -f eldap.ell
> rm -f config.* TAGS
> rm -f GNUmakefile Makefile Makefile.in configure
> rm -f *~ \#*
> rm -f *.toc *.aux *.log *.op *.cp *.cps *.fn *.fns
> rm -f *.ky *.kys *.pg *.pgs *.tp *.tps *.vr *.vrs
> rm -f core *.dvi *.pdf
> rm -f *~ \#* */*~ */\#*
> checking whether ln -s works... yes
> checking build system type... i686-apple-darwin9.6.0
> XEmacs has no builtin knowledge of `i686' machines.
> Using configure-time autodetection only.
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for egrep... grep -E
> checking for AIX... no
> checking for gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ANSI C... (cached) none needed
> You appear to be using GCC version 4.
> checking how to run the C preprocessor... gcc -E
> checking for GNU libc... no
> Extracting information from the machine- and system-dependent headers...
> checking for preferred optimization flags... -O2
> checking for preferred debugging flags... -g
> checking for preferred warning flags for XEMACS_CC... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter
> checking for preferred warning flags for CC... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes
> checking for remaining CFLAGS... -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS
> checking total value of XE_CFLAGS... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS
> checking total value of CFLAGS... -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS
> checking for buggy gcc versions... no
> checking for dynodump... no
> checking for compiler version information... i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
> checking for standard C library version information...
> checking for malloc_set_state... no
> checking whether __after_morecore_hook exists... no
> checking for ar... ar
> checking for ranlib... ranlib -c
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for bison... bison -y
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking a.out.h usability... no
> checking a.out.h presence... no
> checking for a.out.h... no
> checking elf.h usability... no
> checking elf.h presence... no
> checking for elf.h... no
> checking cygwin/version.h usability... no
> checking cygwin/version.h presence... no
> checking for cygwin/version.h... no
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking libgen.h usability... yes
> checking libgen.h presence... yes
> checking for libgen.h... yes
> checking locale.h usability... yes
> checking locale.h presence... yes
> checking for locale.h... yes
> checking wchar.h usability... yes
> checking wchar.h presence... yes
> checking for wchar.h... yes
> checking mach/mach.h usability... yes
> checking mach/mach.h presence... yes
> checking for mach/mach.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/pstat.h usability... no
> checking sys/pstat.h presence... no
> checking for sys/pstat.h... no
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/timeb.h usability... yes
> checking sys/timeb.h presence... yes
> checking for sys/timeb.h... yes
> checking sys/times.h usability... yes
> checking sys/times.h presence... yes
> checking for sys/times.h... yes
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking sys/vlimit.h usability... no
> checking sys/vlimit.h presence... no
> checking for sys/vlimit.h... no
> checking ulimit.h usability... yes
> checking ulimit.h presence... yes
> checking for ulimit.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking for ANSI C header files... (cached) yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether sys_siglist is declared... yes
> checking for utime... yes
> checking return type of signal handlers... void
> checking for size_t... yes
> checking for pid_t... yes
> checking for uid_t in sys/types.h... rm: conftest.dSYM: is a directory
> yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for ssize_t... yes
> checking for socklen_t... yes
> checking for struct timeval... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for struct tm.tm_zone... yes
> checking for an ANSI C-conforming const... yes
> checking whether make sets $(MAKE)... yes
> checking whether byte ordering is bigendian... no
> checking for short... yes
> checking size of short... 2
> checking for int... yes
> checking size of int... 4
> checking for long... yes
> checking size of long... 4
> checking for long long... yes
> checking size of long long... 8
> checking for void *... yes
> checking size of void *... 4
> checking for double... yes
> checking size of double... 8
> checking for long file names... yes
> checking for sin... yes
> checking for mkstemp... yes
> checking type of mail spool file locking...
> checking for lockf... yes
> checking for flock... yes
> checking whether the -xildoff compiler flag is required... no
> checking for specified window system...
> checking for MS-Windows...
> checking for main in -lgdi32... no
> Using Carbon.
> checking for WM_COMMAND option... no
> checking X11/Xauth.h usability... yes
> checking X11/Xauth.h presence... yes
> checking for X11/Xauth.h... yes
> checking for XauGetAuthByAddr in -lXau... no
> checking for module support...
> checking how to build dynamic libraries for i686-apple-darwin9.6.0...
> checking how to produce PIC code... -dynamic
> checking if PIC flag -dynamic really works... yes
> checking if C compiler can produce shared libraries... yes
> checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
> checking if the linker is GNU ld... no
> checking for dlerror... yes
> checking for _dlerror... no
> checking if drag and drop API is needed... yes ( Carbon )
> checking for LDAP...
> checking for PostgreSQL...
> checking libpq-fe.h usability... no
> checking libpq-fe.h presence... no
> checking for libpq-fe.h... no
> checking pgsql/libpq-fe.h usability... no
> checking pgsql/libpq-fe.h presence... no
> checking for pgsql/libpq-fe.h... no
> checking postgresql/libpq-fe.h usability... no
> checking postgresql/libpq-fe.h presence... no
> checking for postgresql/libpq-fe.h... no
> checking for graphics libraries...
> checking compface.h usability... no
> checking compface.h presence... no
> checking for compface.h... no
> checking for Mule-related features... checking libintl.h usability... yes
> checking libintl.h presence... yes
> checking for libintl.h... yes
> checking for strerror in -lintl... yes
> checking for Mule input methods... checking wnn/jllib.h usability... no
> checking wnn/jllib.h presence... no
> checking for wnn/jllib.h... no
> checking canna/jrkanji.h usability... no
> checking canna/jrkanji.h presence... no
> checking for canna/jrkanji.h... no
> configure: WARNING: You may ignore any *Present but not compiled* message
> from autoconf. We detect that condition and recheck, but there
> is no way to suppress autoconf's message.
> checking canna/jrkanji.h usability... no
> checking canna/jrkanji.h presence... no
> checking for canna/jrkanji.h... no
> configure: WARNING: You may ignore any *Present but not compiled* message
> from autoconf. We detect that condition and recheck, but there
> is no way to suppress autoconf's message.
> checking canna/jrkanji.h usability... no
> checking canna/jrkanji.h presence... no
> checking for canna/jrkanji.h... no
> configure: WARNING: You may ignore any *Present but not compiled* message
> from autoconf. We detect that condition and recheck, but there
> is no way to suppress autoconf's message.
> checking canna/jrkanji.h usability... no
> checking canna/jrkanji.h presence... no
> checking for canna/jrkanji.h... no
> configure: WARNING: You may ignore any *Present but not compiled* message
> from autoconf. We detect that condition and recheck, but there
> is no way to suppress autoconf's message.
> configure: WARNING: Canna configuration failed. If you expected success,
> maybe you need --with-site-prefixes=/usr/local/canna?
> checking for cbrt... yes
> checking for closedir... yes
> checking for dup2... yes
> checking for eaccess... no
> checking for fmod... yes
> checking for fpathconf... yes
> checking for frexp... yes
> checking for fsync... yes
> checking for ftime... yes
> checking for ftruncate... yes
> checking for getaddrinfo... yes
> checking for gethostname... yes
> checking for getnameinfo... yes
> checking for getpagesize... yes
> checking for getrlimit... yes
> checking for gettimeofday... yes
> checking for getcwd... yes
> checking for link... yes
> checking for logb... yes
> checking for lrand48... yes
> checking for matherr... yes
> checking for mkdir... yes
> checking for mktime... yes
> checking for perror... yes
> checking for poll... yes
> checking for random... yes
> checking for readlink... yes
> checking for rename... yes
> checking for res_init... yes
> checking for rint... yes
> checking for rmdir... yes
> checking for select... yes
> checking for setitimer... yes
> checking for setpgid... yes
> checking for setsid... yes
> checking for sigblock... yes
> checking for sighold... yes
> checking for sigprocmask... yes
> checking for snprintf... yes
> checking for strerror... yes
> checking for strlwr... no
> checking for strupr... no
> checking for symlink... yes
> checking for tzset... yes
> checking for ulimit... yes
> checking for umask... yes
> checking for usleep... yes
> checking for vlimit... no
> checking for vsnprintf... yes
> checking for waitpid... yes
> checking for wcscmp... yes
> checking for wcslen... yes
> checking for getpt... no
> checking for _getpty... no
> checking for grantpt... yes
> checking for unlockpt... yes
> checking for ptsname... yes
> checking for killpg... yes
> checking for tcgetpgrp... yes
> checking for openpty... yes
> checking libutil.h usability... no
> checking libutil.h presence... no
> checking for libutil.h... no
> checking util.h usability... yes
> checking util.h presence... yes
> checking for util.h... yes
> checking pty.h usability... no
> checking pty.h presence... no
> checking for pty.h... no
> checking sys/pty.h usability... no
> checking sys/pty.h presence... no
> checking for sys/pty.h... no
> checking stropts.h usability... no
> checking stropts.h presence... no
> checking for stropts.h... no
> checking for getloadavg... yes
> checking sys/loadavg.h usability... no
> checking sys/loadavg.h presence... no
> checking for sys/loadavg.h... no
> checking whether netdb declares h_errno... yes
> checking for sigsetjmp... yes
> checking whether localtime caches TZ... no
> checking whether gettimeofday accepts one or two arguments... two
> checking for inline... inline
> checking for typeof... __typeof__
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for working alloca in function calls... yes
> checking for working scanf... yes
> checking for working strcoll... yes
> checking for getpgrp... yes
> checking whether getpgrp requires zero arguments... yes
> checking for working mmap... no
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for socket... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking arpa/inet.h usability... yes
> checking arpa/inet.h presence... yes
> checking for arpa/inet.h... yes
> checking for sun_len member in struct sockaddr_un... yes
> checking for ip_mreq struct in netinet/in.h... yes
> checking for msgget... yes
> checking sys/ipc.h usability... yes
> checking sys/ipc.h presence... yes
> checking for sys/ipc.h... yes
> checking sys/msg.h usability... yes
> checking sys/msg.h presence... yes
> checking for sys/msg.h... yes
> checking dirent.h usability... yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking nlist.h usability... yes
> checking nlist.h presence... yes
> checking for nlist.h... yes
> checking for sound support...
> checking machine/soundcard.h usability... no
> checking machine/soundcard.h presence... no
> checking for machine/soundcard.h... no
> checking sys/soundcard.h usability... no
> checking sys/soundcard.h presence... no
> checking for sys/soundcard.h... no
> checking linux/soundcard.h usability... no
> checking linux/soundcard.h presence... no
> checking for linux/soundcard.h... no
> checking alsa/input.h usability... no
> checking alsa/input.h presence... no
> checking for alsa/input.h... no
> checking for TTY-related features...
> checking for tgetent in -lncurses... yes
> checking ncurses/curses.h usability... no
> checking ncurses/curses.h presence... no
> checking for ncurses/curses.h... no
> checking ncurses/term.h usability... no
> checking ncurses/term.h presence... no
> checking for ncurses/term.h... no
> checking for ncurses/curses.h... (cached) no
> checking gpm.h usability... no
> checking gpm.h presence... no
> checking for gpm.h... no
> checking for database support...
> checking ndbm.h usability... yes
> checking ndbm.h presence... yes
> checking for ndbm.h... yes
> checking for dbm_open in -lgdbm... no
> checking for dbm_open... yes
> checking for u_int8_t... yes
> checking for u_int16_t... yes
> checking for u_int32_t... yes
> checking for Berkeley db.h... db.h
> checking for Berkeley DB version... 1
> rm: conftest.dSYM: is a directory
> checking for dbopen... yes
>
>
> XEmacs 21.5-b28 "fuki" configured for `i686-apple-darwin9.6.0'.
>
> Compilation Environment and Installation Defaults:
> Source code location: /usr/local/src/xemacs/xemacs-21.5.28
> Installation prefix: /usr/local/src/xemacs/xemacs-21.5.28/carbon/XEmacs.app/Contents/Resources
> Operating system description file: `s/darwin.h'
> Not using any machine description file
> Compiler version: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
> - GCC specs file: specs.
> - Compiler command: gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS
> libc version:
> Relocating allocator for buffers: no
> GNU version of malloc: no
> - The GNU allocators don't work with this system configuration.
>
> Window System:
> Compiling in support for Mac OS X Carbon.
> Using Lucid menubars.
> Using Lucid scrollbars.
> Compiling in support for Drag'n'Drop (EXPERIMENTAL).
> - Drag'n'Drop prototype: Carbon.
>
> TTY:
> Compiling in support for ncurses.
>
> Images:
> Compiling in support for GIF images (builtin).
> Compiling in support for XPM images.
> WARNING: -----------------------------------------------------------
> WARNING: Compiling without PNG image support.
> WARNING: You should strongly consider installing the PNG libraries.
> WARNING: Otherwise certain images and glyphs may not display.
> WARNING: (a copy may be found in ftp://ftp.xemacs.org/pub/xemacs/aux)
> WARNING: -----------------------------------------------------------
>
> Sound:
>
> Databases:
> Compiling in support for Berkeley database.
> Compiling in support for DBM.
>
> Internationalization:
> Compiling in support for Mule (multi-lingual Emacs).
>
> Mail:
> Compiling in support for "file" mail spool file locking method.
>
> Other Features:
> Inhibiting IPv6 canonicalization at startup.
> Compiling in support for dynamic shared object modules.
> Using the new portable dumper.
> Dumping into executable.
> Compiling in support for extra debugging code.
>
>
> configure: creating ./config.status
> config.status: creating Makefile.in
> config.status: creating lib-src/Makefile.in
> config.status: creating src/Makefile.in
> config.status: creating src/paths.h
> config.status: creating src/xemacs.def.in
> config.status: creating lib-src/config.values
> config.status: creating lib-src/ellcc.h
> config.status: creating src/config.h
> config.status: creating lwlib/config.h
> config.status: lwlib/config.h is unchanged
> config.status: executing default commands
> creating ./Makefile
> creating ./GNUmakefile
> creating lib-src/Makefile
> creating lib-src/GNUmakefile
> creating src/Makefile
> creating src/GNUmakefile
> creating src/.gdbinit
> creating src/.dbxrc
> creating src/xemacs.def
> Producing `src/Emacs.ad.h' from `etc/Emacs.ad'.
> Resetting `src/sheap-adjust.h'.
> cp /usr/local/src/xemacs/xemacs-21.5.28/PROBLEMS etc/PROBLEMS
> cd ./lib-src && make all
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/gnuslib.c
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/gnuclient.c gnuslib.o -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o gnuclient
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/gnuclient.c:60:
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.h:107: warning: function declaration isn't a prototype
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ellcc.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o ellcc
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.c
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.c:108:
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.h:107: warning: function declaration isn't a prototype
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.c:950: warning: no previous prototype for 'getopt'
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt1.c
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt1.c:26:
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.h:107: warning: function declaration isn't a prototype
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H \
> -DINHIBIT_STRING_HEADER /usr/local/src/xemacs/xemacs-21.5.28/src/regex.c
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -DEMACS_NAME='"XEmacs"' -DVERSION='"21.5-b28"' /usr/local/src/xemacs/xemacs-21.5.28/lib-src/etags.c getopt.o getopt1.o regex.o -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o etags
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/etags.c:214:
> ./getopt.h:107: warning: function declaration isn't a prototype
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/etags.c:1033:6: warning: "PRINT_UNDOCUMENTED_OPTIONS_HELP" is not defined
> gcc -DCTAGS -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -DEMACS_NAME='"XEmacs"' -DVERSION='"21.5-b28"' /usr/local/src/xemacs/xemacs-21.5.28/lib-src/etags.c getopt.o getopt1.o regex.o -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o ctags
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/etags.c:214:
> ./getopt.h:107: warning: function declaration isn't a prototype
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/etags.c:1033:6: warning: "PRINT_UNDOCUMENTED_OPTIONS_HELP" is not defined
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/b2m.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o b2m
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -DVERSION='"21.5-b28"' /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c getopt.o getopt1.o regex.o -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o ootags
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:102:
> ./getopt.h:107: warning: function declaration isn't a prototype
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c: In function 'C_entries':
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.buffer' may be used uninitialized in this function
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.linepos' may be used uninitialized in this function
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.lineno' may be used uninitialized in this function
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.linelen' may be used uninitialized in this function
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.named' may be used uninitialized in this function
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/ootags.c:2642: warning: 'savetok.str' may be used uninitialized in this function
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/gnuserv.c gnuslib.o -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o gnuserv
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/fakemail.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o fakemail
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/wakeup.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o wakeup
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/profile.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o profile
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/make-docfile.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o make-docfile
> gcc -Demacs -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/digest-doc.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o digest-doc
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/sorted-doc.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o sorted-doc
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/movemail.c /usr/local/src/xemacs/xemacs-21.5.28/lib-src/pop.c \
> getopt.o getopt1.o regex.o -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o movemail
> In file included from /usr/local/src/xemacs/xemacs-21.5.28/lib-src/movemail.c:76:
> /usr/local/src/xemacs/xemacs-21.5.28/lib-src/getopt.h:107: warning: function declaration isn't a prototype
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/cvtmail.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o cvtmail
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/yow.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o yow
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/hexl.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o hexl
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/mmencode.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o mmencode
> gcc -Demacs -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/make-path.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o make-path
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -I. -I../src -I/usr/local/src/xemacs/xemacs-21.5.28/lib-src -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H /usr/local/src/xemacs/xemacs-21.5.28/lib-src/make-dump-id.c -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -lncurses -lintl -o make-dump-id
> gcc -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wdeclaration-after-statement -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -L/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm insert-data-in-exec.c -o insert-data-in-exec
> cd ./src && make all
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 abbrev.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 alloc.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 alloca.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 blocktype.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 buffer.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 bytecode.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 callint.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 console-carbon.c
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 device-carbon.c
> device-carbon.c: In function 'carbon_init_device':
> device-carbon.c:36: warning: target of assignment not really an lvalue; this will be a hard error in the future
> gcc -c -I/usr/local/src/xemacs/xemacs-21.5.28/carbon/xpm -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O2 -DDONT_EXTERN_INLINE_HEADER_FUNCTIONS -Demacs -I. -I/usr/local/src/xemacs/xemacs-21.5.28/src -DHAVE_CONFIG_H -std=c99 event-carbon.c
> event-carbon.c: In function 'open_documents_ae_handler':
> event-carbon.c:192: warning: 'FSpMakeFSRef' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:7477)
> event-carbon.c: In function 'retranslate_keycode':
> event-carbon.c:305: warning: 'KLGetCurrentKeyboardLayout' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:436)
> event-carbon.c:309: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
> event-carbon.c:318: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
> event-carbon.c:336: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
> event-carbon.c: In function 'retranslate_option':
> event-carbon.c:361: warning: 'KLGetCurrentKeyboardLayout' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:436)
> event-carbon.c:364: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
> event-carbon.c:380: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
> event-carbon.c:394: warning: implicit declaration of function 'Fgethash'
> event-carbon.c:423: warning: 'KLGetKeyboardLayoutProperty' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Keyboards.h:322)
> event-carbon.c:435: error: 'char_code' undeclared (first use in this function)
> event-carbon.c:435: error: (Each undeclared identifier is reported only once
> event-carbon.c:435: error: for each function it appears in.)
> event-carbon.c: In function 'text_input_event_handler':
> event-carbon.c:528: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'UInt32'
> event-carbon.c:528: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'UInt32'
> event-carbon.c:528: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'UInt32'
> make[1]: *** [event-carbon.o] Error 1
> make: *** [src] Error 2
>
> All done.
>
> The XEmacs application bundle that is built can be found at
>
> /usr/local/src/xemacs/xemacs-21.5.28/carbon/XEmacs.app.
>
> It can now be moved into any other folder (in its entirety) if
> necessary. By default, XEmacs will find packages installed in
>
> ~/.xemacs
>
> or
>
> XEmacs.app/Contents/Resources/lib.
>
> Packages in the second directory are moved along with the
> application bundle when it is moved.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
================================================================
Dear Bug Team!
Not sure how to describe this issue, since I am not really familiar
with the proper nomenclature. Individual characters seem to come from
different fonts even though the default font should provide them as
e.g. Firefox seems to be perfectly able to display them
(cf. http://www.alanwood.net/unicode/)
[I am not even sure how this message comes across. We'll see...]
Example:
My XEmacs fonts are set up as follows
XEmacs*Tabs.xftFont: sans-10
XEmacs*menubar*xftFont: sans-10
XEmacs.modeline.attributeFont: sans-10:style=condensed
XEmacs.default.attributeFont: monospace-12
Where `monospace' is really an alias to:
$ fc-match monospace
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
In Gnus, I configure the summary window to use tree-style threading
like this:
; Add date to summary line
(setq gnus-summary-line-format "%U%R%z %d %(%-23,23f%) %4k %B%s\n")
(setq gnus-sum-thread-tree-indent " "
gnus-sum-thread-tree-root "â¼ "
gnus-sum-thread-tree-false-root "â½ "
gnus-sum-thread-tree-single-indent "â "
gnus-sum-thread-tree-leaf-with-other "ââ " ;â¶
gnus-sum-thread-tree-vertical "â"
gnus-sum-thread-tree-single-leaf "ââ ") ;â¶
My XEmacs uses a different font (not the configured "monospace") to
display the character "WHITE DOWN-POINTING TRIANGLE" (as I am looking
at this glyph it appears slightly larger than it should and it is not
antialiased). Same for the "BLACK DIAMOND" in the next line. Also, the
commented characters following `gnus-sum-thread-tree-leaf-with-other'
and `gnus-sum-thread-tree-single-leaf' should be "BLACK RIGHT-POINTING
TRIANGLE". I see place holder appearing as tilde "~". When I
copy/paste the character from XEmacs into a Gnome Terminal, I get the
proper glyph (in the terminal, not XEmacs).
What can I do to provide better information?
Regards
Marcus
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux dipsy 2.6.24-19-generic #1 SMP Fri Jul 11 21:01:46 UTC 2008 x86_64 GNU/Linux
./configure '--with-pop' '--with-sound=alsa' '--enable-menubars=lucid' '--enable-scrollbars=athena' '--enable-dialogs=athena' '--enable-widgets=athena' '--with-athena=3d' '--without-gpm' '--without-ldap' '--without-postgresql' '--with-mule' '--without-xim' '--without-canna' '--with-xft=emacs,tabs,gauges,menubars' '--with-zlib' '--without-bignum' '--with-kkcc' '--with-newgc' '--without-error-checking' '--with-modules' '--with-database=berkdb' '--with-ncurses'
XEmacs 21.5-b28 "fuki" 4cb7c59b5201 configured for `x86_64-unknown-linux'.
Compilation Environment and Installation Defaults:
Source code location: /home/marcus/projekte/xemacs-beta
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Not using any machine description file
Compiler version: gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g
libc version: GNU libc 2.7-10ubuntu3 (Debian)
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location:
- X Windows libraries location:
- Handling WM_COMMAND properly.
- Using fontconfig to manage fonts.
- Compiling in support for Xft antialiased fonts (EXPERIMENTAL).
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
- Using Xft to render antialiased fonts in menubars.
WARNING: This feature will be replaced with a face.
Using Athena scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in tab controls.
WARNING: This feature will be replaced with a face.
- Using Xft to render antialiased fonts in progress bars.
WARNING: This feature will be replaced with a face.
WARNING: This feature not yet implemented; setting ignored.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Compiling in support for ALSA (Advanced Linux Sound Architecture).
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new incremental garbage collector and the new allocator.
Using POSIX sigaction() to install fault handler.
Using the new portable dumper.
Compiling in support for extra debugging code.
Load-Path Lisp Shadows:
----------------------
(/home/marcus/.xemacs/site-packages/lisp/misc/mmm-c
/usr/local/share/xemacs/xemacs-packages/lisp/misc/mmm-c
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-sample
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-sample
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-noweb
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-noweb
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-mason
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-mason
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-univ
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-univ
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-compat
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-compat
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-class
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-class
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-rpm
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-rpm
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-cmds
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-cmds
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-mode
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-mode
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-auto
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-auto
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-cweb
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-cweb
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-vars
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-vars
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-utils
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-utils
/home/marcus/projekte/packages/xemacs-packages/mmm-mode/mmm-region
/usr/local/share/xemacs/xemacs-packages/lisp/mmm-mode/mmm-region
/home/marcus/.xemacs/site-packages/lisp/wisent-specman/wisent-specman-wy
/usr/local/share/xemacs/xemacs-packages/lisp/wisent-specman/wisent-specman-wy
/home/marcus/.xemacs/site-packages/lisp/wisent-specman/numbers
/usr/local/share/xemacs/xemacs-packages/lisp/wisent-specman/numbers
/home/marcus/.xemacs/site-packages/lisp/wisent-specman/wisent-specman
/usr/local/share/xemacs/xemacs-packages/lisp/wisent-specman/wisent-specman
/home/marcus/.xemacs/site-packages/lisp/wisent-specman/wisent-specman-support
/usr/local/share/xemacs/xemacs-packages/lisp/wisent-specman/wisent-specman-support
/usr/local/share/xemacs/mule-packages/lisp/mule-base/japan-util
/usr/local/share/xemacs-21.5-b28/lisp/mule/japan-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/china-util
/usr/local/share/xemacs-21.5-b28/lisp/mule/china-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/ethio-util
/usr/local/share/xemacs-21.5-b28/lisp/mule/ethio-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/korea-util
/usr/local/share/xemacs-21.5-b28/lisp/mule/korea-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/cyril-util
/usr/local/share/xemacs-21.5-b28/lisp/mule/cyril-util
/usr/local/share/xemacs/mule-packages/lisp/mule-base/viet-util
/usr/local/share/xemacs-21.5-b28/lisp/mule/viet-util
/usr/local/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/usr/local/share/xemacs-21.5-b28/lisp/regexp-opt
/usr/local/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/local/share/xemacs-21.5-b28/lisp/easy-mmode)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : nil
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : en_US.UTF-8
Lisp locale settings:
current-language-environment => "English (UTF-8)"
default-buffer-file-coding-system => utf-8
default-process-coding-system => (undecided . utf-8)
(current-locale) => "en_US.UTF-8"
keyboard-coding-system => utf-8
terminal-coding-system => utf-8
(coding-priority-list) =>
(utf-8 iso-8-1 utf-16-little-endian-bom utf-16-bom utf-8-bom iso-7
no-conversion iso-8-2 iso-8-designate iso-lock-shift shift-jis
big5 utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to utf-8
'file-name is aliased to binary
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(xwem ver: 1.22 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xemacs-devel ver: 1.78 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.18 upstream: No-Upstream-Ver)
(w3 ver: 1.35 upstream: 4.0pre47)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(tramp ver: 1.4 upstream: 2.0.56)
(time ver: 1.14 upstream: 1.17)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(slider ver: 1.15 upstream: 0.3x1)
(sh-script ver: 1.24 upstream: 2.0f)
(sasl ver: 1.16 upstream: 1.14.4)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.1 upstream: 426)
(psgml ver: 1.45 upstream: 1.3.2)
(ps-print ver: 1.12 upstream: 6.5.6)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pcomplete ver: 1.05 upstream: 1.1.6)
(pcl-cvs ver: 1.68 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(net-utils ver: 1.56 upstream: N/A)
(misc-games ver: 1.2 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(ilisp ver: 1.34 upstream: 5.12.0)
(igrep ver: 1.16 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hm--html-menus ver: 1.24 upstream: 5.9)
(gnus ver: 1.93 upstream: 5.10.8)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.05 upstream: No-Upstream-Ver)
(games ver: 1.18 upstream: 1.04)
(fsf-compat ver: 1.17 upstream: No-Upstream-Ver)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.4 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.16 upstream: 0fc80a3f6bb3bb59f42e9ff83cc8b89bf90fe658)
(elib ver: 1.13 upstream: 1.0)
(efs ver: 1.34 upstream: 1.24)
(edit-utils ver: 2.4 upstream: No-Upstream-Ver)
(ediff ver: 1.75 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.21 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.08 upstream: 0.1)
(dired ver: 1.19 upstream: 7.16)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.38 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(bbdb ver: 1.32 upstream: 2.35)
(auctex ver: 1.5 upstream: 11.84)
(apel ver: 1.33 upstream: 10.6)
(mule-base ver: 1.53 upstream: No-Upstream-Ver)
(leim ver: 1.27 upstream: No-Upstream-Ver)
(latin-euro-standards ver: 1.08 upstream: 1.08)
Installed Modules:
-----------------
Features:
--------
(w3m-form w3m w3m-hist w3m-xmas path-util w3m-ccl pccl pccl-20 ccl
w3m-favicon w3m-image w3m-proc w3m-util poem poem-xm pces pces-xfc
pces-20 broken pces-xm poe-xemacs poe pym static apel-ver product
gnus-dup smtpmail bbdb-gui tex-info texinfo context tex-jp tex-fold
preview prv-xemacs tex-bar tex-buf toolbar-x outline font-latex font
latex edmacro tex-style tex sb-info info browse-url cus-edit cus-load
view-less view ehelp electric xemacsbug shadow hyper-apropos
semantic-el semantic-bovine bovine-debug semantic-debug gnus-kill
annotations flow-fill pp gnus-cite gnus-async gnus-bcklg sort gnus-ml
disp-table gnus-topic parse-time nnfolder utf7 nnimap imap nndraft
nnmh bbdb-gnus bbdb-snarf mail-extr bbdb-com encrypt gnus-agent
gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu
mml2015 pgg password pgg-parse pgg-def mm-view gnus-sum gnus-group
gnus-undo nntp nnoo nnmail mail-source format-spec gnus-cache
gnus-start gnus-spec gnus-int gnus-range message mml mml-sec mml-smime
smime dig mm-decode mm-bodies mm-encode mailcap lpr mail-parse rfc2045
rfc2231 rfc2047 qp ietf-drums mail-abbrevs sendmail mailheader canlock
sha1 executable hex-util gnus-win gnus gnus-ems gnus-xmas messagexmas
nnheader nnheaderxm gnus-util netrc time-date mail-utils mm-util
mail-prsvr cal-china lunar solar cal-dst cal-persia cal-islam
cal-julian cal-hebrew holidays ede-simple cedet-files ede-linux
ede-emacs diary-lib timer-funcs lazy-lock mmm-mode mmm-univ mmm-class
mmm-region mmm-utils font-lock blink-paren pending-del ede-cpp-root
senator semantic-imenu semantic-sb imenu semantic-mru-bookmark
semanticdb-mode semantic-idle semantic-decorate-include
semanticdb-find semanticdb-ref semantic-decorate-mode
semantic-decorate pulse cedet cedet-contrib-load contrib-autoloads
cogre-load cogre-autoloads speedbar-load speedbar-autoloads ede-load
ede-autoloads ede-speedbar ede-files ede efs-cu eieio-speedbar
semantic-ia-sb semantic-analyze semantic-scope semantic-analyze-fcn
semantic-sort semanticdb-el semanticdb-search semantic-find semanticdb
semantic-ctxt semantic-format semantic-util-modes semantic-util
semantic semantic-lex semantic-tag working fame speedbar sb-image
ezimage dframe assoc eieio-custom wid-edit ede-source eieio-base
srecode-load srecode srecode-autoloads semantic-load semantic-fw
semantic-autoloads mode-local find-func eieio-load eieio-autoloads
cedet-load cedet-compat common-autoloads eieio byte-optimize bytecomp
byte-compile inversion appt calendar cal-xemacs cal-compat paren
mic-paren timer mmm-auto mmm-vars mmm-compat overlay align mailcrypt
rfc822 comint ring bbdb regexp-opt timezone strokes cus-face
atomic-extents advice advice-preload uniquify mwheel gnuserv
xwem-autoloads xslt-process-autoloads xslide-autoloads xlib-autoloads
xemacs-devel-autoloads xemacs-base-autoloads w3-autoloads
vhdl-autoloads vc-autoloads tramp-autoloads time-autoloads
text-modes-autoloads texinfo-autoloads supercite-autoloads
strokes-autoloads sounds-wav-autoloads sounds-au-autoloads
slider-autoloads sh-script-autoloads sasl-autoloads reftex-autoloads
re-builder-autoloads python-modes-autoloads psgml-autoloads
ps-print-autoloads prog-modes-autoloads pgg-autoloads
perl-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads net-utils-autoloads misc-games-autoloads mine-autoloads
mailcrypt-autoloads mail-lib-autoloads ilisp-autoloads igrep-autoloads
idlwave-autoloads ibuffer-autoloads hm--html-menus-autoloads
gnus-autoloads gnats-autoloads general-docs-autoloads games-autoloads
fsf-compat-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
eshell-autoloads elib-autoloads efs-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads ecrypto-autoloads ecb-autoloads
docbookide-autoloads dired-autoloads debug-autoloads cookie-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads bbdb-autoloads tex-site auctex-autoloads
apel-autoloads mule-base-autoloads leim-autoloads
latin-euro-standards-autoloads w3m-autoloads w3m-load
modules-autoloads mule-autoloads auto-autoloads auto-show fontl-hooks
canna-leim tibetan slovenian czech romanian lao devanagari indian
cyrillic code-cmds gutter-items menubar-items x-menubar mode-motion
mouse behavior itimer auto-save lisp-mode easymenu easy-mmode
iso8859-1 page buff-menu lib-complete loadhist cus-file derived
newcomment rsz-minibuf env text-props fontconfig frame obsolete
cus-start custom widget cl-extra cl cl-19 packages backquote unicode
font-mgr athena-scrollbars cut-buffer xft-fonts lucid-menubars
athena-dialogs x c-balloon-help tty-frames tty toolbar native-sound
alsa-sound scrollbar unix-processes multicast network-streams
subprocesses modules menu-accelerator-support menubar berkeley-db dbm
md5 xemacs mule gutter tiff png gif jpeg xface xpm xbm lisp-float-type
file-coding linux dialog devices window-system base64)
Recent keystrokes:
-----------------
down down down down down down down down down down down
down down down down down down down C-h a s c r o l
l b a r RET down down down down down down down down
down RET misc-user misc-user misc-user misc-user misc-user
misc-user misc-user misc-user misc-user button1 button1up
button1 button1up button1 button1up button1 button1up
C-x k RET C-x k C-g C-x o C-x k RET up up up down RET
5 0 RET / N button1 button1up B DEL y e s RET q up
up M-x r e p o TAB r TAB x TAB RET
Recent messages (most recent first):
-----------------------------------
Fontifying *mail to XEmacs Beta*... done.
Fontifying *mail to XEmacs Beta*...
Making completion list...
nnimap: Setting marks in Inbox...done
nnimap: Setting marks in Inbox...
nnimap: Setting marks in Inbox...done
nnimap: Setting marks in Inbox...
Generating summary...done
Generating summary...
Scoring...done
Scoring...
Fetching headers for nnimap+imap.1und1.de:Inbox...done
Fetching headers for nnimap+imap.1und1.de:Inbox...
nnimap: Updating info for nnimap+imap.1und1.de:Inbox...done
nnimap: Updating info for nnimap+imap.1und1.de:Inbox...
Generating summary...done
Generating summary...
Scoring...done
Scoring...
Fetching headers for nnimap+imap.1und1.de:Inbox...done
--
note that "property" can also be used as syntaxtic sugar to reference
a property, breaking the clean design of verilog; [...]
(seen on http://www.veripool.com/verilog-mode_news.html)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
I've upgraded the tracker to Roundup 1.4.8. I don't think this is
terribly likely to fix any of the issues people have posted, but if
you've reported a tracker issue, feel free to check if things have
improved on your issue and let me know and/or close the issue.
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta