Hello
One year ago or so I asked how to construct an interactive
function which allows to choose a list of interactive
functions.
Stephen Turnbull suggested something like this:
(defun pandoc-text-2-rtf-or-odt (ch)
(interactive "c1: pnc-txt-2-RTF,2: pnc-txt-2-ODT 3: pnc-txt-2-LaTeX ")
(setq ch (downcase ch))
(call-interactively (cond ((eql ch ?1) #'pandoc-txt-2-rtf)
((eql ch ?2) #'pandoc-txt-2-odt)
((eql ch ?3) #'pandoc-latex-2-rft)
(t (error 'args-out-of-range '(1 2 3 4 ch))))))
That works very nicely and simplified my life.
However when I have more than say four functions, the list
of choices which is displayed in the minibuffer becomes so
long that I cannot see the last element.
Does somebody know how to construct an interactive call which is
displayed in the minibuffer by various lines?
I looked into the code of auctex and org-mode. Both have
functions which display a list of interactive
functions. However these solutions are either very complicated or
very much nested (calls a function which calls another
function, which...)
Thanks
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
>>>>> Uwe Brauer <oub(a)mat.ucm.es> writes:
> However as far as know org-mode < vs 7 works well with
> Xemacs 21.4.X but only 21.5.X works with org-mode >vs
> * That is why I don't know whether it makes really sense to
> provide orgmode as a xemacs pkg.
I think this is an easy case. Since we don't have org-mode now in the
packages, introducing it for 21.5 won't make things worse for a 21.4
user. All new packages could be handled this way I think.
IMHO the problematic cases are packages that used to work for both
21.4 and 21.5 but when synced with upstream does not work with 21.4
any more. This has been discussed here before and as I get it the
current position is "let's take care of that when it happens."
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I've caught up my workspace with release documentation to the present,
and fixed up my release scripts for a new workstation. I expect to do
a beta release within a couple of days to catch up the current beta to
the current tip, which seems quite stable. Then another at the end of
August or mid-September (depending on status of pending projects at
the end of August).
If you've got something done that's definitely done, feel free to push
or submit it now.
I will take care of reviewing, committing, and pushing already
submitted patches for the next beta. Requests are welcome and will be
given priority, but I'm not going to hold this beta for anything less
than a crash or data corruption fix. Among other things, I'm out of
practice and I wouldn't be surprised if quality of the release process
is less than industrial-strength. So a plan for another beta real
soon "whether we really need one or not". :-)
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I installed OS X 10.8 on my iMacs yesterday. XEmacs compiles and links without an error. temacs runs and byte compiles the elisp files. The build fails near the end when the dumped version of XEmacs tries load and run -batch and the batch-update functions.
I recall reading somewhere that 10.8 would be unfriendly to programs that dump and then try to run the dumped file. Perhaps that is what is going on. Is there a way to configure so that XEmacs does not create a dumped image and then to run temacs instead? That way I could test the executable to see if it was stable. Here is the only part of the crash report with usable data:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 xemacs 0x00000001018b8dea pdump_load_finish + 330
1 xemacs 0x00000001018b97e5 pdump_load + 101 (dumper.c:2682)
2 xemacs 0x00000001018985e1 xemacs_21_5_b31_i386_apple_darwin12_0_0 + 3841 (emacs.c:1399)
3 xemacs 0x0000000101899114 main + 164
4 xemacs 0x000000010184e304 start + 52
Here is the tail end of the build:
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
if test -f dump-size; then \
../lib-src/insert-data-in-exec temacs xemacs.dmp xemacs ` ./temacs -si`; \
ret=$? ; \
if test ${ret} -eq 2; then \
rm -f dump-size ; \
else \
if test ${ret} -eq 1; then \
exit 1; \
else \
chmod +x xemacs ; \
fi ; \
fi ; \
fi
dumped_data found at offset 0x3d2f60, patching.
dumped_data found at offset 0x3d2f60, patching.
if test ! -f dump-size; then \
../lib-src/insert-data-in-exec -s xemacs.dmp > dump-size ; \
rm -f dump-data.o xemacs xemacs.dmp temacs;\
make xemacs; \
fi
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f batch-update-elc-2 /Users/royar/src/xemacs-hg/src/../lisp
make[1]: *** [update-elc-2] Segmentation fault: 11
make: *** [src] Error 2
Here is the configuration:
uname -a: Darwin grendel.frinabulax.org 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64
./configure '--with-mule' '--with-gcc' '--with-scrollbars=lucid' '--with-widgets=athena' '--with-athena=3d' '--with-dialogs=athena' '--prefix=/Users/royar/usr/local' '--with-png' '--with-jpeg' '--with-tiff' '--with-xim=no' '--enable-sound=none,esd' '--disable-xfs' '--with-compiler=gcc' '--disable-kkcc' '--without-ipv6-cname' '--without-ldap' '--without-postgresql' '--x-includes=/opt/X11/include' '--x-libraries=/opt/X11/lib' '--with-xft=emacs,gauges,tabs' '--with-union-type' '--with-bignum=gmp' '--without-error-checking' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-arch x86_64' 'LDFLAGS=-L/usr/lib -lncurses -lz -L/opt/X11/lib -lpng -lXpm -lXft -lXrender -lXt -lXext -lX11 -lSM -lICE -lfontconfig -L/opt/local/lib -ltiff -ljpeg -lesd' 'CPPFLAGS=-I/opt/local/include -I/opt/X11/include -I/opt/X11/include/freetype2' 'CXX=/usr/bin/g++-4.2'
XEmacs 21.5-b31 "ginger" ee95ef1e644c+ configured for `i386-apple-darwin12.0.0'.
Compilation Environment and Installation Defaults:
Source code location: /Users/royar/src/xemacs-hg
Installation prefix: /Users/royar/usr/local
Not using any operating system description file
Machine description file: `m/intel386.h'
Compiler version: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wunused-parameter -g -arch x86_64
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 the X window system:
- X Windows headers location: /opt/X11/include
- X Windows libraries location: /opt/X11/lib
- 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 Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
- Using Xft to render antialiased fonts in tab controls.
WARNING: This Xft feature will be replaced with a face.
- Using Xft to render antialiased fonts in progress bars.
WARNING: This Xft feature will be replaced with a face.
WARNING: This Xft feature not yet implemented; setting ignored.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for ESD (Enlightened Sound Daemon).
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 "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for more number types using the GNU MP library.
Using the union type for Lisp_Objects.
WARNING: ---------------------------------------------------------
WARNING: This tends to trigger compiler bugs, especially when
WARNING: combined with MULE and ERROR_CHECKING. Crashes have
WARNING: been seen with various versions of GCC (up to about 2.95),
WARNING: and recently with Visual C++ as well (mid-2003).
WARNING: More recent versions may be safer, or not.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
--
Robert Delius Royar <xemacs(a)frinabulax.org>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Never mind, I see this is from an older version that I was picking up in my PATH.
Does not happen with the beta.
On Jul 25, 2012, at 8:04 PM, Rich Cook wrote:
> Hi, I'm getting a crash lately with xemacs. I cannot use syntax highlighting without the below occurring.
> Thanks
> Apologies if this is a duplicate. It also occurs with the newer xemacs.
>
> rcook@richcookhomemac (~): uname -a
> Darwin richcookhomemac 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
>
> rcook@richcookhomemac (~): emacs test.sh
>
> Fatal error (11).
>
> Your files have been auto-saved.
> Use `M-x recover-session' to recover them.
>
> Your version of XEmacs was distributed with a PROBLEMS file that may describe
> your crash, and with luck a workaround. Please check it first, but do report
> the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
> or by selecting `Send Bug Report' from the Help menu. If necessary, send
> ordinary email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include the XEmacs
> configuration from M-x describe-installation, or equivalently the file
> Installation in the top of the build tree.
>
> *Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
> to be able to analyze the problem. Locate the core file produced as a result
> of this crash (often called `core' or `core.<process-id>', and located in
> the directory in which you started XEmacs or your home directory), and type
>
> gdb /opt/local/bin/xemacs core
>
> then type `where' at the debugger prompt. No GDB on your system? You may
> have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
> If no core file was produced, enable them (often with `ulimit -c unlimited'
> in case of future recurrance of the crash.
>
> Lisp backtrace follows:
>
> dispatch-non-command-events()
> # (condition-case ... . ((nil)))
> progress-feedback-dispatch-non-command-events()
> # bind (tmsg top frame value message label)
> append-progress-feedback(font-lock "Fontifying test.sh..." 0 nil)
> # bind (frame value message label)
> display-progress-feedback(font-lock "Fontifying test.sh..." 0)
> # bind (str)
> # (unwind-protect ...)
> # bind (args value fmt label)
> progress-feedback-with-label(font-lock "Fontifying %s..." 0 "test.sh")
> # bind (maybe-loudly end beg)
> font-lock-default-unfontify-region(1 13 t)
> # bind (loudly end beg)
> font-lock-unfontify-region(1 13 t)
> # bind (was-on font-lock-verbose font-lock-message-threshold aborted)
> # (unwind-protect ...)
> font-lock-default-fontify-buffer()
> # bind (font-lock-verbose)
> font-lock-fontify-buffer()
> # bind (on-p maximum-size arg)
> font-lock-mode()
> (progn (font-lock-mode) (customize-set-variable (quote font-lock-mode) font-lock-mode))
> eval((progn (font-lock-mode) (customize-set-variable (quote font-lock-mode) font-lock-mode)))
> # (condition-case ... . error)
> # (catch top-level ...)
> Segmentation fault: 11
>
>
> (gdb) where
> #0 0x00007fff9302f82a in __kill ()
> #1 0x0000000100035d75 in fatal_error_signal ()
> #2 <signal handler called>
> #3 0x0000000100559cd2 in XDrawLine ()
> #4 0x000000010015fbef in GaugeExpose ()
> #5 0x00000001004f120e in SendExposureEvent ()
> #6 0x00000001004f1624 in XtDispatchEventToWidget ()
> #7 0x00000001004f02c1 in _XtDefaultDispatcher ()
> #8 0x00000001004f0f72 in XtDispatchEvent ()
> #9 0x00000001004fc9ca in XtAppProcessEvent ()
> #10 0x00000001001288cd in emacs_Xt_event_pending_p ()
> #11 0x000000010007801a in Fdispatch_non_command_events ()
> #12 0x00000001000390bf in Feval ()
> #13 0x000000010003f233 in condition_case_3 ()
> #14 0x00000001000121d6 in execute_rare_opcode ()
> #15 0x00000001000127bb in execute_optimized_program ()
> #16 0x000000010000f866 in funcall_compiled_function ()
> #17 0x0000000100039c9e in Ffuncall ()
> #18 0x0000000100012982 in execute_optimized_program ()
> #19 0x000000010000f866 in funcall_compiled_function ()
> #20 0x0000000100039c9e in Ffuncall ()
> #21 0x0000000100012982 in execute_optimized_program ()
> #22 0x000000010000f866 in funcall_compiled_function ()
> #23 0x0000000100039c9e in Ffuncall ()
> #24 0x0000000100012982 in execute_optimized_program ()
> #25 0x000000010000f866 in funcall_compiled_function ()
> #26 0x0000000100039c9e in Ffuncall ()
> #27 0x0000000100012982 in execute_optimized_program ()
> #28 0x000000010000f866 in funcall_compiled_function ()
> #29 0x0000000100039c9e in Ffuncall ()
> #30 0x0000000100012982 in execute_optimized_program ()
> #31 0x000000010000f866 in funcall_compiled_function ()
> #32 0x0000000100039c9e in Ffuncall ()
> #33 0x0000000100012982 in execute_optimized_program ()
> #34 0x000000010000f866 in funcall_compiled_function ()
> #35 0x0000000100039c9e in Ffuncall ()
> #36 0x0000000100012982 in execute_optimized_program ()
> #37 0x000000010000f866 in funcall_compiled_function ()
> #38 0x0000000100039c9e in Ffuncall ()
> #39 0x0000000100012982 in execute_optimized_program ()
> #40 0x000000010000f866 in funcall_compiled_function ()
> #41 0x00000001000393c9 in Feval ()
> #42 0x0000000100036b59 in Fprogn ()
> #43 0x0000000100038f94 in Feval ()
> #44 0x0000000100039aee in Ffuncall ()
> #45 0x000000010003bc8f in call1 ()
> #46 0x000000010007ad99 in execute_command_event ()
> #47 0x0000000100077f7c in Fdispatch_event ()
> #48 0x000000010001c127 in Fcommand_loop_1 ()
> #49 0x000000010003c713 in condition_case_1 ()
> #50 0x000000010001c28a in command_loop_2 ()
> #51 0x000000010003af7b in internal_catch ()
> #52 0x000000010001c646 in initial_command_loop ()
> #53 0x0000000100035877 in xemacs_21_4_22_i386_apple_darwin11_3_0 ()
> #54 0x000000010003598a in main ()
>
>
> uname -a: Darwin richcookhomemac 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
>
> ./configure '--prefix=/opt/local' '--mandir=/opt/local/share/man' '--without-postgresql' '--without-ldap' '--with-sound=none' '--pdump' '--site-prefixes=/opt/local' '--with-tty' '--with-dialogs=athena' '--with-widgets=athena' '--with-athena=3d' '--with-database=gdbm' '--with-mule'
>
>
> XEmacs 21.4.22 "Instant Classic" configured for `i386-apple-darwin11.3.0'.
>
>
> Compilation / Installation:
> Source code location: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_xemacs/xemacs/work/xemacs-21.4.22
> Installation prefix: /opt/local
> Additional prefixes: /opt/local
> Operating system description file: `s/darwin.h'
> Not using any machine description file
> Compiler: /usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64
> Compiler version: /usr/bin/llvm-gcc-4.2 on i386-apple-darwin11.3.0
> Relocating allocator for buffers: no
> GNU version of malloc: no
> - The GNU allocators don't work with this system configuration.
> libc: system-provided libc on i386-apple-darwin11.3.0
>
> Window System:
> Compiling in support for the X window system:
> - X Windows headers location: /usr/X11/include
> - X Windows libraries location: /opt/local/lib
> - Handling WM_COMMAND properly.
> Compiling in support for the Athena widget set:
> - Athena headers location: X11/Xaw3d
> - Athena library to link: Xaw3d
> Using Lucid menubars.
> Using Lucid scrollbars.
> Using Athena dialog boxes.
> Using Athena native widgets.
>
> 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:
>
> Databases:
> Compiling in support for GNU DBM.
>
> Internationalization:
> Compiling in support for Mule (multi-lingual Emacs).
> Compiling in support for XIM (X11R5+ I18N input method).
> - Using raw Xlib to provide XIM support.
>
> Mail:
> Compiling in support for "dot-locking" 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.
>
>
> Rich Cook
> wealthychef(a)yahoo.com
>
> "What is most personal is most general."
> -- Carl Rogers
Rich Cook
wealthychef(a)yahoo.com
"What is most personal is most general."
-- Carl Rogers
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi,
With some sadness I have to announce that I am no longer maintaining
XEmacs in Gentoo. I'm pressed for time and rather spend it on things
that matter directly for my business. Unfortunately XEmacs'
incompatibilities with Emacs modes that are floating around online and
that I need to use were getting in the way of that more and more. I
never cared much for elisp, just for a good tool to help me write code.
It turns out (heresy!) that Emacs helps me with that just fine, *with*
all the new stuff that I need.
While I realize that people here care, things are just moving too slowly
and I don't see that improving in the future. So I've resigned as Gentoo
XEmacs maintainer a week or so ago. I had hoped to introduce someone new
to take over the reigns, but no-one has stepped forward yet. This means
that our ebuilds are now in maintained-needed status. They will stay in
the tree as-is until there are problems with them, at which point they
will eventually be removed. Obviously a new volunteer can always come by
and pick them up in the mean time, like I did 5 years ago. Perhaps even
one of you reading this?
Kind regards,
Hans de Graaff
Former XEmacs Gentoo maintainer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
On my mac, I tried to do update packages via the Tools->Packages->Update
Installed Packages.
I followed the directions at
http://www.xemacs.org/Documentation/packageGuide.html#Installing_automati...
I run into the passive mode error and according to that page, I need a
newer version of efs. I'm pretty sure I do, since I started with the
latest sumo package tarball.
Any hints on what to do? I suppose I could update things by hand, but the
gui is nice for something I don't do very often.
Ray
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi, I'm getting a crash lately with xemacs. I cannot use syntax highlighting without the below occurring.
Thanks
Apologies if this is a duplicate. It also occurs with the newer xemacs.
rcook@richcookhomemac (~): uname -a
Darwin richcookhomemac 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
rcook@richcookhomemac (~): emacs test.sh
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may describe
your crash, and with luck a workaround. Please check it first, but do report
the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
or by selecting `Send Bug Report' from the Help menu. If necessary, send
ordinary email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include the XEmacs
configuration from M-x describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
to be able to analyze the problem. Locate the core file produced as a result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /opt/local/bin/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
dispatch-non-command-events()
# (condition-case ... . ((nil)))
progress-feedback-dispatch-non-command-events()
# bind (tmsg top frame value message label)
append-progress-feedback(font-lock "Fontifying test.sh..." 0 nil)
# bind (frame value message label)
display-progress-feedback(font-lock "Fontifying test.sh..." 0)
# bind (str)
# (unwind-protect ...)
# bind (args value fmt label)
progress-feedback-with-label(font-lock "Fontifying %s..." 0 "test.sh")
# bind (maybe-loudly end beg)
font-lock-default-unfontify-region(1 13 t)
# bind (loudly end beg)
font-lock-unfontify-region(1 13 t)
# bind (was-on font-lock-verbose font-lock-message-threshold aborted)
# (unwind-protect ...)
font-lock-default-fontify-buffer()
# bind (font-lock-verbose)
font-lock-fontify-buffer()
# bind (on-p maximum-size arg)
font-lock-mode()
(progn (font-lock-mode) (customize-set-variable (quote font-lock-mode) font-lock-mode))
eval((progn (font-lock-mode) (customize-set-variable (quote font-lock-mode) font-lock-mode)))
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault: 11
(gdb) where
#0 0x00007fff9302f82a in __kill ()
#1 0x0000000100035d75 in fatal_error_signal ()
#2 <signal handler called>
#3 0x0000000100559cd2 in XDrawLine ()
#4 0x000000010015fbef in GaugeExpose ()
#5 0x00000001004f120e in SendExposureEvent ()
#6 0x00000001004f1624 in XtDispatchEventToWidget ()
#7 0x00000001004f02c1 in _XtDefaultDispatcher ()
#8 0x00000001004f0f72 in XtDispatchEvent ()
#9 0x00000001004fc9ca in XtAppProcessEvent ()
#10 0x00000001001288cd in emacs_Xt_event_pending_p ()
#11 0x000000010007801a in Fdispatch_non_command_events ()
#12 0x00000001000390bf in Feval ()
#13 0x000000010003f233 in condition_case_3 ()
#14 0x00000001000121d6 in execute_rare_opcode ()
#15 0x00000001000127bb in execute_optimized_program ()
#16 0x000000010000f866 in funcall_compiled_function ()
#17 0x0000000100039c9e in Ffuncall ()
#18 0x0000000100012982 in execute_optimized_program ()
#19 0x000000010000f866 in funcall_compiled_function ()
#20 0x0000000100039c9e in Ffuncall ()
#21 0x0000000100012982 in execute_optimized_program ()
#22 0x000000010000f866 in funcall_compiled_function ()
#23 0x0000000100039c9e in Ffuncall ()
#24 0x0000000100012982 in execute_optimized_program ()
#25 0x000000010000f866 in funcall_compiled_function ()
#26 0x0000000100039c9e in Ffuncall ()
#27 0x0000000100012982 in execute_optimized_program ()
#28 0x000000010000f866 in funcall_compiled_function ()
#29 0x0000000100039c9e in Ffuncall ()
#30 0x0000000100012982 in execute_optimized_program ()
#31 0x000000010000f866 in funcall_compiled_function ()
#32 0x0000000100039c9e in Ffuncall ()
#33 0x0000000100012982 in execute_optimized_program ()
#34 0x000000010000f866 in funcall_compiled_function ()
#35 0x0000000100039c9e in Ffuncall ()
#36 0x0000000100012982 in execute_optimized_program ()
#37 0x000000010000f866 in funcall_compiled_function ()
#38 0x0000000100039c9e in Ffuncall ()
#39 0x0000000100012982 in execute_optimized_program ()
#40 0x000000010000f866 in funcall_compiled_function ()
#41 0x00000001000393c9 in Feval ()
#42 0x0000000100036b59 in Fprogn ()
#43 0x0000000100038f94 in Feval ()
#44 0x0000000100039aee in Ffuncall ()
#45 0x000000010003bc8f in call1 ()
#46 0x000000010007ad99 in execute_command_event ()
#47 0x0000000100077f7c in Fdispatch_event ()
#48 0x000000010001c127 in Fcommand_loop_1 ()
#49 0x000000010003c713 in condition_case_1 ()
#50 0x000000010001c28a in command_loop_2 ()
#51 0x000000010003af7b in internal_catch ()
#52 0x000000010001c646 in initial_command_loop ()
#53 0x0000000100035877 in xemacs_21_4_22_i386_apple_darwin11_3_0 ()
#54 0x000000010003598a in main ()
uname -a: Darwin richcookhomemac 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
./configure '--prefix=/opt/local' '--mandir=/opt/local/share/man' '--without-postgresql' '--without-ldap' '--with-sound=none' '--pdump' '--site-prefixes=/opt/local' '--with-tty' '--with-dialogs=athena' '--with-widgets=athena' '--with-athena=3d' '--with-database=gdbm' '--with-mule'
XEmacs 21.4.22 "Instant Classic" configured for `i386-apple-darwin11.3.0'.
Compilation / Installation:
Source code location: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_editors_xemacs/xemacs/work/xemacs-21.4.22
Installation prefix: /opt/local
Additional prefixes: /opt/local
Operating system description file: `s/darwin.h'
Not using any machine description file
Compiler: /usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64
Compiler version: /usr/bin/llvm-gcc-4.2 on i386-apple-darwin11.3.0
Relocating allocator for buffers: no
GNU version of malloc: no
- The GNU allocators don't work with this system configuration.
libc: system-provided libc on i386-apple-darwin11.3.0
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /opt/local/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
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:
Databases:
Compiling in support for GNU DBM.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "dot-locking" 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.
Rich Cook
wealthychef(a)yahoo.com
"What is most personal is most general."
-- Carl Rogers
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2012-07-17 - 2012-07-24)
XEmacs Issue Tracking System at http://tracker.xemacs.org/XEmacs/its/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
547 open ( +0) / 286 closed ( +0) / 833 total ( +0)
Open issues with patches: 12
Average duration of open issues: 1182 days.
Median duration of open issues: 1249 days.
Open Issues Breakdown
new 223 ( +0)
deferred 6 ( +0)
napping 3 ( +0)
verified 55 ( +0)
assigned 152 ( +0)
committed 19 ( +0)
documented 3 ( +0)
done/needs work 17 ( +0)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
>>>>> Raymond Toy <rtoy(a)google.com> writes:
> What platforms would those be?
I don't know if we have an official list of platforms we have promised
to support. My guess at it would be linux in different flavours,
Windows, and OSX. If applicable 32- and 64-bit versions of those
above.
On the other hand -- if you today are building 21.5 from sources that
would be a good candidate. The reasoning would be that you need to
know a little about building from sources to set it up and you would
have an interest in that commits won't break "your" version. So
setting up a buildbot slave for that environment would be in your own
interest.
> I could probably supply an OSX build bot, depending on what's
> required to make it work and run.
First step is always to be able to download the 21.5 source using
mercurial, configure, make and finally make test. When you can do that
on your platform you are ready to install a buildbot slave and try to
get that going. Mail me and we can sort out the details. (Newspeak for
I need to try to remember the details and I rather do that off the
list ;-)
> I could do a solaris sparc bot on a somewhat intermittent basis
> (monthly or so). I still (gasp!) run on sparc once in a while.
Yes, your buildbot slave does not need to be online always. It will be
some builds missing of course but it will build the latest version
when it gets online. So you don't have to have a server to contribute
although some of the idea gets lost. But it is better to have some
suppport than none at all.
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta