Hi,
The buildbot is temporarily down due to a power cut.
One of my neighbors apparently needed to do some major power work this
morning so the power had to be cut to the whole area including my
house. I hope the server hall is in good shape when I come home and
that the buildbot soon will be up again doing its tireless work!
When I'm at it I would also like to tell you that I'm doing some work
in the house myself that will result in some down time of the buildbot
next week. I'll tell you when I know more.
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
I just stumbled upon this nice piece of Emacs advertising:
* http://psung.blogspot.com/2009/12/subtleties-of-search-and-replace-in.html
I was wondering whether XEmacs has the functionality of giving a
different background color to the part of the string in the minibuffer
when isearching that doesn't match anything (see the "C-s file_name"
example in the "Displaying failed searches"-paragraph)?
Maybe I just haven't frobbed the right variable?
Just curious:-),
Adam
--
"It's my chainsaw Adam Sjøgren
Division is mine" asjo(a)koldfront.dk
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
Hi,
When I had problems with ecb-activate, discussed in separate e-mail to
the list, I had a look at the ecb web page. Apparently they now use
cedet to the extent that the latest ecb will not work with the XEmacs
package tree easily. cedit is required and we don't have it.
Has anyone tried these versions of cedet and ecb with XEmacs 21.5?
Even tried to port them to the XEmacs Packages? From what I can se
they both as GPLv2 or later so they should from that point of view be
possible to integrate. Comments?
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
Hi,
I just tried to use ecb. It was some time since I tried it last,
2007!?, and then we struggled with an endless loop. Much to my
surprise ecb-activate still goes into an endless loop. I thought we
solved that problem back then but apparently not. Anyone who can
spread som light on this?
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
Hi,
I'm working on Tramp 2.2, which will include a code cleanup. One of the
candidates to be removed is tramp-fish.el.
Is there anybody out there using Tramp's fish method?
Best regards, Michael.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
Hi,
My work machine crashed during my summer vacation. I guess it needed a
break to! So I have reinstalled it from scratch.
When I got to cygwin I was careful not to include any X11
stuff. However when I configure a XEMacs 21.5, latest and greatest,
build configure complains, and stops, about not finding the X11 header
files. configure seems to be looking specifically for
X11/Intrincis.h. Why!? Need assistance...
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
When using next-error in a compilation-mode buffer I am getting the
above error. I know this used to work but I don't know what might have
changed. Any suggestions how to deal with this?
Using XEmacs 21.4.17.
TIA!
--
Jake Colman | Director, Software Development
Principia Partners LLC
101 West Elm Street | Conshohocken | PA 19428 | +1 (610) 755 9770
t: +1 (610) 755 9786 | c: +1 (610) 348 2788 | f: +1 (201) 221 8929
e: colman(a)ppllc.com | w: www.principiapartners.com
Credit technology innovation awards winner 2008 and 2009
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
On Wed, Sep 8, 2010 at 3:40 PM, Mats Lidell <mats.lidell(a)cag.se> wrote:
> Hi Robert
>
> You wrote:
>
> Robert> It looks like you have ...
>
> Yes you are completely right. Thanks.
>
> With this in mind configure might not be broken after all. It is my
> cygwin that is broken having X11-libraries for no good reason. What
> should those be good for?
>
I still think configure could try harder to continue, since in this
case it could still manage to create a buildable XEmacs.
> Meanwhile I have created a working build using the --without-x option
> so I can get along. I will try the uninstall approach anyway just so
> that we know. Maybe that will give some hint on why they were
> installed in the first place.
>
In my experience all sorts of stuff can get selected in unexpected
fashions with cygwin setup.
> And maybe we should even update the docs on how to build XEmacs on
> cygwin. I don't thinks there are any detailed instructions that works
> now anyway.
I suspect that's because ./configure && make tends to Just Work :)
Regards
Robert
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
I just sent the following to the ding mailing list:
Hi,
I've got the latest No Gnus from git, and done
./configure && make EMACS=xemacs
which results in:
cd lisp && make EMACS="xemacs"
lispdir="/usr/local/share/xemacs/site-packages/lisp/gnus" all
make[1]: Entering directory `/cygdrive/c/Documents and
Settings/RPluim/.xemacs/gnus/lisp'
rm -f *.elc gnus-load.el auto-autoloads.* custom-load.*
URLDIR="/cygdrive/c/Documents and
Settings/RPluim/.xemacs/xemacs-packages/lisp/w3/"
W3DIR="/cygdrive/c/Documents and
Settings/RPluim/.xemacs/xemacs-packages/lisp/w3/"
lispdir="/usr/local/share/xemacs/site-packages/lisp/gnus" srcdir=.
xemacs -batch -no-autoloads -l ./dgnushack.el -f
dgnushack-make-cus-load .
Loading cus-dep...
xemacs exiting.
Cannot open load file: "advice"make[1]: *** [gnus-load.el] Error 255
make[1]: Leaving directory `/cygdrive/c/Documents and
Settings/RPluim/.xemacs/gnus/lisp'
make: *** [lick] Error 2
The root cause of this is that passing -no-autoloads causes XEmacs not
to pick up my package hierarchy in ~/.xemacs. If I move stuff to
/usr/local/share/xemacs, it all works.
Is this expected behaviour?
Regards
Robert
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
New Packages in Pre-Release:
===========================
x-symbol-1.13-pkg.tar.gz upstream version: 4.5.1
Previously Announced Packages Still in Pre-Release:
==================================================
leim-1.32-pkg.tar.gz upstream version: none
text-modes-1.99-pkg.tar.gz upstream version: none
xemacs-base-2.28-pkg.tar.gz upstream version: none
Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/x-symbol/ChangeLog -------
2010-09-08 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.13 released.
2010-09-07 Mats Lidell <matsl(a)contactor.se>
* lisp/x-symbol-nomule.el (x-symbol-nomule-mouse-yank-function):
XEmacs build with no window system has not got
mouse-yank-function.
Installing These:
================
Manually:
- --------
1) Download the packages that you want to install from:
/ftp.xemacs.org:/pub/xemacs/beta/experimental/packages/
2) Unpack them to: [1]
/usr/local/lib/xemacs/xemacs-packages/
3) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.[245].x):
- ----------------------------------------------
1) Tools -> Packages -> Add Download Site -> Pre-Releases
2) Tools -> Packages -> List and Install
3) Select the packages you wish to install (there are brief
instructions at the bottom of the packages buffer).
4) Packages -> Install/Remove Selected
5) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.1.14):
- -------------------------------------------
1) Options -> Manage Packages -> Add Download Site -> Pre-Releases
2) Options -> Manage Packages -> List and Install
3 - 5) As per XEmacs 21.[245].x.
Footnotes:
[1] Note: Mule packages should be installed into:
/usr/local/lib/xemacs/mule-packages/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFMh0eAgu3ywdHdhM0RAtsBAJ9tlEiSaHISTBxVIHRV5gFnTUcwSQCfSFBH
+BO+9Kl9UBVI6UpKPMBfOpU=
=Q1gP
-----END PGP SIGNATURE-----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta