Hi
xemacs just wont read my custom.el file. It reads ok in root login but
not in my other account.
Im also trying to get the updated version (latest stablebuild,
21.4.20) to compile but geep getting these error messages:
bash-3.00# make
cd ./lib-src && make CC='gcc' CFLAGS='-g' LDFLAGS='' CPPFLAGS='' all
gcc -c -g -I. -I../src -I/install/xemacs-21.4.20/lib-src -
I/install/xemacs-21.4.20/src -DHAVE_CONFIG_H -
I/usr/dt/share/include/Tt/ -I/usr/X11/include /install/xemacs-21.4.20
/lib-src/gnuslib.c
In file included from /usr/include/sys/va_impl.h:87,
from /usr/include/iso/stdarg_iso.h:41,
from /usr/include/stdarg.h:32,
from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3
/include/stdio.h:14,
from /install/xemacs-21.4.20/lib-src/gnuserv.h:108,
from /install/xemacs-21.4.20/lib-src/gnuslib.c:36:
/usr/include/sys/va_list.h:99: error: conflicting types for
'__gnuc_va_list'
../src/s/sol2.h:20: error: previous declaration of '__gnuc_va_list'
was here
*** Error code 1
make: Fatal error: Command failed for target `gnuslib.o'
Current working directory /install/xemacs-21.4.20/lib-src
*** Error code 1
make: Fatal error: Command failed for target `lib-src'
bash-3.00#
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
could you please inform me
lester
___________________________________________________________
Tiscali Broadband only £9.99 a month for your first 3 months! http://www.tiscali.co.uk/products/broadband/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hi All!
I have noticed for many months that sometimes file encoding or
decoding via program "gpg" would hang.
Likewise I saw hangs of program "w3m" when reading HTML mail in gnus.
Finally I found these to be related and dependent on the size of input
data to them.
That is to say I found reliable test cases.
Now I have been running with following bad workaround (a pause of 50ms
before sending EOF) for some months but have not found time to
investigate towards a real solution.
Can someone please help with this issue?
Best regards!
Adrian
xemacs-21.5-clean source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: lisp/process.el
===================================================================
RCS
Index: lisp/process.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/process.el,v
retrieving revision 1.20
diff -u -w -r1.20 process.el
--- lisp/process.el 6 Jul 2006 17:07:41 -0000 1.20
+++ lisp/process.el 13 May 2007 21:18:21 -0000
@@ -278,11 +278,18 @@
;; whole function, and the unwind-protect will
;; kill the process. (Hence the documented semantics
;; of SIGINT/SIGKILL.)
- (let (eof-sent)
+ (let (eof-sent
+ (proc-mark 0))
(condition-case nil
(progn
(when inbuf
(process-send-region proc start end inbuf))
+ ;; (message "process-buffer:%S" (process-buffer proc))
+ ;; (message "process-buffer:%S" (process-buffer proc))
+ ;; (message "(point-max buffer) before:%S" (point-max buffer))
+ ;; (while (> (process-mark proc) proc-mark)
+ (sit-for 0.05)
+ ;; (message "proc-mark:%S:process-mark after:%S:" proc-mark (setq proc-mark (process-mark proc))))
(process-send-eof proc)
(setq eof-sent t)
(while t
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
>>>>> Smoketest wrote:
Smoketest> These are the results from the XEmacs Package Smoketest:
Smoketest> 21.5-nomule -- errors
Smoketest> [...]
Smoketest> Remember that the 21.5 nomule build is disabled at the moment.
I activated the 21.5-nomule build again but forgot to remove the info
about it being disabled.
Well it is not disabled any more and to really make that stand out it
also fails for some reason. ;-)
I'm not sure it is an elisp problem though. Got this on stdout during
the build:
*** glibc detected *** /home/matsl/work/smoketest/nomule/bin/xemacs-21.5-b27: munmap_chunk(): invalid pointer: 0x55a40cd1 ***
Doesn't sound good.
I'll post the build-reports soon for the new binaries. Maybe you can
spot something there.
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/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:
===========================
eshell-1.11-pkg.tar.gz upstream version: 2.4.1
Previously Announced Packages Still in Pre-Release:
==================================================
general-docs-1.05-pkg.tar.gz upstream version: none
guided-tour-0.51-pkg.tar.gz upstream version: none
prog-modes-2.12-pkg.tar.gz upstream version: none
text-modes-1.94-pkg.tar.gz upstream version: none
Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/eshell/ChangeLog -------
2007-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.11 released.
2007-05-13 Aidan Kehoe <kehoea(a)parhasard.net>
* esh-util.el (eshell-under-windows-p):
This function is used to determine whether .exe should be appended
to executable names when searching for them; this is as true of
cygwin32 as it is of windows-nt and ms-dos.
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.
norbert - XEmacs Package Release Manager.
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)
iD8DBQFGSC9Lgu3ywdHdhM0RArhqAJ40IOvTT0Zr52T4vRGoBB9rqUMO3wCgoEtm
/hmgoi/hMQw4WgV86CCjZ0I=
=SI2c
-----END PGP SIGNATURE-----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
GNU Emacs’ coding sniffing is better than ours; for example, it responds
sensibly to this at the start of a file:
#!/usr/bin/env perl
# -*- coding: windows-1251 -*-
use strict;
use warnings;
and if I understand things correctly it also sniffs XML coding correctly. If
anyone is particularly short of things to do, please look into porting it
over.
--
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Ar an triú lá déag de mí Bealtaine, scríobh Stephen J. Turnbull:
> Aidan Kehoe writes:
>
> > Beyond that, the dependency tracking appears to be broken
>
> Broken? Surely you jest. It's non-existent, always has been.
>
> > -REQUIRES = tramp xemacs-base vc efs dired mail-lib gnus ediff sh-script
> > +REQUIRES = tramp xemacs-base vc efs dired mail-lib gnus ediff sh-script edebug
>
> Huh? REQUIRES += edebug? I don't get it.
Because the version of tramp.el from December--which was being compiled
despite my cvs update?!?!--has this line:
(def-edebug-spec with-parsed-tramp-file-name (form symbolp body))
Checking current CVS over the web reveals a more sensible:
(eval-and-compile
(when (featurep 'edebug)
(def-edebug-spec with-parsed-tramp-file-name (form symbolp body))))
--
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
The latest general-docs package (vers 1.04, in stable) is 2 years old
and doesn't contain the Developers Guide that Stephen added. Will a new
release of the package be happening sometime soon, or do I need to build
the Developers Guide from CVS?
thanks,
mike
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/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:
===========================
general-docs-1.05-pkg.tar.gz upstream version: none
Previously Announced Packages Still in Pre-Release:
==================================================
guided-tour-0.51-pkg.tar.gz upstream version: none
prog-modes-2.12-pkg.tar.gz upstream version: none
text-modes-1.94-pkg.tar.gz upstream version: none
Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/general-docs/ChangeLog -------
2007-05-13 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.05 released.
2007-05-13 Stephen J. Turnbull <stephen(a)xemacs.org>
Publish xemacs-devguide.
* Makefile (EXPLICIT_DOCS): Add xemacs-devguide.texi.
2007-05-13 Stephen J. Turnbull <stephen(a)xemacs.org>
* texi/xemacs/xemacs-devguide.texi:
(Philosophy): Rewrite to look like XEmacs current practice.
(xemacs-review): New stub node for this mailing list.
(XEmacs Resources on the Internet):
(xemacs-winnt):
Fix links for new node.
2007-02-19 Stephen J. Turnbull <stephen(a)xemacs.org>
* texi/xemacs/xemacs-devguide.texi (The Package Maintainer Role):
Fix missing link.
(Getting Started as a Package Maintainer): Restore missing @.
2007-02-17 Stephen J. Turnbull <stephen(a)xemacs.org>
* texi/xemacs/fontconfig.texi (@setfilename):
* texi/xemacs/xemacs-devguide.texi (@setfilename):
Revert the previous change and add an explanatory comment.
2007-02-17 Stephen J. Turnbull <stephen(a)xemacs.org>
* texi/xemacs/fontconfig.texi (@setfilename):
* texi/xemacs/xemacs-devguide.texi (@setfilename):
Have makeinfo build in this directory, since XEmacs.rules does.
2007-02-17 Stephen J. Turnbull <stephen(a)xemacs.org>
Fix up xemacs-devguide.
* texi/xemacs/xemacs-devguide.texi:
Remove all the silly Edited: and Written: tags.
Implicit self-approval: This is decided, we just need to fix
the commit trigger.
Guide variables: Update dates and add DEVGUIDE. Use it.
xemacs-design: Update references to note it's inactive.
Copyrights: Update mine, improve formatting slightly.
Fix typos.
(Nodes borrowed from other projects not adapted to XEmacs):
New appendix. Update menus.
(Philosophy): Revise desiderata. Deprecate GFDL.
(Committer): Clarify usage.
(Committer Welcome Message): Update package tree size estimate.
(Release Engineer): Clarify "ex oficio".
(The Work Flow): Clarify absence of binary packages.
(About Copyright Assignment): Clarify FSF policy on XEmacs.
(ChangeLogs): Clarify syntax of log entries.
(Copying): Moved whole node.
(The Package Maintainer Role):
(Getting Started as a Package Maintainer):
(Advice to Package Maintainers):
New subnodes of XEmacs Package Maintainer.
(Support Requests):
(Bugs):
(Feature Requests):
(Patch Queue):
(File Releases):
(News):
(Surveys):
(Free Software Directories):
Move these nodes and subnodes into new Appendix, update pointers.
A few desultory fixups.
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.
norbert - XEmacs Package Release Manager.
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)
iD8DBQFGRwTigu3ywdHdhM0RApoFAKDp1GSQOZ4F4iRMLVffsIY/6QxYTQCgu2G/
+CD03auLVWr5ZFTYoj6ExZM=
=NhOm
-----END PGP SIGNATURE-----
_______________________________________________
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í Aibréan, scríobh Jayson Morgan:
> After a longish session that included running python-shell and killing both
> the buffer and the process numerous times, M-x exit-emacs brings up a DOS
> window with the information below. [...]
>
> ---------------------------------------
>
> Fatal error: assertion failed, file c:\XEmacsBuild\xemacs-
> 21.5-2007-04-21\src\fr
> ame.c, line 927, RECORD_TYPEP (obj, lrecord_type_device)
:-/
As far as I can work out, this is something Windows-specific and
tricky--I’ve never seen anything like it in years of usage. If it happens
again and you can get us a C backtrace, that would be awesome.
> Fatal error.
>
> Your files have been auto-saved.
> Use `M-x recover-session' to recover them.
--
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta