ACTIVITY SUMMARY (2013-06-18 - 2013-06-25)
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.
560 open ( +0) / 296 closed ( +0) / 856 total ( +0)
Open issues with patches: 13
Average duration of open issues: 1475 days.
Median duration of open issues: 1578 days.
Open Issues Breakdown
new 242 ( +0)
deferred 6 ( +0)
napping 3 ( +0)
verified 57 ( +0)
assigned 151 ( +0)
committed 19 ( +0)
documented 3 ( +0)
done/needs work 17 ( +0)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I get this error, anybody know how to get rid of it?
[caa@wallace2 hbc722]% xemacs hbc722.tex
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may
describe
your crash, and with luck a workaround. Please check it first, but do
report
the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
or by selecting `Send Bug Report' from the Help menu. If necessary, send
ordinary email to `xemacs-beta(a)xemacs.org'. *MAKE SURE* to include the
XEmacs
configuration from M-x describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are
unlikely
to be able to analyze the problem. Locate the core file produced as a
result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /opt/local/bin/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
dispatch-non-command-events()
# (condition-case ... . ((nil)))
progress-feedback-dispatch-non-command-events()
# bind (tmsg top frame value message label)
append-progress-feedback(font-lock "Fontifying hbc722.tex..." 0 nil)
# bind (frame value message label)
display-progress-feedback(font-lock "Fontifying hbc722.tex..." 0)
# bind (str)
# (unwind-protect ...)
# bind (args value fmt label)
progress-feedback-with-label(font-lock "Fontifying %s..." 0 "hbc722.tex")
# bind (maybe-loudly end beg)
font-lock-default-unfontify-region(1 83921 t)
# bind (loudly end beg)
font-lock-unfontify-region(1 83921 t)
# bind (was-on font-lock-verbose font-lock-message-threshold aborted)
# (unwind-protect ...)
font-lock-default-fontify-buffer()
# bind (font-lock-verbose)
font-lock-fontify-buffer()
# bind (on-p maximum-size arg)
font-lock-mode(1)
turn-on-font-lock()
# bind (explicit-defaults)
font-lock-set-defaults()
run-hooks(font-lock-set-defaults)
# bind (nomodes after-find-file-from-revert-buffer noauto warn error)
after-find-file(nil t)
byte-code("..." [buffer-file-number number truename buffer-file-truename
buf buffer-file-name set-buffer-major-mode erase-buffer nil (byte-code «§Â
Ã\"¨ª¥Ä Ã\"¨Â§" [rawfile filename insert-file-contents-literally
t insert-file-contents] 3) ((file-error ...)) abbreviate-file-name
file-name-directory make-local-variable backup-inhibited t after-find-file
find-file-use-truenames default-directory backup-enable-predicate rawfile
error nowarn] 3)
# (condition-case ... . ((t (byte-code "!¨Ã @ A\"§" ... 3))))
# (unwind-protect ...)
# bind (error number truename buf rawfile nowarn filename)
find-file-noselect("/Users/caa/Dropbox/nox/Desktop/MyPapers/current/hbc722/hbc722.tex")
# bind (codesys filename)
find-file("/Users/caa/Dropbox/nox/Desktop/MyPapers/current/hbc722/hbc722.tex")
# bind (dir file-count line end-of-options file-p arg tem)
command-line-1()
# bind (command-line-args-left)
command-line()
# (condition-case ... . ((t (byte-code " §" ... 1))))
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Segmentation fault
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi,
In the 21.5 beta series the elc-files are distributed in the
tar-ball. Is there some rational for that?
I haven't analyzed all tar-balls but it seems like 21.5.32 and 21.5.33
have elc-files that refuses to load under a no mule XEmacs. Is this
because of a change in the byte compilation or that a mule XEmacs was
used when the distribution was prepared?
This breaks the build for a user who wants a no mule version in maybe
not an obvious way. The workaround isn't hard but you need to remove
the elc files before the build either by using a shell command or
doing "make beta", which I believe performs the proper cleaning
without damaging anything.
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Uwe Brauer <oub(a)mat.ucm.es> writes:
>>> "Michael" == Michael Sperber <sperber(a)deinprogramm.de> writes:
>
> > So I've looked into wdired a little bit. A port is doable, but not
> > quite trivial, and I ran out of time for today. If Uwe or anybody else
> > is interested in helping to port it, I can set up a repo on bitbucket
> > with what I have. Just drop me e-mail.
>
> Two questions:
>
> - which version did you look at? The one I sent? The one which
> is found in http://www.emacswiki.org/emacs/wdired.el which is
> denoted as the old version? There are a couple of small
> difference between the two versions. Or the new version
> http://www.emacswiki.org/emacs/WDired which I have not tested?
The mailing list didn't pass through what you sent. I took the latest
from the GNU Emacs repo.
> - you say a port is doable but not trivial. I run this pkg for
> years without problems, save the odd query-replace-regexp which I
> faced recently. So what are the problems?
The code you referred to is no longer there.
--
Regards,
Mike
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
This looks really bizarre. I have been using wdired for years. It allows
me to edit files in dired mode on the fly.
But right now, I cannot use query-replace-regexp anymore.
The error is attached below.
query-replace-regexp is also defined in wdired.
And C-h f says that it takes
query-replace-regexp from that file, instead of replace.el
So I edited replace.el (I shouldn't maybe) addding (provide 'replace)
to it byte compiled in and added (require 'replace) in my init file.
Then C-h f tells me that query-replace-regexp is used from replace. So
far so good.
But no change in the bizarre behaviour of query-replace-regexp!
Only if I do not load wdired, query-replace-regexp works as expected.
I even tried to debug the function but the debugger would even start.
Anybody has an idea?
thanks
Uwe Brauer
Debugger entered--Lisp error: (void-variable from-string)
query-replace-regexp("\\(\\<[A-Z]*\\>\\)" "|\\1")
eval((query-replace-regexp "\\(\\<[A-Z]*\\>\\)" "|\\1"))
eval-interactive((query-replace-regexp "\\(\\<[A-Z]*\\>\\)" "|\\1"))
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi Mike,
Texinfo 5.x doesn't like @sp followed immediately by a number. It
wants a space in between. Could you apply this patch to the next
version of EFS?
diff -r 73360c2969ec efs.texi
--- a/efs.texi Sat Sep 03 14:45:18 2011 +0200
+++ b/efs.texi Wed Jun 19 10:45:40 2013 -0600
@@ -42,13 +42,13 @@
@end ifinfo
@titlepage
-@sp5
+@sp 5
@center @titlefont{EFS}
@center version 1.20
-@sp2
+@sp 2
@center A transparent remote file system, by Sandy Rutherford, Andy
Norman, and Mike Sperber
-@sp7
+@sp 7
@center This documentation based on ange-ftp documentation by David Smith
@center and on documentation in the EFS source code
@center It was put together by Mike Sperber.
Regards,
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi
The author of wdired is no longer reachable at his email address.
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
I got the OK from Kevin Rodgers, author of auto-capitalize.el to include
it in Xemacs.[1]
Uwe
Footnotes:
[1] he gave me a patch which I want to test.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
Here is my list of proposal to be added to xemacs (in different
pkg). Before I open tracker issues, maybe just to list them here is helpful:
- wdired
- auto-capitalize
- dired-tar (allows to open and to generate tar, tgz tar.gz)
- babel --- interface to web translation services such
as Babelfish
- backup-each-save --- backup each savepoint of a file
- better-registers for storing registers for the next session
and list-registersl (both I have mentioned already, I think
both are on the tracker)
- ;; TeX-escape-region
Written by Aidan Kehoe, Tue Jan 8 23:21:27 CET 2008. Convert TeX
commands to UFT-8 symbols and back
- weekly-view --- bar graph view of the week's diary events
Any comments before asking the authors and opening the tracker?
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta