... given that there's no CVS anymore? Just zap references to it from
the web pages?
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi!
I need to push the top-level ChangeLog in the package repository. This
fails due to cross-branch stuff. I suppose it would succeed if I could
push only this directory. Is this possible?
Thanks,
norbert.
--
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
We just finished splitting the additional icon themes into a new repo,
and integrating icon-themes into edit-utils. That is now pushed.
How exactly should we push the icon-theme-list package? Should we make a
new bitbucket repo, and then somehow "give" it to the XEmacs user on
bitbucket?
Thanks for all your help teaching us how to make and upload packages;
it's been a great learning experience.
Sincerely,
Byrel and Steve Mitchell
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2012-01-03 - 2012-01-10)
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.
539 open ( +2) / 284 closed ( +0) / 823 total ( +2)
Open issues with patches: 11
Average duration of open issues: 1005 days.
Median duration of open issues: 1062 days.
Open Issues Breakdown
new 216 ( +2)
deferred 6 ( +0)
napping 3 ( +0)
verified 56 ( +0)
assigned 151 ( +0)
committed 18 ( +0)
documented 3 ( +0)
done/needs work 17 ( +0)
Issues Created Or Reopened (2)
______________________________
some package Makefile headers say "part of XEmacs, licensed un 2012-01-07
http://tracker.xemacs.org/XEmacs/its/issue824 created stephen
Security flaw in EDE 2012-01-09
http://tracker.xemacs.org/XEmacs/its/issue825 created graaff
Issues Now Closed (1)
_____________________
custom-set-face-bold does not autoload 39 days
http://tracker.xemacs.org/XEmacs/its/issue816 acs
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
================================================================
Dear Bug Team!
Trying to install a package on Windows32 failed, resulting in messages like:
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
despite the fact that the package was downloaded.
After repeated trying, I traced through the code to find that files were
copied into path names like:
C:DOCUME~1udrLOCALS~1Tempview-process-1.13-pkg.tar.gz
which are clearly wrong.
Evidently, parts of `package-get' used a Windows path name as if it were a
Unix path name, eating up the backslash's in the process. Other parts of
pacakge-get were using Windows path names correctly, with an
inconsistency arising.
I also find that the error message given is unhelpful. It would be better
to list the full path name instead of the "base-filename" so that the user
can find out where the problems might be.
Cheers,
Uday
================================================================
System Info to help track down your bug:
---------------------------------------
OS version:
Microsoft Windows XP [Version 5.1.2600]
OS: Windows_NT
XEmacs 21.5-b29 "garbanzo" configured for `i586-pc-win32'.
Building XEmacs using "NMAKE".
Building XEmacs using make flags " ".
Building XEmacs in source tree "D:\\gnu\\xemacs-21.5.29".
For src, using compiler "cl -nologo -W3 -DSTRICT -Zi -Od -MDd -c -TP -ID:\gnu\xemacs-21.5.29\nt\inc -ID:\gnu\xemacs-21.5.29\src -I"d:\gnu\optional-libs\xpm-3.4k" -I"d:\gnu\optional-libs\xpm-3.4k\lib" -I"d:\gnu\optional-libs\libpng-1.2.40" -I"d:\gnu\optional-libs\zlib-1.2.3" -I"d:\gnu\optional-libs\compface-1.5.1" -I"d:\gnu\optional-libs\zlib-1.2.3" -DHAVE_MS_WINDOWS -DHAVE_MENUBARS -DHAVE_SCROLLBARS -DHAVE_TOOLBARS -DHAVE_WIDGETS -DHAVE_DIALOGS -DHAVE_XPM -DFOR_MSW -DHAVE_GIF -DHAVE_PNG -DHAVE_XFACE -DHAVE_ZLIB -DHAVE_NATIVE_SOUND -DMULE -DERROR_CHECK_ALL -DPDUMP -DUSE_KKCC -DSYSTEM_MALLOC -DDEBUG_XEMACS -D_DEBUG -DWIN32_LEAN_AND_MEAN -DWIN32_NATIVE -Demacs -DHAVE_CONFIG_H -DPATH_VERSION=\"21.5-b29\" -DPATH_PROGNAME=\"xemacs\" -DEMACS_VERSION=\"21.5-b29\" -DEMACS_PROGNAME=\"xemacs\" -DSHEBANG_PROGNAME=\"xemacs-script\" -DSTACK_TRACE_EYE_CATCHER=xemacs_21_5_b29_i586_pc_win32 -DPATH_PREFIX=\""c:\\Program Files\\XEmacs\\XEmacs-21.5-b29"\" -DEMACS_MAJOR_VERSION=!
21 -DEMACS_MINOR_VERSION=5 -DEMACS_BETA_VERSION=29 -DXEMACS_CODENAME=\""garbanzo"\" -DXEMACS_EXTRA_NAME=\"""\" -DEMACS_CONFIGURATION=\"i586-pc-win32\"".
For lib-src, using compiler "cl -nologo -W3 -DSTRICT -Zi -Od -MDd -ID:\gnu\xemacs-21.5.29\lib-src -ID:\gnu\xemacs-21.5.29\src -DHAVE_CONFIG_H -DWIN32_NATIVE".
Compiling as C++.
Installing XEmacs in "c:\\Program Files\\XEmacs\\XEmacs-21.5-b29".
Compiling in support for Microsoft Windows native GUI.
Compiling in international (MULE) support.
Compiling in support for XPM images.
Compiling in support for GIF images.
Compiling in support for PNG images.
Compiling in support for X-Face message headers.
Compiling in support for GZIP compression/decompression.
Compiling in support for toolbars.
Compiling in support for dialogs.
Compiling in support for widgets.
Compiling in support for native sounds.
Using portable dumper.
Using system malloc.
Using DLL version of C runtime library.
Compiling in extra internal error-checking.
NOTE: ---------------------------------------------------------
NOTE: Compiling in support for runtime error-checking.
NOTE: XEmacs will run noticeably more slowly as a result.
NOTE: Error-checking is on by default for XEmacs beta releases.
NOTE: ---------------------------------------------------------
Compiling in debugging support (no slowdown).
Using new experimental GC mark algorithms.
Load-Path Lisp Shadows:
----------------------
(c:\Program Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-xemacs
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-xemacs c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-whois
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-whois c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-w3
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-w3 c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-vm
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-vm c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-srv
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-srv c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-snarf
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-snarf c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-sc
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-sc c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-rmail
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-rmail c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-reportmail
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-reportmail c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-print
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-print c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-migrate
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-migrate c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-mhe
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-mhe c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-merge
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-merge c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-hooks
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-hooks c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-gui
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-gui c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-gnus
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-gnus c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-ftp
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-ftp c:\Program
Files\XEmacs\xemacs-packages\lisp\bbdb\bbdb-com
D:/gnu/emacs-23.2/../packages/bbdb-2.35/lisp\bbdb-com
d:\Home\udr\share\emacs\sml-mode D:/gnu/emacs-23.2/../site-lisp\sml-mode
d:\Home\udr\share\emacs\savehist-20+
D:/gnu/emacs-23.2/../site-lisp\savehist-20+
D:\gnu\vm\trunk/xemacs/lisp\vcard c:\Program
Files\XEmacs\xemacs-packages\lisp\gnus\vcard
D:/gnu/emacs-23.2/../site-lisp\ssh c:\Program
Files\XEmacs\xemacs-packages\lisp\os-utils\ssh c:\Program
Files\XEmacs\xemacs-packages\lisp\xemacs-base\regexp-opt c:\Program
Files\XEmacs\XEmacs-21.5-b29\lisp\regexp-opt
D:/gnu/emacs-23.2/../site-lisp\gnuserv c:\Program
Files\XEmacs\XEmacs-21.5-b29\lisp\gnuserv c:\Program
Files\XEmacs\xemacs-packages\lisp\xemacs-base\easy-mmode c:\Program
Files\XEmacs\XEmacs-21.5-b29\lisp\easy-mmode)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : nil
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : nil
Lisp locale settings:
current-language-environment => "English"
default-buffer-file-coding-system => mswindows-multibyte-dos
default-process-coding-system => (undecided . mswindows-multibyte-system-default)
(current-locale) => "English_United States.1252"
keyboard-coding-system => mswindows-multibyte-system-default
terminal-coding-system => mswindows-multibyte-system-default
(coding-priority-list) =>
(iso-8-1 utf-16-little-endian-bom utf-16-bom utf-8-bom iso-7
no-conversion utf-8 iso-8-2 iso-8-designate iso-lock-shift shift-jis
big5 utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to mswindows-multibyte-system-default-dos
'file-name is aliased to mswindows-multibyte-system-default
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(w3 ver: 1.35 upstream: 4.0pre47)
(bbdb ver: 1.32 upstream: 2.35)
(xemacs-devel ver: 1.79 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.18 upstream: No-Upstream-Ver)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(speedbar ver: 1.29 upstream: 1.0pre4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(semantic ver: 1.2 upstream: 1.4.4)
(psgml ver: 1.45 upstream: 1.3.2)
(ps-print ver: 1.12 upstream: 6.5.6)
(prog-modes ver: 2.18 upstream: No-Upstream-Ver)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.41 upstream: No-Upstream-Ver)
(net-utils ver: 1.56 upstream: N/A)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(ispell ver: 1.32 upstream: 3.6)
(gnus ver: 1.93 upstream: 5.10.8)
(fsf-compat ver: 1.17 upstream: No-Upstream-Ver)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(eieio ver: 1.06 upstream: 1.0pre4)
(efs ver: 1.34 upstream: 1.24)
(edit-utils ver: 2.4 upstream: No-Upstream-Ver)
(ediff ver: 1.77 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecb ver: 1.22 upstream: 2.31)
(easypg ver: 1.02 upstream: 0.0.16)
(dired ver: 1.19 upstream: 7.16)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
Features:
--------
(w3-autoloads bbdb-autoloads sort find-func efs-x19.15 efs-fnh efs-ovwrt
efs-netrc efs-defun comint mycomint ring efs efs-dump package-ui package-get
package-admin config timer-funcs netrc smtpmail enriched flyspell ispell
mail-utils ehelp atomic-extents mail-abbrevs xemacsbug shadow vm-delete
cl-specs symbol-syntax tags etags hyper-apropos passwd longlines view-less
view vm-startup vm-grepmail cus-edit cus-load wid-edit reporter info
executable vm-save tapestry vm-sort vm-thread efs-cu vm-imap font-lock
u-vm-color my-vm overlay bbdb vm-rfaddons vm-undo vm-virtual
vm-summary-faces vm-message font disp-table alist mswindows-font-menu
font-menu debug vm-macro vm-edit vm-digest vm-page vm-window vm-crypto
vm-menu vm-mouse vm-toolbar vm-mime vm vm-reply vm-motion vm-summary
vm-folder vm-minibuf vm-misc timezone vm-pcrisis highlight-headers cus-face
vm-version vm-vars savehist-20+ movement natural-space NatSpeak sendmail
rfc822 regexp-opt echistory chistory electric edebug advice advice-preload
edmacro jka-compr xemacs-devel-autoloads xemacs-base-autoloads vc-autoloads
time-autoloads text-modes-autoloads texinfo-autoloads speedbar-autoloads
sounds-wav-autoloads sh-script-autoloads semantic-autoloads psgml-autoloads
ps-print-autoloads prog-modes-autoloads perl-modes-autoloads pc-autoloads
os-utils-autoloads net-utils-autoloads mail-lib-autoloads ispell-autoloads
gnus-autoloads fsf-compat-autoloads emerge-autoloads eieio-autoloads
efs-autoloads edit-utils-autoloads ediff-autoloads edebug-autoloads
ecb-autoloads easypg-autoloads dired-autoloads debug-autoloads
cc-mode-autoloads c-support-autoloads mule-autoloads auto-autoloads
auto-show fontl-hooks canna-leim tibetan slovenian czech romanian lao
devanagari indian cyrillic code-cmds gutter-items menubar-items x-menubar
dragdrop mode-motion mouse behavior itimer auto-save lisp-mode easymenu
easy-mmode iso8859-1 page buff-menu lib-complete loadhist cus-file derived
newcomment rsz-minibuf env text-props frame obsolete cus-start custom widget
cl-extra cl cl-19 packages backquote unicode mswindows-scrollbars mswindows
toolbar native-sound scrollbar network-streams subprocesses
menu-accelerator-support menubar md5 xemacs mule gutter png gif xface xpm
xbm lisp-float-type file-coding dde windows-nt dragdrop-api dialog devices
window-system base64)
Recent keystrokes:
-----------------
b C-g M-x s h o w - m e s s SPC SPC RET C-s u n a b
l e SPC t o SPC f i n d C-s C-s C-s C-s C-s C-s C-s
C-s C-a C-x . C-r u n a b l e C-a C-s b b d b C-s C-s
C-s C-a C-v C-v C-v C-v C-v C-v C-v q C-x , C-n C-n
C-n C-SPC C-n C-x C-k C-x m C-x k RET M-x r e m p o
BS BS BS p o r t - e m a SPC SPC RET
Recent messages (most recent first):
-----------------------------------
Entering debugger...
Quit
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Go...
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Search failed: "Unable to find file view-process-1.13-pkg.tar.gz"
Result: "Unable to find file view-process-1.13-pkg.tar.gz"
Result: "view-process-1.13-pkg.tar.gz"
Result: ("ftp.de.xemacs.org" "pub/ftp.xemacs.org/tux/xemacs/packages")
Result: t
Result: t
Break
Go...
Breakpoint set in package-get
Result: nil
Break
HBvcnQgdmVyOiAxLjIyIHVw
c3RyZWFtOiBOby1VcHN0cmVhbS1WZXIpDQoNCg0KDQpGZWF0dXJlczoNCi0tLS0tLS0tDQoN
Cih3My1hdXRvbG9hZHMgYmJkYi1hdXRvbG9hZHMgc29ydCBmaW5kLWZ1bmMgZWZzLXgxOS4x
NSBlZnMtZm5oIGVmcy1vdndydA0KZWZzLW5ldHJjIGVmcy1kZWZ1biBjb21pbnQgbXljb21p
bnQgcmluZyBlZnMgZWZzLWR1bXAgcGFja2FnZS11aSBwYWNrYWdlLWdldA0KcGFja2FnZS1h
ZG1pbiBjb25maWcgdGltZXItZnVuY3MgbmV0cmMgc210cG1haWwgZW5yaWNoZWQgZmx5c3Bl
bGwgaXNwZWxsDQptYWlsLXV0aWxzIGVoZWxwIGF0b21pYy1leHRlbnRzIG1haWwtYWJicmV2
cyB4ZW1hY3NidWcgc2hhZG93IHZtLWRlbGV0ZQ0KY2wtc3BlY3Mgc3ltYm9sLXN5bnRheCB0
YWdzIGV0YWdzIGh5cGVyLWFwcm9wb3MgcGFzc3dkIGxvbmdsaW5lcyB2aWV3LWxlc3MNCnZp
ZXcgdm0tc3RhcnR1cCB2bS1ncmVwbWFpbCBjdXMtZWRpdCBjdXMtbG9hZCB3aWQtZWRpdCBy
ZXBvcnRlciBpbmZvDQpleGVjdXRhYmxlIHZtLXNhdmUgdGFwZXN0cnkgdm0tc29ydCB2bS10
aHJlYWQgZWZzLWN1IHZtLWltYXAgZm9udC1sb2NrDQp1LXZtLWNvbG9yIG15LXZtIG92ZXJs
YXkgYmJkYiB2bS1yZmFkZG9ucyB2bS11bmRvIHZtLXZpcnR1YWwNCnZtLXN1bW1hcnktZmFj
ZXMgdm0tbWVzc2FnZSBmb250IGRpc3AtdGFibGUgYWxpc3QgbXN3aW5kb3dzLWZvbnQtbWVu
dQ0KZm9udC1tZW51IGRlYnVnIHZtLW1hY3JvIHZtLWVkaXQgdm0tZGlnZXN0IHZtLXBhZ2Ug
dm0td2luZG93IHZtLWNyeXB0bw0Kdm0tbWVudSB2bS1tb3VzZSB2bS10b29sYmFyIHZtLW1p
bWUgdm0gdm0tcmVwbHkgdm0tbW90aW9uIHZtLXN1bW1hcnkNCnZtLWZvbGRlciB2bS1taW5p
YnVmIHZtLW1pc2MgdGltZXpvbmUgdm0tcGNyaXNpcyBoaWdobGlnaHQtaGVhZGVycyBjdXMt
ZmFjZQ0Kdm0tdmVyc2lvbiB2bS12YXJzIHNhdmVoaXN0LTIwKyBtb3ZlbWVudCBuYXR1cmFs
LXNwYWNlIE5hdFNwZWFrIHNlbmRtYWlsDQpyZmM4MjIgcmVnZXhwLW9wdCBlY2hpc3Rvcnkg
Y2hpc3RvcnkgZWxlY3RyaWMgZWRlYnVnIGFkdmljZSBhZHZpY2UtcHJlbG9hZA0KZWRtYWNy
byBqa2EtY29tcHIgeGVtYWNzLWRldmVsLWF1dG9sb2FkcyB4ZW1hY3MtYmFzZS1hdXRvbG9h
ZHMgdmMtYXV0b2xvYWRzDQp0aW1lLWF1dG9sb2FkcyB0ZXh0LW1vZGVzLWF1dG9sb2FkcyB0
ZXhpbmZvLWF1dG9sb2FkcyBzcGVlZGJhci1hdXRvbG9hZHMNCnNvdW5kcy13YXYtYXV0b2xv
YWRzIHNoLXNjcmlwdC1hdXRvbG9hZHMgc2VtYW50aWMtYXV0b2xvYWRzIHBzZ21sLWF1dG9s
b2Fkcw0KcHMtcHJpbnQtYXV0b2xvYWRzIHByb2ctbW9kZXMtYXV0b2xvYWRzIHBlcmwtbW9k
ZXMtYXV0b2xvYWRzIHBjLWF1dG9sb2Fkcw0Kb3MtdXRpbHMtYXV0b2xvYWRzIG5ldC11dGls
cy1hdXRvbG9hZHMgbWFpbC1saWItYXV0b2xvYWRzIGlzcGVsbC1hdXRvbG9hZHMNCmdudXMt
YXV0b2xvYWRzIGZzZi1jb21wYXQtYXV0b2xvYWRzIGVtZXJnZS1hdXRvbG9hZHMgZWllaW8t
YXV0b2xvYWRzDQplZnMtYXV0b2xvYWRzIGVkaXQtdXRpbHMtYXV0b2xvYWRzIGVkaWZmLWF1
dG9sb2FkcyBlZGVidWctYXV0b2xvYWRzDQplY2ItYXV0b2xvYWRzIGVhc3lwZy1hdXRvbG9h
ZHMgZGlyZWQtYXV0b2xvYWRzIGRlYnVnLWF1dG9sb2Fkcw0KY2MtbW9kZS1hdXRvbG9hZHMg
Yy1zdXBwb3J0LWF1dG9sb2FkcyBtdWxlLWF1dG9sb2FkcyBhdXRvLWF1dG9sb2Fkcw0KYXV0
by1zaG93IGZvbnRsLWhvb2tzIGNhbm5hLWxlaW0gdGliZXRhbiBzbG92ZW5pYW4gY3plY2gg
cm9tYW5pYW4gbGFvDQpkZXZhbmFnYXJpIGluZGlhbiBjeXJpbGxpYyBjb2RlLWNtZHMgZ3V0
dGVyLWl0ZW1zIG1lbnViYXItaXRlbXMgeC1tZW51YmFyDQpkcmFnZHJvcCBtb2RlLW1vdGlv
biBtb3VzZSBiZWhhdmlvciBpdGltZXIgYXV0by1zYXZlIGxpc3AtbW9kZSBlYXN5bWVudQ0K
ZWFzeS1tbW9kZSBpc284ODU5LTEgcGFnZSBidWZmLW1lbnUgbGliLWNvbXBsZXRlIGxvYWRo
aXN0IGN1cy1maWxlIGRlcml2ZWQNCm5ld2NvbW1lbnQgcnN6LW1pbmlidWYgZW52IHRleHQt
cHJvcHMgZnJhbWUgb2Jzb2xldGUgY3VzLXN0YXJ0IGN1c3RvbSB3aWRnZXQNCmNsLWV4dHJh
IGNsIGNsLTE5IHBhY2thZ2VzIGJhY2txdW90ZSB1bmljb2RlIG1zd2luZG93cy1zY3JvbGxi
YXJzIG1zd2luZG93cw0KdG9vbGJhciBuYXRpdmUtc291bmQgc2Nyb2xsYmFyIG5ldHdvcmst
c3RyZWFtcyBzdWJwcm9jZXNzZXMNCm1lbnUtYWNjZWxlcmF0b3Itc3VwcG9ydCBtZW51YmFy
IG1kNSB4ZW1hY3MgbXVsZSBndXR0ZXIgcG5nIGdpZiB4ZmFjZSB4cG0NCnhibSBsaXNwLWZs
b2F0LXR5cGUgZmlsZS1jb2RpbmcgZGRlIHdpbmRvd3MtbnQgZHJhZ2Ryb3AtYXBpIGRpYWxv
ZyBkZXZpY2VzDQp3aW5kb3ctc3lzdGVtIGJhc2U2NCkNCg0KDQpSZWNlbnQga2V5c3Ryb2tl
czoNCi0tLS0tLS0tLS0tLS0tLS0tDQoNCmIgQy1nIE0teCBzIGggbyB3IC0gbSBlIHMgcyBT
UEMgU1BDIFJFVCBDLXMgdSBuIGEgYiANCmwgZSBTUEMgdCBvIFNQQyBmIGkgbiBkIEMtcyBD
LXMgQy1zIEMtcyBDLXMgQy1zIEMtcyANCkMtcyBDLWEgQy14IC4gQy1yIHUgbiBhIGIgbCBl
IEMtYSBDLXMgYiBiIGQgYiBDLXMgQy1zIA0KQy1zIEMtYSBDLXYgQy12IEMtdiBDLXYgQy12
IEMtdiBDLXYgcSBDLXggLCBDLW4gQy1uIA0KQy1uIEMtU1BDIEMtbiBDLXggQy1rIEMteCBt
IEMteCBrIFJFVCBNLXggciBlIG0gcCBvIA0KQlMgQlMgQlMgcCBvIHIgdCAtIGUgbSBhIFNQ
QyBTUEMgUkVUDQoNCg0KUmVjZW50IG1lc3NhZ2VzIChtb3N0IHJlY2VudCBmaXJzdCk6DQot
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KDQpFbnRlcmluZyBkZWJ1Z2dl
ci4uLg0KUXVpdA0KU2VhcmNoIGZhaWxlZDogIlVuYWJsZSB0byBmaW5kIGZpbGUgdmlldy1w
cm9jZXNzLTEuMTMtcGtnLnRhci5neiINCkdvLi4uDQpTZWFyY2ggZmFpbGVkOiAiVW5hYmxl
IHRvIGZpbmQgZmlsZSB2aWV3LXByb2Nlc3MtMS4xMy1wa2cudGFyLmd6Ig0KU2VhcmNoIGZh
aWxlZDogIlVuYWJsZSB0byBmaW5kIGZpbGUgdmlldy1wcm9jZXNzLTEuMTMtcGtnLnRhci5n
eiINClNlYXJjaCBmYWlsZWQ6ICJVbmFibGUgdG8gZmluZCBmaWxlIHZpZXctcHJvY2Vzcy0x
LjEzLXBrZy50YXIuZ3oiDQpTZWFyY2ggZmFpbGVkOiAiVW5hYmxlIHRvIGZpbmQgZmlsZSB2
aWV3LXByb2Nlc3MtMS4xMy1wa2cudGFyLmd6Ig0KU2VhcmNoIGZhaWxlZDogIlVuYWJsZSB0
byBmaW5kIGZpbGUgdmlldy1wcm9jZXNzLTEuMTMtcGtnLnRhci5neiINClNlYXJjaCBmYWls
ZWQ6ICJVbmFibGUgdG8gZmluZCBmaWxlIHZpZXctcHJvY2Vzcy0xLjEzLXBrZy50YXIuZ3oi
DQpSZXN1bHQ6ICJVbmFibGUgdG8gZmluZCBmaWxlIHZpZXctcHJvY2Vzcy0xLjEzLXBrZy50
YXIuZ3oiDQpSZXN1bHQ6ICJ2aWV3LXByb2Nlc3MtMS4xMy1wa2cudGFyLmd6Ig0KUmVzdWx0
OiAoImZ0cC5kZS54ZW1hY3Mub3JnIiAicHViL2Z0cC54ZW1hY3Mub3JnL3R1eC94ZW1hY3Mv
cGFja2FnZXMiKQ0KUmVzdWx0OiB0DQpSZXN1bHQ6IHQNCkJyZWFrDQpHby4uLg0KQnJlYWtw
b2ludCBzZXQgaW4gcGFja2FnZS1nZXQNClJlc3VsdDogbmlsDQpCcmVhaw0KDQoNCg==
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
================================================================
Dear Bug Team!
I am the current maintainer of VM.
The following is a debugger trace of an attempt by VM to run w3m on a piece
of html text. Everything looks normal here, but the output inserted into
the buffer is:
1 [sig] sh 5280 exception::handle: Exception: STATUS_ACCESS_VIOLATION
224 [sig] sh 5280 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
Exactly the same call works fine in Gnu Emacs under the same environment.
Should I do something differently for XEmacs?
Cheers,
Uday
------
Debugger entered--returning value: 35584
call-process-internal("C:/Cygwin/bin/sh.exe" (#<buffer "test-mime Presentation"> 5791 18830) t nil "-c" "w3m -dump -T text/html -I utf-8 -O utf-8")
* apply(call-process-internal "C:/Cygwin/bin/sh.exe" (#<buffer "test-mime Presentation"> 5791 18830) t nil ("-c" "w3m -dump -T text/html -I utf-8 -O utf-8"))
* call-process("C:/Cygwin/bin/sh.exe" (#<buffer "test-mime Presentation"> 5791 18830) t nil "-c" "w3m -dump -T text/html -I utf-8 -O utf-8")
* apply(call-process "C:/Cygwin/bin/sh.exe" (#<buffer "test-mime Presentation"> 5791 18830) t nil ("-c" "w3m -dump -T text/html -I utf-8 -O utf-8"))
* byte-code("..." [end start p deletep s e copy-marker t apply call-process <= retval program buffer displayp args] 10)
* call-process-region(5791 18830 "C:/Cygwin/bin/sh.exe" t t nil "-c" "w3m -dump -T text/html -I utf-8 -O utf-8")
(let ((swap ...)) (goto-char start) (and replace (push-mark)) (call-process-region start end shell-file-name t t nil shell-command-switch command) (let (...) (and shell-buffer ... ...)) (and replace swap (exchange-point-and-mark t)))
(if (or replace (and output-buffer ...)) (let (...) (goto-char start) (and replace ...) (call-process-region start end shell-file-name t t nil shell-command-switch command) (let ... ...) (and replace swap ...)) (let (... ... ... ...) (unwind-protect ... ...)))
* shell-command-on-region(5791 18830 "w3m -dump -T text/html -I utf-8 -O utf-8" nil t)
(let ((charset ...)) (shell-command-on-region start (1- end) (format "w3m -dump -T text/html -I %s -O %s" charset charset) nil t))
* vm-mime-display-internal-w3m-text/html(5791 #<marker at 18989 in test-mime Presentation 0x2f82ad4> [("text/html" "charset=utf-8") ("text/html" "charset=utf-8") "8bit" nil nil nil nil #<marker at 118668 in test-mime 0x32f2e74> #<marker at 118739 in test-mime 0x32f2e8c> #<marker at 118740 in test-mime 0x32f2ea4> #<marker at 131779 in test-mime 0x32f2ebc> nil <<c>> <<m>> nil nil nil])
funcall(vm-mime-display-internal-w3m-text/html 5791 #<marker at 18989 in test-mime Presentation 0x2f82ad4> [("text/html" "charset=utf-8") ("text/html" "charset=utf-8") "8bit" nil nil nil nil #<marker at 118668 in test-mime 0x32f2e74> #<marker at 118739 in test-mime 0x32f2e8c> #<marker at 118740 in test-mime 0x32f2ea4> #<marker at 131779 in test-mime 0x32f2ebc> nil <<c>> <<m>> nil nil nil])
------
================================================================
System Info to help track down your bug:
---------------------------------------
OS version:
Microsoft Windows XP [Version 5.1.2600]
OS: Windows_NT
XEmacs 21.5-b29 "garbanzo" configured for `i586-pc-win32'.
Building XEmacs using "NMAKE".
Building XEmacs using make flags " ".
Building XEmacs in source tree "D:\\gnu\\xemacs-21.5.29".
For src, using compiler "cl -nologo -W3 -DSTRICT -Zi -Od -MDd -c -TP -ID:\gnu\xemacs-21.5.29\nt\inc -ID:\gnu\xemacs-21.5.29\src -I"d:\gnu\optional-libs\xpm-3.4k" -I"d:\gnu\optional-libs\xpm-3.4k\lib" -I"d:\gnu\optional-libs\libpng-1.2.40" -I"d:\gnu\optional-libs\zlib-1.2.3" -I"d:\gnu\optional-libs\compface-1.5.1" -I"d:\gnu\optional-libs\zlib-1.2.3" -DHAVE_MS_WINDOWS -DHAVE_MENUBARS -DHAVE_SCROLLBARS -DHAVE_TOOLBARS -DHAVE_WIDGETS -DHAVE_DIALOGS -DHAVE_XPM -DFOR_MSW -DHAVE_GIF -DHAVE_PNG -DHAVE_XFACE -DHAVE_ZLIB -DHAVE_NATIVE_SOUND -DMULE -DERROR_CHECK_ALL -DPDUMP -DUSE_KKCC -DSYSTEM_MALLOC -DDEBUG_XEMACS -D_DEBUG -DWIN32_LEAN_AND_MEAN -DWIN32_NATIVE -Demacs -DHAVE_CONFIG_H -DPATH_VERSION=\"21.5-b29\" -DPATH_PROGNAME=\"xemacs\" -DEMACS_VERSION=\"21.5-b29\" -DEMACS_PROGNAME=\"xemacs\" -DSHEBANG_PROGNAME=\"xemacs-script\" -DSTACK_TRACE_EYE_CATCHER=xemacs_21_5_b29_i586_pc_win32 -DPATH_PREFIX=\""c:\\Program Files\\XEmacs\\XEmacs-21.5-b29"\" -DEMACS_MAJOR_VERSION=!
21 -DEMACS_MINOR_VERSION=5 -DEMACS_BETA_VERSION=29 -DXEMACS_CODENAME=\""garbanzo"\" -DXEMACS_EXTRA_NAME=\"""\" -DEMACS_CONFIGURATION=\"i586-pc-win32\"".
For lib-src, using compiler "cl -nologo -W3 -DSTRICT -Zi -Od -MDd -ID:\gnu\xemacs-21.5.29\lib-src -ID:\gnu\xemacs-21.5.29\src -DHAVE_CONFIG_H -DWIN32_NATIVE".
Compiling as C++.
Installing XEmacs in "c:\\Program Files\\XEmacs\\XEmacs-21.5-b29".
Compiling in support for Microsoft Windows native GUI.
Compiling in international (MULE) support.
Compiling in support for XPM images.
Compiling in support for GIF images.
Compiling in support for PNG images.
Compiling in support for X-Face message headers.
Compiling in support for GZIP compression/decompression.
Compiling in support for toolbars.
Compiling in support for dialogs.
Compiling in support for widgets.
Compiling in support for native sounds.
Using portable dumper.
Using system malloc.
Using DLL version of C runtime library.
Compiling in extra internal error-checking.
NOTE: ---------------------------------------------------------
NOTE: Compiling in support for runtime error-checking.
NOTE: XEmacs will run noticeably more slowly as a result.
NOTE: Error-checking is on by default for XEmacs beta releases.
NOTE: ---------------------------------------------------------
Compiling in debugging support (no slowdown).
Using new experimental GC mark algorithms.
Load-Path Lisp Shadows:
----------------------
(d:\Home\udr\share\emacs\sml-mode D:/gnu/emacs-23.2/../site-lisp\sml-mode
d:\Home\udr\share\emacs\savehist-20+
D:/gnu/emacs-23.2/../site-lisp\savehist-20+
D:\gnu\vm\trunk/xemacs/lisp\vcard c:\Program
Files\XEmacs\xemacs-packages\lisp\gnus\vcard
D:/gnu/emacs-23.2/../site-lisp\ssh c:\Program
Files\XEmacs\xemacs-packages\lisp\os-utils\ssh c:\Program
Files\XEmacs\xemacs-packages\lisp\xemacs-base\regexp-opt c:\Program
Files\XEmacs\XEmacs-21.5-b29\lisp\regexp-opt
D:/gnu/emacs-23.2/../site-lisp\gnuserv c:\Program
Files\XEmacs\XEmacs-21.5-b29\lisp\gnuserv c:\Program
Files\XEmacs\xemacs-packages\lisp\xemacs-base\easy-mmode c:\Program
Files\XEmacs\XEmacs-21.5-b29\lisp\easy-mmode)
Internationalization Settings:
-------------------------
Environment:
Value of LC_ALL : nil
Value of LC_COLLATE : nil
Value of LC_CTYPE : nil
Value of LC_MESSAGES : nil
Value of LC_MONETARY : nil
Value of LC_NUMERIC : nil
Value of LC_TIME : nil
Value of LANG : nil
Lisp locale settings:
current-language-environment => "English"
default-buffer-file-coding-system => mswindows-multibyte-dos
default-process-coding-system => (undecided . mswindows-multibyte-system-default)
(current-locale) => "English_United States.1252"
keyboard-coding-system => mswindows-multibyte-system-default
terminal-coding-system => mswindows-multibyte-system-default
(coding-priority-list) =>
(iso-8-1 utf-16-little-endian-bom utf-16-bom utf-8-bom iso-7
no-conversion utf-8 iso-8-2 iso-8-designate iso-lock-shift shift-jis
big5 utf-16-little-endian utf-16 ucs-4)
Coding system aliases:
'native is aliased to mswindows-multibyte-system-default-dos
'file-name is aliased to mswindows-multibyte-system-default
'mswindows-multibyte-system-default is not a coding system alias
Installed XEmacs Packages:
-------------------------
(xemacs-devel ver: 1.79 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.18 upstream: No-Upstream-Ver)
(vc ver: 1.45 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(text-modes ver: 1.95 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(speedbar ver: 1.29 upstream: 1.0pre4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sh-script ver: 1.24 upstream: 2.0f)
(semantic ver: 1.2 upstream: 1.4.4)
(psgml ver: 1.45 upstream: 1.3.2)
(ps-print ver: 1.12 upstream: 6.5.6)
(prog-modes ver: 2.18 upstream: No-Upstream-Ver)
(perl-modes ver: 1.14 upstream: No-Upstream-Ver)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.41 upstream: No-Upstream-Ver)
(net-utils ver: 1.56 upstream: N/A)
(mail-lib ver: 1.8 upstream: No-Upstream-Ver)
(ispell ver: 1.32 upstream: 3.6)
(gnus ver: 1.93 upstream: 5.10.8)
(fsf-compat ver: 1.17 upstream: No-Upstream-Ver)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(eieio ver: 1.06 upstream: 1.0pre4)
(efs ver: 1.34 upstream: 1.24)
(edit-utils ver: 2.4 upstream: No-Upstream-Ver)
(ediff ver: 1.77 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecb ver: 1.22 upstream: 2.31)
(easypg ver: 1.02 upstream: 0.0.16)
(dired ver: 1.19 upstream: 7.16)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(cc-mode ver: 1.45 upstream: 5.30.10)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
Features:
--------
(atomic-extents mail-abbrevs xemacsbug shadow vm-delete cl-specs
symbol-syntax tags etags hyper-apropos passwd longlines view-less view
vm-startup vm-grepmail cus-edit cus-load wid-edit reporter info executable
vm-save tapestry vm-sort vm-thread efs-cu vm-imap font-lock u-vm-color my-vm
overlay bbdb vm-rfaddons vm-undo vm-virtual vm-summary-faces vm-message font
disp-table alist mswindows-font-menu font-menu debug vm-macro vm-edit
vm-digest vm-page vm-window vm-crypto vm-menu vm-mouse vm-toolbar vm-mime vm
vm-reply vm-motion vm-summary vm-folder vm-minibuf vm-misc timezone
vm-pcrisis highlight-headers cus-face vm-version vm-vars savehist-20+
movement natural-space NatSpeak sendmail rfc822 regexp-opt echistory
chistory electric edebug advice advice-preload edmacro jka-compr
xemacs-devel-autoloads xemacs-base-autoloads vc-autoloads time-autoloads
text-modes-autoloads texinfo-autoloads speedbar-autoloads
sounds-wav-autoloads sh-script-autoloads semantic-autoloads psgml-autoloads
ps-print-autoloads prog-modes-autoloads perl-modes-autoloads pc-autoloads
os-utils-autoloads net-utils-autoloads mail-lib-autoloads ispell-autoloads
gnus-autoloads fsf-compat-autoloads emerge-autoloads eieio-autoloads
efs-autoloads edit-utils-autoloads ediff-autoloads edebug-autoloads
ecb-autoloads easypg-autoloads dired-autoloads debug-autoloads
cc-mode-autoloads c-support-autoloads mule-autoloads auto-autoloads
auto-show fontl-hooks canna-leim tibetan slovenian czech romanian lao
devanagari indian cyrillic code-cmds gutter-items menubar-items x-menubar
dragdrop mode-motion mouse behavior itimer auto-save lisp-mode easymenu
easy-mmode iso8859-1 page buff-menu lib-complete loadhist cus-file derived
newcomment rsz-minibuf env text-props frame obsolete cus-start custom widget
cl-extra cl cl-19 packages backquote unicode mswindows-scrollbars mswindows
toolbar native-sound scrollbar network-streams subprocesses
menu-accelerator-support menubar md5 xemacs mule gutter png gif xface xpm
xbm lisp-float-type file-coding dde windows-nt dragdrop-api dialog devices
window-system base64)
Recent keystrokes:
-----------------
up up up up up up up up up up up up up up up up up
up up up up up up up up up up up up up up up up up
up up up up up up up up up up up up up up up up up
up up up up up up up up up up up up up up up up up
up up up up up up up up up up up up up up C-x o h f1
SPC M-x r e p o r t - e m SPC SPC RET
Recent messages (most recent first):
-----------------------------------
Parsing d:\Home\udr\.mailrc... done
Parsing d:\Home\udr\share\dotfiles\.mailrc... done
Parsing d:\Home\udr\share\dotfiles\.mailrc...
Parsing d:\Home\udr\.mailrc...
Loading mail-abbrevs...done
Loading mail-abbrevs...
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
Making completion list...
Quit
Quit
Launching cmd /c... done
Launching cmd /c...
Wrote c:\DOCUME~1\udr\LOCALS~1\Temp\vm1786845474.jpg
Continuing.
Entering debugger...
Continuing.
Entering debugger...
Continuing.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Didier Verna <didier(a)xemacs.org> writes:
> I wrote:
>
>> Michael Sperber wrote:
>>
>>> Didier Verna <didier(a)xemacs.org> writes:
>>>
>>>> Now, this page also needs a big update and I think we're all set again:
>>>> http://www.xemacs.org/Develop/packages.html
>>>
>>> Done.
>>
>> Thanks Mike!
>
> Hmmm, I think there's a bug in the "Mercurial Repository" link. It
> gives you this (literally):
>
> http://xemacs.org/Develop/_GP_%20relPath%28qq%7BDevelop/hgaccess.html%7D%29
Ooops. I guess I didn't really understand how this genpage works. I'll
fix it.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
In the XEmacs-packages repository, in about 10 files
(EX: meta-iterate.rules meta-target.rules Local.rules.inc Makefile)
It says that XEmacs is released under the GPLv2 or
later at my option.
I might be wrong, but I thought that now that the whole
of XEmacs is released under GPL v3, It could not be
re-released under the GPL v2 anymore.
Individual packages can be released under 2 or greater
and be included, but can the whole of XEmacs be released
as GPL v2 or greater at my option?
Is this wording correct? Or does it need updated
to read GPL v3, or read GPL v3 or later?
Quote from the files:
> # This file is part of XEmacs.
># Copyright (C) 2002, 2003 Ben Wing.
>
># XEmacs is free software; you can redistribute it and/or modify it
># under the terms of the GNU General Public License as published by the
># Free Software Foundation; either version 2, or (at your option) any
># later version.
Steven Mitchell
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I found a program to automatically check websites for problems:
Xenu's Link Sleuth 1.3.8 (no cost to run, but runs on Windows)
I ran it on www.xemacs.org a week ago, and it reported just over 2000
errors on the website.
I'm still not sure the exact nature of all the errors or their severity
(I'm suspicious, 2000 errors
seems a lot for a site that mostly works).
After Mike S. wrote xemacs-beta that the website could be worked on
again, I ran Xenu's Link Sleuth
again, and this time (1 hour ago) it found only 1630 or so problems
(still a lot). I noticed all the
references to Alioth are gone, which may account for a good many of the
fixed errors.
Some of the errors I see are legitimate problems that need fixed, for
example it reports 27 errors where the
HTML tags (that you jump to, which are supposed to be unique) have
duplicates.
The reports are nice, written in HTML, and not only have the problem
listed, but give a link to the offending page.
It looks like a good tool for a guy to be sure he fixed all occurrences
of a problem.
Maybe somebody has a better program to do this, but I thought I would
mention this one as a useful tool
for fixing bugs on the xemacs.org web site.
Steve Mitchell
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta