some problem in vc
16 years, 9 months
dhruva
Hello,
When I use XEmacs (HEAD, mercurial repo) on M$.
I execute 'xemacs' (not with -q) open a read only file (set through
the file by setting buffer-read-only:t) and try to toggle read-only
status, I get the following error (only the first time). The same
error is displayed when I modify and save it (repeatedly).
---------------------------
git.exe - Unable To Locate Component
---------------------------
This application has failed to start because libcurl-4.dll was not
found. Re-installing the application may fix this problem.
---------------------------
OK
---------------------------
The same does not happen when I run with 'xemacs -q'. I have a
customization file that works for both XEmacs and FSF Emacs. I will
try to find the root cause and post my findings. I do not see the same
problem in FSF Emacs.
Various things I tried:
1. I tried adding the the folders having the 'git.exe' and the
'libcurl-4.dll' to the 'exec-path', this did not help.
2. Where as, I added it to the PATH environment variable in the shell
(cmd) and executed 'xemacs' from that shell inheriting the PATH, it
worked!
3. I add the same in my dotemacs (setenv "PATH" (concat
"e:/gnu/git/bin" (getenv "PATH"))) and this did not work.
4. Changing the '/' to '\\' worked! The PATH expects the path
seperator to be '\\'. I feel it should honor '/' too.
A few queries:
1. If 'git.exe' (or executable) is not found in the PATH, should that
system be ignored?
2. Do you feel adding to 'exec-path' should have worked? Is
'exec-path' very much different from 'PATH'?
-dky
--
Contents reflect my personal views only!
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
XEmacs Packages have been pre-released (2008-02-07-09)
16 years, 9 months
Norbert Koch
-----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:
===========================
easypg-1.02-pkg.tar.gz upstream version: 0.0.16
Previously Announced Packages Still in Pre-Release:
==================================================
apel-1.33-pkg.tar.gz upstream version: 10.6
auctex-1.48-pkg.tar.gz upstream version: 11.55
calendar-1.34-pkg.tar.gz upstream version: none
dired-1.19-pkg.tar.gz upstream version: 7.16
ediff-1.74-pkg.tar.gz upstream version: 2.75
edit-utils-2.38-pkg.tar.gz upstream version: none
edt-1.14-pkg.tar.gz upstream version: none
efs-1.34-pkg.tar.gz upstream version: 1.24
elib-1.13-pkg.tar.gz upstream version: 1.0
eshell-1.12-pkg.tar.gz upstream version: 2.4.1
eudc-1.40-pkg.tar.gz upstream version: 1.32
general-docs-1.05-pkg.tar.gz upstream version: none
gnus-1.92-pkg.tar.gz upstream version: 5.10.8
guided-tour-0.51-pkg.tar.gz upstream version: none
hm--html-menus-1.24-pkg.tar.gz upstream version: 5.9
hyperbole-1.17-pkg.tar.gz upstream version: 5.0
igrep-1.16-pkg.tar.gz upstream version: 2.111
latin-euro-standards-1.08-pkg.ta upstream version: 1.08
leim-1.27-pkg.tar.gz upstream version: none
locale-1.27-pkg.tar.gz upstream version: none
mh-e-1.31-pkg.tar.gz upstream version: 7.4.2
mule-base-1.52-pkg.tar.gz upstream version: none
mule-ucs-1.16-pkg.tar.gz upstream version: 0.84
net-utils-1.54-pkg.tar.gz upstream version: N/A
oo-browser-1.05-pkg.tar.gz upstream version: 4.08
os-utils-1.40-pkg.tar.gz upstream version: none
pcl-cvs-1.68-pkg.tar.gz upstream version: R-2_9_9
perl-modes-1.11-pkg.tar.gz upstream version: none
prog-modes-2.15-pkg.tar.gz upstream version: none
psgml-1.45-pkg.tar.gz upstream version: 1.3.2
python-modes-1.10-pkg.tar.gz upstream version: 426
scheme-1.17-pkg.tar.gz upstream version: none
skk-1.24-pkg.tar.gz upstream version: 10.62a
text-modes-1.95-pkg.tar.gz upstream version: none
tramp-1.40-pkg.tar.gz upstream version: 2.0.56
vc-1.45-pkg.tar.gz upstream version: none
viper-1.61-pkg.tar.gz upstream version: 3.09
vm-7.26-pkg.tar.gz upstream version: 7.19
w3-1.34-pkg.tar.gz upstream version: 4.0pre47
xemacs-base-2.15-pkg.tar.gz upstream version: none
xemacs-devel-1.77-pkg.tar.gz upstream version: none
Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/easypg/ChangeLog -------
2008-02-07 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.02 released.
2008-02-07 Daiki Ueno <ueno(a)unixuser.org>
* EasyPG: Version 0.0.16 released.
* configure.ac: Bump up version.
2008-02-06 Daiki Ueno <ueno(a)unixuser.org>
* epa-file.el (epa-file-passphrase-callback-function): Use
canonical file names as keys for cache.
2008-01-22 Daiki Ueno <ueno(a)unixuser.org>
* epa-mail.el (epa-mail--find-usable-key): New function.
(epa-mail-encrypt): Use it.
Reported by intrigeri <intrigeri(a)boum.org>.
2007-11-26 Daiki Ueno <ueno(a)unixuser.org>
* epg-package-info.el.in (epg-bug-report-address): New constant.
* configure.ac: Use modern AC_INIT.
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)
iD8DBQFHqr9/gu3ywdHdhM0RAjz+AJ47V/Etf13vheJWaBVWl5YzkHqSLgCg1AVA
NDNFIXEjhp4PBoMCPp5maH0=
=NYtv
-----END PGP SIGNATURE-----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Hg sure is weird!
16 years, 9 months
Stephen J. Turnbull
Mike, would you explain again why this pair of diffs makes sense?
The first diff -r 4400 -r 4401 looks like Aidan is just reverting your
change. The merge then comes *afterward*. In this case, both of you
committed a coherent changeset, so what happened is easy to guess,
especially from looking at the second diff -r 4401 -r 4402. But it is
not obvious to me that this will always be the case.
Also, suppose that Aidan's change was a half-dozen lines, while the
merge is several hundred? That would be hell to review! Nor does it
seem unlikely (although with current activity, it's more likely that
your 6-line commit would be hidden in hundreds of lines of Aidan
merge).
git gets this right.
steve@uwakimon /playpen/src/XEmacs/xemacs $ hg diff -r 4400 -r 4401
diff -r 555e21a66d51 -r 01970033faa6 ChangeLog
--- a/ChangeLog Thu Jan 17 10:18:05 2008 +0100
+++ b/ChangeLog Thu Jan 17 11:52:45 2008 +0100
@@ -1,3 +1,17 @@ 2008-01-01 Stephen J. Turnbull <stephe
+2008-01-17 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * configure.ac:
+ If using a version of the gdbm library that sticks dbm_open in
+ libgdbm_compat.so, also link to that library.
+ Correct a thinko with DBM version 4 checks. Both from Hans de
+ Graaff, in
+ http://mid.gmane.org/20050812092756.6850.qmail@graaff.xs4all.nl
+ and
+ http://mid.gmane.org/pan.2007.06.24.10.10.57@gentoo.org; thank you
+ Hans!
+ * configure:
+ Regenerate.
+
2008-01-01 Stephen J. Turnbull <stephen(a)xemacs.org>
* Makefile.in.in (mkpkgdir): Fix incorrect comment convention.
diff -r 555e21a66d51 -r 01970033faa6 configure
--- a/configure Thu Jan 17 10:18:05 2008 +0100
+++ b/configure Thu Jan 17 11:52:45 2008 +0100
@@ -37246,10 +37246,79 @@ if test $ac_cv_lib_gdbm_dbm_open = yes;
enable_database_gdbm=yes enable_database_dbm=no libdbm=-lgdbm
else
+ { echo "$as_me:$LINENO: checking for dbm_open in -lgdbm_compat" >&5
+echo $ECHO_N "checking for dbm_open in -lgdbm_compat... $ECHO_C" >&6; }
+if test "${ac_cv_lib_gdbm_compat_dbm_open+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lgdbm_compat -lgdbm $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dbm_open ();
+int
+main ()
+{
+return dbm_open ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ ac_cv_lib_gdbm_compat_dbm_open=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_gdbm_compat_dbm_open=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_gdbm_compat_dbm_open" >&5
+echo "${ECHO_T}$ac_cv_lib_gdbm_compat_dbm_open" >&6; }
+if test $ac_cv_lib_gdbm_compat_dbm_open = yes; then
+
+ enable_database_gdbm=yes enable_database_dbm=no libdbm="-lgdbm_compat -lgdbm"
+else
+
if test "$enable_database_gdbm" = "yes"; then
{ echo "Error:" "Required GNU DBM support cannot be provided." >&2; exit 1; }
fi
enable_database_gdbm=no
+fi
+
+
fi
fi
@@ -37902,7 +37971,7 @@ fi
fi
- if test "$enable_database_berkdb" != "yes" -a "$dbver" = "4"; then
+ if test "$enable_database_berkdb" = "yes" -a "$dbver" = "4"; then
rm -f $tempcname
echo "#include <$db_h_file>" > $tempcname
echo "configure___ dbfunc=db_create" >> $tempcname
diff -r 555e21a66d51 -r 01970033faa6 configure.ac
--- a/configure.ac Thu Jan 17 10:18:05 2008 +0100
+++ b/configure.ac Thu Jan 17 11:52:45 2008 +0100
@@ -5408,10 +5408,13 @@ if test "$enable_database_gdbm" != "no";
if test "$enable_database_gdbm" != "no"; then
AC_CHECK_LIB(gdbm, dbm_open, [
enable_database_gdbm=yes enable_database_dbm=no libdbm=-lgdbm], [
+ AC_CHECK_LIB(gdbm_compat, dbm_open, [
+ enable_database_gdbm=yes enable_database_dbm=no libdbm="-lgdbm_compat -lgdbm"], [
if test "$enable_database_gdbm" = "yes"; then
XE_DIE("Required GNU DBM support cannot be provided.")
fi
- enable_database_gdbm=no])
+ enable_database_gdbm=no], -lgdbm)
+ ])
fi
dnl Check for DBM support in libc and libdbm.
@@ -5492,7 +5495,7 @@ yes
fi
dnl Berk db 4.1 decorates public functions with version information
- if test "$enable_database_berkdb" != "yes" -a "$dbver" = "4"; then
+ if test "$enable_database_berkdb" = "yes" -a "$dbver" = "4"; then
rm -f $tempcname
echo "#include <$db_h_file>" > $tempcname
echo "configure___ dbfunc=db_create" >> $tempcname
diff -r 555e21a66d51 -r 01970033faa6 lisp/ChangeLog
--- a/lisp/ChangeLog Thu Jan 17 10:18:05 2008 +0100
+++ b/lisp/ChangeLog Thu Jan 17 11:52:45 2008 +0100
@@ -1,10 +1,3 @@ 2008-01-17 Mike Sperber <mike(a)xemacs.o
-2008-01-17 Mike Sperber <mike(a)xemacs.org>
-
- * files.el (insert-directory): Bind `coding-system-for-read' to
- the `file-name' coding system. (Previously, the default ended up
- being undecided, which doesn't work well for UTF-8-based locales,
- for example.)
-
2008-01-16 Aidan Kehoe <kehoea(a)parhasard.net>
* keydefs.el (global-map):
diff -r 555e21a66d51 -r 01970033faa6 lisp/files.el
--- a/lisp/files.el Thu Jan 17 10:18:05 2008 +0100
+++ b/lisp/files.el Thu Jan 17 11:52:45 2008 +0100
@@ -4177,9 +4177,6 @@ If WILDCARD, it also runs the shell spec
file switches wildcard full-directory-p)))
(t
(let* ((beg (point))
- ;; on Unix, assume that ls will output in what the
- ;; file-name coding system specifies
- (coding-system-for-read (get-coding-system 'file-name))
(result
(if wildcard
;; Run ls in the directory of the file pattern we asked for.
steve@uwakimon /playpen/src/XEmacs/xemacs $ hg diff -r 4401 -r 4402
diff -r 01970033faa6 -r e70cc8a90e90 lisp/ChangeLog
--- a/lisp/ChangeLog Thu Jan 17 11:52:45 2008 +0100
+++ b/lisp/ChangeLog Thu Jan 17 11:55:11 2008 +0100
@@ -1,3 +1,10 @@ 2008-01-16 Aidan Kehoe <kehoea@parhasa
+2008-01-17 Mike Sperber <mike(a)xemacs.org>
+
+ * files.el (insert-directory): Bind `coding-system-for-read' to
+ the `file-name' coding system. (Previously, the default ended up
+ being undecided, which doesn't work well for UTF-8-based locales,
+ for example.)
+
2008-01-16 Aidan Kehoe <kehoea(a)parhasard.net>
* keydefs.el (global-map):
diff -r 01970033faa6 -r e70cc8a90e90 lisp/files.el
--- a/lisp/files.el Thu Jan 17 11:52:45 2008 +0100
+++ b/lisp/files.el Thu Jan 17 11:55:11 2008 +0100
@@ -4177,6 +4177,9 @@ If WILDCARD, it also runs the shell spec
file switches wildcard full-directory-p)))
(t
(let* ((beg (point))
+ ;; on Unix, assume that ls will output in what the
+ ;; file-name coding system specifies
+ (coding-system-for-read (get-coding-system 'file-name))
(result
(if wildcard
;; Run ls in the directory of the file pattern we asked for.
steve@uwakimon /playpen/src/XEmacs/xemacs $
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.5-b25] Cannot deal with non-ACII directories
16 years, 9 months
Jarl Friis
================================================================
Dear Bug Team!
I have a directory named "børn" (containin the danish character
oslash).
Xemacs does not handle this directory correct.
The directory name is UTF-8 encoded, i.e. it is 5 bytes long namely 62
c3 b8 72 6e. When I try to open a file in that dir, xemacs asks me to
create the dir. If I say yes, it creates another dir 7 bytes long
namely 62 c3 83 c2 b8 72 6e.
FYI: The filesystem is ReiserFS.
The problem is reproducable on a 32bit systems as well, and also on
older xemacsens.
Sincerely yours,
Jarl Friis
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux puccini 2.6.16 #1 SMP Tue Mar 14 18:04:33 UTC 2006
x86_64 x86_64 x86_64 GNU/Linux
./configure 'x86_64-suse-linux' '--with-gcc' '--with-dynamic'
'--with-debug' '--enable-error-checking=none' '--with-cflags=-O2
-fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -Wno-switch
-pipe -fno-strict-aliasing -DLDAP_DEPRECATED ' '--with-ldflags='
'--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/X11R6/bin'
'--datadir=/usr/share'
'--with-archlibdir=/usr/lib/xemacs/21.5.25.20060327/x86_64-suse-linux'
'--with-docdir=/usr/lib/xemacs/21.5.25.20060327/x86_64-suse-linux'
'--with-lispdir=/usr/share/xemacs/21.5.25.20060327/lisp'
'--with-etcdir=/usr/share/xemacs/21.5.25.20060327/etc'
'--with-statedir=/var/lib/xemacs'
'--with-moduledir=/usr/lib/xemacs/21.5.25.20060327/x86_64-suse-linux/modules'
'--infodir=/usr/share/xemacs/info' '--mandir=/usr/share/man/man1'
'--enable-database=gdbm,berkdb' '--with-ncurses' '--with-canna'
'--with-tty=yes' '--with-site-lisp' '--with-mc-alloc' '--with-kkcc'
'--with-newgc' '--enable-sound=native' '--with-gpm' '--enable-pdump'
'--disable-dump-in-exec' '--with-xpm' '--with-gif' '--with-tiff'
'--with-jpeg' '--with-png' '--with-x' '--with-athena=3d'
'--enable--menubars=lucid' '--enable-scrollbars=lucid'
'--enable-dialogs=athena' '--enable-widgets=athena'
'--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib64'
'--enable-mule' '--with-xim=xlib' '--with-xfs'
'--enable-clash-detection' '--with-ldap' '--with-pop' 'CFLAGS=-O2
-fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -Wno-switch
-pipe -fno-strict-aliasing -DLDAP_DEPRECATED ' 'LDFLAGS='
'build_alias=x86_64-suse-linux' 'host_alias=x86_64-suse-linux'
'target_alias=x86_64-suse-linux'
XEmacs 21.5-b25 "eggplant" (+CVS-20060326) configured for
`x86_64-suse-linux'.
Compilation Environment and Installation Defaults:
Source code location:
/usr/src/packages/BUILD/xemacs-21.5.25.20060327
Installation prefix: /usr
Operating system description file: `s/linux.h'
Not using any machine description file
Compiler version: gcc (GCC) 4.1.0 (SUSE Linux)
- GCC specs file: specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef
-Wsign-compare -Wno-char-subscripts -Wpacked -Wunused-parameter -g
-O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -Wno-switch
-pipe -fno-strict-aliasing -DLDAP_DEPRECATED
libc version:
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib64
- 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.
Compiling in support for GPM (General Purpose Mouse).
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:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Compiling in support for LDAP.
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.
- Using XFontSet to provide bilingual menubar.
Compiling in support for Canna on Mule.
Compiling in support for the WNN input method on Mule.
Mail:
Compiling in support for POP mail retrieval.
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.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new incremental garbage collector and the new allocator.
Using POSIX sigaction() to install fault handler.
Using the new portable dumper.
Compiling in support for extra debugging code.
Load-Path Lisp Shadows:
----------------------
(/usr/share/xemacs/mule-packages/lisp/mule-base/ethio-util
/usr/share/xemacs/21.5.25.20060327/lisp/mule/ethio-util
/usr/share/xemacs/mule-packages/lisp/mule-base/china-util
/usr/share/xemacs/21.5.25.20060327/lisp/mule/china-util
/usr/share/xemacs/mule-packages/lisp/mule-base/japan-util
/usr/share/xemacs/21.5.25.20060327/lisp/mule/japan-util
/usr/share/xemacs/mule-packages/lisp/mule-base/korea-util
/usr/share/xemacs/21.5.25.20060327/lisp/mule/korea-util
/usr/share/xemacs/mule-packages/lisp/mule-base/cyril-util
/usr/share/xemacs/21.5.25.20060327/lisp/mule/cyril-util
/usr/share/xemacs/mule-packages/lisp/mule-base/viet-util
/usr/share/xemacs/21.5.25.20060327/lisp/mule/viet-util
/usr/share/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/share/xemacs/21.5.25.20060327/lisp/easy-mmode
/usr/share/xemacs/site-packages/lisp/term/gnome
/usr/share/xemacs/21.5.25.20060327/lisp/gnome
/usr/share/xemacs/mule-packages/lisp/mule-ucs/unicode
/usr/share/xemacs/21.5.25.20060327/lisp/unicode
/usr/share/xemacs/xemacs-packages/lisp/build/build-report
/usr/share/xemacs/21.5.25.20060327/lisp/build-report
/usr/share/xemacs/xemacs-packages/lisp/xemacs-base/regexp-opt
/usr/share/xemacs/21.5.25.20060327/lisp/regexp-opt
/usr/share/xemacs/21.5.25.20060327/lisp/mwheel /home/jarl/elisp/mwheel
/usr/share/xemacs/xemacs-packages/lisp/net-utils/xml
/home/jarl/elisp/xml
/usr/share/xemacs/mule-packages/lisp/mule-base/char-table
/home/jarl/elisp/char-table
/usr/share/xemacs/xemacs-packages/lisp/gnus/vcard
/home/jarl/elisp/vcard)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xetla ver: 1.0 upstream:
steve(a)eicq.org--2005/xetla--main--1.0--version-0)
(xemacs-devel ver: 1.72 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.0 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.31 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.47 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.2 upstream: 3.33.2)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.28 upstream: 2.0.51)
(tpu ver: 1.14 upstream: 4.2X)
(tm ver: 1.38 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.9 upstream: No-Upstream-Ver)
(texinfo ver: 1.3 upstream: No-Upstream-Ver)
(supercite ver: 1.21 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.28 upstream: 0.14beta4)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.21 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.19 upstream: 1.4.2)
(scheme ver: 1.14 upstream: No-Upstream-Ver)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.21 upstream: 2.0.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.06 upstream: No-Upstream-Ver)
(psgml ver: 1.44 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.06 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.08 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.66 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.36 upstream: No-Upstream-Ver)
(ocaml ver: 0.05 upstream: 3.06)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mh-e ver: 1.29 upstream: 7.4.2)
(mew ver: 1.19 upstream: 1.94.2)
(mailcrypt ver: 2.14 upstream: 3.5.8)
(mail-lib ver: 1.75 upstream: No-Upstream-Ver)
(jde ver: 1.48 upstream: 2.3.2)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.33 upstream: 5.12.0)
(igrep ver: 1.14 upstream: 2.111)
(idlwave ver: 1.32 upstream: 5.1)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.07 upstream: 1.45)
(gnats ver: 1.17 upstream: 3.101)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.04 upstream: No-Upstream-Ver)
(forms ver: 1.15 upstream: 2.37)
(footnote ver: 1.16 upstream: 0.18x)
(eudc ver: 1.39 upstream: 1.32)
(eterm ver: 1.17 upstream: No-Upstream-Ver)
(eshell ver: 1.1 upstream: 2.4.1)
(escreen ver: 1.01 upstream: 1.16)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edt ver: 1.13 upstream: No-Upstream-Ver)
(edit-utils ver: 2.32 upstream: No-Upstream-Ver)
(ediff ver: 1.6 upstream: 2.75)
(edebug ver: 1.21 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.17 upstream: No-Upstream-Ver)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(clearcase ver: 1.1 upstream: /main/laptop/165)
(cc-mode ver: 1.45 upstream: 5.30.10)
(calendar ver: 1.23 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.22 upstream: No-Upstream-Ver)
(build ver: 1.14 upstream: 2.02)
(bbdb ver: 1.29 upstream: 2.34)
(auctex ver: 1.46 upstream: 11.55)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(mule-ucs ver: 1.14 upstream: 0.84)
(mule-base ver: 1.47 upstream: No-Upstream-Ver)
(leim ver: 1.22 upstream: No-Upstream-Ver)
(latin-unity ver: 1.15 upstream: 1.15)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(hexl time-stamp view-less view ehelp electric mail-abbrevs xemacsbug
shadow sendmail rfc822 efs-cu bbdb regexp-opt timezone esms esms-conf
esms-ssp-funs time-functions dansk code-conversion ansi-color mwheel
psvn edmacro vc ring vc-hooks font-lock tex-site pcl-cvs diff-mode
advice advice-preload pcl-cvs-parse pcl-cvs-info pcl-cvs-defs
pcl-cvs-util cvs-compat dired-faces dired-xemacs dired cookie dll
elib-node time cus-face un-define latin-euro-input quail overlay
latin-unity-tables latin-euro-standards latin-euro-latin10
latin-euro-latin9 latin-euro-latin7 latin-unity-vars latin-unity
ispell latin-euro-latin8 x-compose zenirc-autoloads xwem-autoloads
xslt-process-autoloads xslide-autoloads xlib-autoloads xetla-autoloads
xemacs-devel-autoloads xemacs-base-autoloads x-symbol-autoloads
w3-autoloads vm-autoloads viper-autoloads view-process-autoloads
vhdl-autoloads vc-autoloads tramp-autoloads tpu-autoloads tm-autoloads
time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads slider-autoloads sieve-autoloads
sh-script-autoloads sgml-autoloads semantic-autoloads scheme-autoloads
ruby-modes-autoloads rmail-autoloads riece-autoloads reftex-autoloads
re-builder-autoloads python-modes-autoloads psgml-autoloads
ps-print-autoloads prog-modes-autoloads pgg-autoloads
perl-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-autoloads ocaml-autoloads net-utils-autoloads
misc-games-autoloads mine-autoloads mh-e-autoloads mew-autoloads
mailcrypt-autoloads mail-lib-autoloads jde-autoloads ispell-autoloads
ilisp-autoloads igrep-autoloads idlwave-autoloads ibuffer-autoloads
hm--html-menus-autoloads haskell-mode-autoloads gnus-autoloads
gnats-autoloads games-autoloads fsf-compat-autoloads
fortran-modes-autoloads forms-autoloads footnote-autoloads
eudc-autoloads eterm-autoloads eshell-autoloads escreen-autoloads
erc-autoloads emerge-autoloads eieio-autoloads efs-autoloads
edt-autoloads edit-utils-autoloads ediff-autoloads ediff-hook
edebug-autoloads ecrypto-autoloads ecb-autoloads docbookide-autoloads
dired-autoloads dictionary-autoloads debug-autoloads cookie-autoloads
clearcase-autoloads cc-mode-autoloads calendar-autoloads
calc-autoloads c-support-autoloads build-autoloads bbdb-autoloads
auctex-autoloads apel-autoloads ada-autoloads mule-ucs-autoloads
mule-base-autoloads leim-autoloads latin-unity-autoloads
egg-its-autoloads edict-autoloads modules-autoloads mule-autoloads
auto-autoloads disp-table loadhist rsz-minibuf auto-show fontl-hooks
canna-leim tibetan lao devanagari indian slovenian czech romanian ccl
code-cmds gutter-items menubar-items x-menubar mode-motion mouse
behavior itimer auto-save lisp-mode easymenu easy-mmode iso8859-1 page
buff-menu lib-complete cus-file derived newcomment env text-props
fontconfig frame obsolete cus-start custom widget cl-extra cl cl-19
packages backquote wnn unicode lucid-scrollbars cut-buffer
lucid-menubars athena-dialogs x c-balloon-help tty-frames tty toolbar
native-sound scrollbar unix-processes multicast network-streams
subprocesses modules menu-accelerator-support menubar berkeley-db dbm
md5 xemacs xim mule gutter tiff png gif jpeg xface xpm xbm
lisp-float-type file-coding linux dialog devices window-system base64)
Recent keystrokes:
-----------------
left right right right right left left left left right
right right right left left left left C-x b RET down
down down down 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 RET RET
down up up down down down C-x k RET C-x b RET C-x k
RET C-x b RET M-x up up RET up RET C-x o C-x o C-g
C-x b RET C-x k RET C-x b RET C-x k RET C-x b C-g M-x
up RET
Recent messages (most recent first):
-----------------------------------
Quit
Quit
Buffer is read-only: #<buffer "*Bug Help*">
Type M-x mail-send-and-exit to send the bug report, C-x k to cancel.
space = page forward; b = page back; h = help; q = quit.
Buffer is read-only: #<buffer "*Bug Help*">
Buffer is read-only: #<buffer "*Bug Help*">
Converting to hexl format discards undo info; ok? (y or n) Yes
Converting to hexl format discards undo info; ok? (y or n)
Loading hexl...done
Loading hexl...
Making completion list...
Wrote /home/jarl/ll.txt
Loading time-stamp...done
Loading time-stamp...
Buffer is read-only: #<buffer "*Bug Help*">
Type M-x mail-send-and-exit to send the bug report, C-x k to cancel.
Buffer is read-only
Buffer is read-only
space = page forward; b = page back; h = help; q = quit.
--
Jarl Friis
Softace ApS
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone: +45 26 13 20 90
E-mail: jarl(a)softace.dk
LinkedIn: www.linkedin.com/in/jarlfriis
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Running the carbon branch on 10.5.
16 years, 9 months
Malcolm Purvis
Has anyone run the Carbon branch under 10.5? Building the current tip
of the branch on my MacBook Pro, I get the following:
$ open XEmacs.app
LSOpenFromURLSpec() failed with error -10661 for the file /Users/malcolmp/builds/xemacs/sandboxen.hg/carbon2-head/carbon/XEmacs.app.
The identical tree works on my 10.4.10 based PowerMac G5.
Malcolm
--
Malcolm Purvis <malcolmp(a)xemacs.org>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: GC leak?
16 years, 9 months
Jerry James
On Feb 1, 2008 1:23 AM, Marcus Crestani
<crestani(a)informatik.uni-tuebingen.de> wrote:
> Currently the garbage collector does not run the finalizers when
> XEmacs exits. This is bad, we should definitely fix this. I see if I
> can come up with a patch in the next couple of days.
It isn't necessarily bad. Java doesn't guarantee that your finalizers
will ever be run, for example, so a standards-compliant JVM can behave
in exactly the same way. And there's really no reason to run
finalizers on exit for the vast majority of objects. That will just
make XEmacs take longer to shut down all the way. All memory is going
to be released and all file descriptors closed by the OS, after all.
All this means is that the information reported by valgrind on exit
can't be trusted. That's okay, because valgrind doesn't understand
how we allocate and manage memory anyway. I'm going to look at
inserting valgrind macros into judicious places in the code so we can
get runtime reports on leaked and uninitialized memory. If there
isn't any, then I'm happy. :-)
Regards,
--
Jerry James
http://loganjerry.googlepages.com/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Current, official Hg repository?
16 years, 9 months
Rick Rankin
>
>
> ----- Original Message ----
> From: Vladimir G. Ivanovic <xxx@yyy>
> To: XEmacs Beta <xxx@yyy>
> Sent: Sunday, February 3, 2008 12:05:10 AM
> Subject: Re: Current, official Hg repository?
>
> Jerry,
>
[snip]
>
> Either the Mercurial repository was fixed after Rick Rankin's message,
> or there's something else awry in Rick's setup.
>
> Thanks.
>
> --- Vladimir
My setup was more-or-less broken. I'm a total newbie to mercurial and ran the wrong set of commands when I initially downloaded the repository. Stephen got me straightened out.
--Rick
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
looking-back - looking-at
16 years, 9 months
Andreas Röhler
AFAIS `looking-back' as pendant to `looking-at' is not
available at XEmacs. Would like to have it for
compatibility reasons, should I'm being right so far.
GNU/FSF `looking-back' went without difficulties on
XEmacs 21.5 (beta27) "fiddleheads" (+CVS-20060704) [Lucid]
(i386-suse-linux, Mule) of Mon Nov 27 2006 on dale, so maybe
copying is enough?
Thanks
Andreas Röhler
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Current, official Hg repository?
16 years, 9 months
Rick Rankin
> ----- Original Message ----
> From: Stephen J. Turnbull <xxx@yyy>
> To: Rick Rankin <xxx@yyy>; XEmacs Beta <xxx@yyy>
> Sent: Saturday, February 2, 2008 5:55:55 AM
> Subject: Re: Current, official Hg repository?
>
> Stephen J. Turnbull writes:
> > You wanna see something cool? Just put
> >
> > [paths]
> > default = http://hg.debian.org/hg/xemacs/xemacs-beta
> >
> > in .hgrc and watch things start working.
>
> Oops, that should be .hg/hgrc.
Excellent. That, followed by 'hg pull -u' worked perfectly.
Thanks,
--Rick
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta