From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13253 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: [XEmacs-20.3/Gnus] invalid regexp in nndoc.el Date: 14 Dec 1997 13:50:45 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <0fbtyrd9go.fsf@fenris.mjolner.dk> <0f67ozd8js.fsf@fenris.mjolner.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152654 8329 80.91.224.250 (20 Oct 2002 22:24:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:24:14 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA14732 for ; Sun, 14 Dec 1997 13:53:53 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA06392 for ; Sun, 14 Dec 1997 15:56:03 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id PAJ12415; Sun, 14 Dec 1997 15:54:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 14 Dec 1997 15:53:24 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id PAA12402 for ; Sun, 14 Dec 1997 15:53:17 -0600 (CST) Original-Received: (qmail 5140 invoked by uid 504); 14 Dec 1997 21:53:02 -0000 Original-Received: (qmail 5137 invoked from network); 14 Dec 1997 21:53:02 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 14 Dec 1997 21:53:02 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.8/8.8.8) id NAA14727; Sun, 14 Dec 1997 13:50:47 -0800 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l writes: >>>>>> Kai Grossjohann : >> Surely the differences between Emacs and XEmacs can only be rather >> marginal, from a user's point of view? > Hm. Can MULE-less Xemacs 20.3 and GNU emacs 19.34 run the same byte > compiled programs? Yes. Either bytecompile with Emacs 19.34 or turn on emacs19 compatibility when bytecompiling with XEmacs 20.3 (noMule should always work, Mule will work if the lisp source contains only ASCII characters). Something like xemacs-20.3 -vanilla -batch \ -eval '(setq byte-compile-emacs19-compatibility t)' \ -f batch-byte-compile *.el will do it from the command line, or put the setq into a site-start.el file.