Olivier Galibert <galibert(a)pobox.com> writes:
Could someone more knowledgeable about lisp point me to the
subr/variable/whatever that does not behave the way it should so that
I can trace the problem at the C level?
It's really a late reply, but I just stepped through
fill-region-as-paragraph and found the problem.
(looking-at word-across-newline) returns t even if there's
no such characters. For example, (re-search-backward "\\cj")
in *scratch* buffer should signal error, but with pdumped
XEmacs, it returns 194.
AFAIK, \\cj is a regexp to match Japanese character. It's
one of the undocumented MULE feature.
uname -a: Linux buck 2.2.13 #6 Wed Dec 15 15:29:21 JST 1999 i686 unknown
./configure '--prefix=/opt/local' '--with-mule' '--pdump'
'--cflags=-g -O3 -Wall -Wno-switch -fno-gcse'
XEmacs 21.2-b24 "Hecate" configured for `i686-pc-linux'.
Where should the build process find the source code? /home/penny/test/xemacs
What installation prefix should install use? /opt/local
What operating system and machine description files should XEmacs use?
`s/linux.h' and `m/intel386.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall -Wno-switch
-fno-gcse
Should XEmacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/X11R6/include
Where do we find X Windows libraries? /usr/X11R6/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for PNG image handling.
Compiling in support for (builtin) GIF image handling.
Compiling in support for JPEG image handling.
Compiling in support for TIFF image handling.
Compiling in support for X-Face message headers.
Compiling in native sound support.
Compiling in support for Enlightened Sound Daemon (ESD).
Compiling in support for Berkeley DB.
Compiling in support for ncurses.
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using raw Xlib to provide XIM support.
Compiling in support for proper WM_COMMAND handling.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif native widgets.
Using Motif dialog boxes.
Compiling in dynamic shared object module support.
movemail will use "dot-locking" for locking mail spool files.
Using the new portable dumper (wishful thinking).
Compiling in extra code for debugging.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
--
Yoshiki Hayashi