8bit meta confusion and other problems
15 years, 10 months
Julian Bradfield
I want to bind [multi-key d h] to be eth, without relying on X being
present. (in 21.4)
I can't see how to do it. If I do the obvious thing:
(define-key compose-map "dh" (string (int-to-char #xF0)))
typing multi-key d h
results in "M-p not defined".
I don't understand why there's 8-bit/meta confusion here, or how to
stop it. (set-input-mode doesn't help - I've already set that not to
have 8bit meta.)
Then if I try something less obvious like
(define-key compose-map "dh" (lambda ()
(interactive)
(insert-char (int-to-char #xF0))))
it works in a terminal xemacs, but in an X xemacs, I get
a wrong-number-of-arguments error.
Right now I'm actually trying to get some real work done, so I'm hoping
someone can answer me before I have to read the source;-)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: #'query-coding-region and invalid Unicode sequences.
15 years, 10 months
Aidan Kehoe
Ar an séú lá déag de mí Eanair, scríobh Stephen J. Turnbull:
> Aidan Kehoe writes:
>
> > The attached file is UTF-16 with byte order mark, and has an invalid
> > sequence after the first ". ". Current GNU Emacs deals with it badly.
> > XEmacs deals with it a little better, but not in a particularly
> > stellar way right now either.
>
> There have been a couple of long threads on Python-Dev (or maybe
> Python-3000) about how to deal with these issues. It's not obvious to
> me that there is a "stellar" way to deal with the problem.
>
> My personal feeling is that normally an attempt to use a Unicode
> coding system to decode something that is invalid according to that
> system should be a fatal error, unless the user requests otherwise.
> (Yes, we *must* provide for that request before taking this step,
> though.) This is pragmatic, not dogmatic; I've seen too many reports
> of irreversible data corruption from "DTRT" codecs.
Right, I agree. This question is about the API for that. F1 f
query-coding-region RET --- should there be a preserve-invalid-sequence
argument? Where?
> The Unicode consortium folks have thought about this for a long time,
> and the standard specifies that it's fatal. They didn't do that
> lightly. The Python folks, whom I accord lots of respect for the
> pragmatics of this kind of thing, came to no firm conclusion. Neither
> Guido's crystal ball nor his time machine came to the rescue, either.
David Kastrup’s use case in
http://mid.gmane.org/85fyvc3efj.fsf@lola.goethe.zz convinced me that keeping
the invalid sequences around in some form is preferable to not doing so. I
also think the simple use case of opening a Latin-1 file as utf-8, and making
chanages to ASCII text, should not involve an either-or between discarding
your changes and trashing the Latin-1.
> Note that Python has a big advantage over us, too, in that codecs are
> written in Python. I really wish that Handa had made CCL a Lisp subset!
AIUI GNU have support for Lisp codecs, we could have ported that. I don’t
see a need for that right now.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: #'query-coding-region and invalid Unicode sequences.
15 years, 10 months
Aidan Kehoe
Ar an séú lá déag de mí Eanair, scríobh Julian Bradfield:
> >My personal feeling is that normally an attempt to use a Unicode
> >coding system to decode something that is invalid according to that
> >system should be a fatal error, unless the user requests otherwise.
>
> I strongly support this view - and think it should be applied more
> widely.
> One of the gotchas about using XEmacs (especially when you're dealing
> with text in languages and charsets that you don't really know) is
> that it sometimes guesses an encoding, guesses wrong, but goes ahead
> and loads the file, replacing errors by ?, and changing the text
> entirely. Sometimes, if you're just looking at the English
> introduction, you might not even notice. Then you save the file...
This problem is gone in 21.5, in the encodings I know anything about.
(Basically, everything that’s not East Asian.) I don’t think it was ever a
big problem with the East Asian coding systems to begin with, more Unicode
and the European ones.
(Yes, yes, I know that’s small comfort to you.)
> I would prefer it if any (de)coding error whatsoever were a fatal
> error, unless instructed otherwise.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
xemacs21.4.21 Mule +kubuntu 8.04 ispell bug?
15 years, 10 months
Uwe Brauer
Hello
It seems that the following problem might be caused by
the dictionaries-common 0.90 provided by Ubuntu 8.04.
Please note that xemacs does not use the ispell as provided by the
dictionary common (which seems to be for GNU emacs) but the one shipped
with xemacs 21.4.21
The problem occurs when I want to insert a correct proposed by
ispell. What really puzzles me is that the problem does not occur when I
start xemacs -vanilla.
I find it also strange that is flyspell (and its corrections works
without any problem)
Here is the bug trace
I searched for translation-table-for-input but can't find it,
Any suggestions (I hesitate to upgrade dictionary common 0.98 for
hardy.)
Thanks
Uwe Brauer
--8<------------------------schnipp------------------------->8---
Debugger entered--Lisp error: (void-variable translation-table-for-input)
ispell-insert-word("nación") ispell-process-line("^nacion \n" nil)
byte-code("..." [reg-end rstart ispell-region-end key
skip-region-start in-comment nil t message "searching for regions to
skip" re-search-forward ispell-begin-skip-region-regexp
buffer-substring-no-properties 0 "Continuing spelling check using %s
with %s dictionary..." file-name-nondirectory "default"
marker-position "" ispell-skip-region ispell-ignore-fcc
match-string-no-properties ispell-get-line ispell-process-line start
end reg-start query-fcc comment-start string case-fold-search
message-log-max comment-end shift transient-mark-mode
ispell-program-name ispell-current-dictionary ispell-quit recheckp] 5)
ispell-region(1 8) call-interactively(ispell-region)
command-execute(ispell-region t) execute-extended-command(nil)
call-interactively(execute-extended-command)
--8<------------------------schnapp------------------------->8---
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Re: Big Nasty Problem w/self-insert-command
15 years, 10 months
Bob Taylor
On Wed, 2009-01-14 at 18:59 +0900, Stephen J. Turnbull wrote:
> Bob Taylor writes:
>
> > > self-insert-command does what it says, that is, it inserts the
> > > character itself. All of the usual graphical characters ('a', 'b',
> > > etc) are bound to the same command.
> >
> > Is this command supposed to be active only in abbrev-mode as mentioned
> > below? I have a difficult time believing this command would be active
> > globally.
>
> Of course it's active globally. It is *the* way for literal
> characters typed on the keyboard to be entered in the editing buffer;
> there is no other. *All* it does is insert the character you typed
> into the text at the current point.
Ah! Now I understand. Thank you.
[snip]
> > I have this in my custom.el:
> >
> > (put 'self-insert-command 'disabled t)
>
> Don't do that, or you won't be able to enter any text at all without
> extreme pain.
I will remove it.
> > However, in a new session, typing a space, '.' or such brings up a
> > dialog telling me this command is disabled and do I want to try it or
> > keep it disabled (Y,N,SPACE).
>
> Yup. Like I said, "pain".
The problem I have is a bigger one.
> > > Does it go away if you exit from, then restart XEmacs?
> >
> > No.
>
> Does it go away if you start XEmacs as "xemacs -vanilla".
Unfortunately, no. I could use some help if this continues in the stable
version. I have narrowed this down by eliminating your distribution.
CentOS is a stable version created from RHEL source tree. Apparently,
I'm going to have to take over as maintainer. This can be very time
consuming working with a beta version.
[snip]
> > I didn't package this and do not know who did.
>
> Well, did you get it from us? I'm telling you, in XEmacs as we
> distribute it, the behavior you observe *never* has happened; if this
> is our distribution, it's a first. Obviously you *are* observing it,
> so I'd like to help. But since I don't see the behavior, and have
> never heard of it before, I can't help until I can find out what's
> special about the XEmacs you're using.
Please don't get riled up! I never thought your distribution was at
fault. If I inadvertently did so, I most sincerely apologize! I just
wanted to absolutely certain. Process of elimination.
> > It has to be a bug, at least in this package. This is my assumption
> > since I could not find this in the archives.
>
> What package? Where did you get it?
It's here. http://centos.karan.org/el5/extras/testing/i386/RPMS/
> > What I think I will do is package the latest stable release. This is the
> > one that *should* have been packaged. If I have questions, can I post
> > them here? Hopefully I won't need to.
>
> Sure, but if you are going to package things with a similar
> configuration to the one that is misbehaving, you're at risk of
> getting the same result. XEmacs does not do what you are observing
> under *any* circumstances I've ever heard of, so presumably it's
> particular to something in the "package" you are using.
I agree. I now have the source RPMS. I will take the time to look and see if I
can locate the problem in this package. The first thing I will look at is the spec
file.
The source RPM's are, if it helps any:
xemacs-21.5.27-8.el5.kb.src.rpm
xemacs-packages-base-20061221-1.el5.kb.src.rpm
xemacs-packages-extra-20061221-1.el5.kb.src.rpm
The RPM's installed are, if it helps any:
xemacs-packages-extra-el-20061221-1.el5.kb.rpm
xemacs-packages-extra-20061221-1.el5.kb.rpm
xemacs-packages-base-20061221-1.el5.kb.rpm
xemacs-21.5.27-8.el5.kb.rpm
xemacs-packages-extra-info-20061221-1.el5.kb.rpm
xemacs-common-21.5.27-8.el5.kb.rpm
xemacs-info-21.5.27-8.el5.kb.rpm
xemacs-el-21.5.27-8.el5.kb.rpm
xemacs-packages-base-el-20061221-1.el5.kb.rpm
Hopefully, these packages match yours.
> Also, don't forget to include the list address (e.g., by using a wide
> reply). XEmacs lists do not and will not munge reply-to; that is long
> since settled as the majority opinion by a wide margin.
I sent to the list only. Is this wrong? I've cc'd you.
There are a lot of things I don't like about Emacs. The only *wish* I
have with XEmacs is Emacs X button ie kill current buffer. Convenient.
--
Bob Taylor
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
[Bug: 21.4.22] Window height 0 too small (after splitting)
15 years, 10 months
Rodney Sparapani
Dear Bug Team!
This bug started for me recently with 21.4.21 so I installed 21.4.22,
but the bug
persists. Whenever I select the Save As dialog, I get:
Debugger entered--Lisp error: (error "Window height 0 too small (after
splitting)")
split-window(nil 17)
mouse-read-file-name-1(file-name-history "Write file: " nil
"~/phd/proposal-biom.tex" nil nil read-file-name-internal)
byte-code("..." [initial-contents must-match default dir prompt
history mouse-read-file-name-1 completer] 8)
read-file-name-1(file file-name-history "Write file: " nil
"~/phd/proposal-biom.tex" nil nil read-file-name-internal)
ad-Orig-read-file-name("Write file: " nil nil nil nil nil)
(setq ad-return-value (ad-Orig-read-file-name prompt dir default
must-match initial-contents history))
(let ((viper-minibuffer-exit-hook ...)) (setq ad-return-value
(ad-Orig-read-file-name prompt dir default must-match initial-contents
history)))
(let (ad-return-value) (let (...) (setq ad-return-value ...))
ad-return-value)
read-file-name("Write file: " nil nil nil nil)
(if buffer-file-name (read-file-name "Write file: " nil nil nil nil)
(read-file-name "Write file: " (cdr ...) nil nil (buffer-name)))
(list (if buffer-file-name (read-file-name "Write file: " nil nil nil
nil) (read-file-name "Write file: " ... nil nil ...)) t (if (and
current-prefix-arg ...) (read-coding-system "Coding system: ")))
call-interactively(write-file)
I compiled it with the following environment variable setup
(which I assume is fairly typical for Solaris 10 AMD64 using
the Sun Studio 5.9):
CONFIG_SHELL=zsh
MAKE=gmake
CC="cc"
CFLAGS="-g -xO3 -xarch=sse3"
CXX="CC"
CXXFLAGS="-g -xO3 -xarch=sse3 -library=stlport4 -lCrun"
CPP=""
CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include -I/opt/sfw/include
-I/usr/local/include -I/usr/dt/include"
LDFLAGS="-L/opt/csw/lib -L/usr/lib -L/usr/sfw/lib -L/opt/sfw/lib
-L/usr/local/lib -L/usr/dt/lib -L/usr/openwin/lib -R/opt/csw/lib
-R/usr/lib -R/usr/sfw/lib -R/opt/sfw/lib -R/usr/local/lib -R/usr/dt/lib
-R/usr/openwin/lib"
PKG_CONFIG_PATH="/opt/csw/lib/pkgconfig:/usr/sfw/lib/pkgconfig:/usr/local/lib/pkgconfig"
F77="f77"
F95="f95"
FFLAGS="-g -xO3 -xarch=sse3"
Any ideas?
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: SunOS godzilla 5.10 Generic_137112-04 i86pc i386 i86pc
./configure '--with-sound=esd' '--with-clash-detection=yes'
'--cflags=-g' '--with-dialogs=motif' '--with-widgets=motif'
'--with-mule' '--with-xim=motif' '--with-png'
XEmacs 21.4.22 "Instant Classic" configured for `i386-pc-solaris2.10'.
Compilation / Installation:
Source code location: /usr/local/src/xemacs/xemacs-21.4.22
Installation prefix: /usr/local
Runtime library search path: /usr/openwin/lib:/opt/SUNWdt/lib
Operating system description file: `s/sol2.h'
Machine description file: `m/intel386.h'
Compiler: cc -g
Compiler version: cc: Sun C 5.9 SunOS_i386 Patch
124868-06 2008/06/24
Relocating allocator for buffers: yes
GNU version of malloc: yes
libc: SUNWcsl 11.10.0,REV=2005.01.21.16.34
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/openwin/lib
- Handling WM_COMMAND properly.
Compiling in support for Motif.
*WARNING* Many versions of Motif are buggy, requiring workarounds.
You are likely to experience slow redisplay.
You may need to install vendor patches to Motif.
See PROBLEMS for more information.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
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.
Sound:
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using Motif to provide XIM support.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
(/usr/local/lib/xemacs/xemacs-packages/lisp/xemacs-base/easy-mmode
/usr/local/lib/xemacs-21.4.22/lisp/easy-mmode
/usr/local/lib/xemacs/xemacs-packages/lisp/build/build-report
/usr/local/lib/xemacs-21.4.22/lisp/build-report)
Installed XEmacs Packages:
-------------------------
(zenirc ver: 1.16 upstream: 2.112)
(xwem ver: 1.22 upstream: lg(a)xwem.org--2005/xwem--main--2.1--versionfix-1)
(xslt-process ver: 1.12 upstream: 1.2.1)
(xslide ver: 1.09 upstream: 0.2.2)
(xlib ver: 1.14 upstream: lg(a)xwem.org--2005/xlib--main--2.1--version-0)
(xetla ver: 1.01 upstream: steve(a)eicq.org--2005/xetla--main--1.1--version-0)
(xemacs-devel ver: 1.75 upstream: No-Upstream-Ver)
(xemacs-base ver: 2.1 upstream: No-Upstream-Ver)
(x-symbol ver: 1.1 upstream: 4.5.1)
(w3 ver: 1.33 upstream: 4.0pre47)
(vm ver: 7.22 upstream: 7.17)
(viper ver: 1.55 upstream: 3.09)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.22 upstream: 3.33.12)
(vc-cc ver: 1.22 upstream: No-Upstream-Ver)
(vc ver: 1.41 upstream: No-Upstream-Ver)
(tramp ver: 1.37 upstream: 2.0.55)
(tpu ver: 1.14 upstream: 4.2X)
(tooltalk ver: 1.15 upstream: No-Upstream-Ver)
(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.92 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)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(sml-mode ver: 0.12 upstream: 3.9.5)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.18 upstream: No-Upstream-Ver)
(sh-script ver: 1.22 upstream: 2.0f)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.2 upstream: 1.4.4)
(scheme ver: 1.15 upstream: No-Upstream-Ver)
(sasl ver: 1.16 upstream: 1.14.4)
(ruby-modes ver: 1.02 upstream: 1.6.8)
(rmail ver: 1.14 upstream: No-Upstream-Ver)
(riece ver: 1.23 upstream: 3.1.2)
(reftex ver: 1.34 upstream: 4.21)
(re-builder ver: 1.05 upstream: 1.20)
(python-modes ver: 1.08 upstream: No-Upstream-Ver)
(psgml-dtds ver: 1.03 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.1 upstream: No-Upstream-Ver)
(pgg ver: 1.06 upstream: 0.1)
(perl-modes ver: 1.09 upstream: No-Upstream-Ver)
(pcomplete ver: 1.04 upstream: 1.1.6)
(pcl-cvs ver: 1.67 upstream: R-2_9_9)
(pc ver: 1.28 upstream: No-Upstream-Ver)
(os-utils ver: 1.39 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(ocaml ver: 0.06 upstream: 3.06)
(net-utils ver: 1.52 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.19 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.79 upstream: No-Upstream-Ver)
(jde ver: 1.51 upstream: 2.3.3)
(ispell ver: 1.32 upstream: 3.6)
(ilisp ver: 1.34 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)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(haskell-mode ver: 1.11 upstream: 2.1)
(gnus ver: 1.91 upstream: 5.10.8)
(gnats ver: 1.17 upstream: 3.101)
(general-docs ver: 1.04 upstream: No-Upstream-Ver)
(games ver: 1.17 upstream: 1.04)
(fsf-compat ver: 1.15 upstream: No-Upstream-Ver)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(fortran-modes ver: 1.05 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)
(erc ver: 0.21 upstream: Version 5.1.2 Revision: 1.796.2.6)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(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.37 upstream: No-Upstream-Ver)
(ediff ver: 1.68 upstream: 2.75)
(edebug ver: 1.22 upstream: No-Upstream-Ver)
(ecrypto ver: 0.2 upstream: 2.0)
(ecb ver: 1.22 upstream: 2.31)
(docbookide ver: 0.08 upstream: 0.1)
(dired ver: 1.17 upstream: 7.13)
(dictionary ver: 1.16 upstream: 1.8)
(debug ver: 1.18 upstream: No-Upstream-Ver)
(crisp ver: 1.15 upstream: 1.34)
(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.32 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.32 upstream: 2.35)
(auctex ver: 2008.021 upstream: 11.85)
(apel ver: 1.32 upstream: 10.6)
(ada ver: 1.14 upstream: 2.27)
(Sun ver: 1.16 upstream: No-Upstream-Ver)
(skk ver: 1.23 upstream: 10.62a)
(mule-ucs ver: 1.14 upstream: 0.84)
(mule-base ver: 1.49 upstream: No-Upstream-Ver)
(lookup ver: 1.15 upstream: 1.0)
(locale ver: 1.24 upstream: No-Upstream-Ver)
(leim ver: 1.24 upstream: No-Upstream-Ver)
(latin-unity ver: 1.2 upstream: 1.20)
(latin-euro-standards ver: 1.07 upstream: 1.07)
(egg-its ver: 1.27 upstream: No-Upstream-Ver)
(edict ver: 1.16 upstream: 0.9.9)
Installed Modules:
-----------------
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 debug lazy-lock preview
prv-xemacs byte-optimize tex-bar tex-buf toolbar-x outline font-latex
bytecomp byte-compile latex easy-mmode tex-style tex font disp-table
gnuserv psvn edmacro overlay viper viper-ex viper-macs viper-mous
viper-cmd viper-util viper-keym viper-init tramp-smb tramp password
format-spec timer-funcs trampver efs-x19.15 efs-fnh efs-ovwrt efs-cu
efs-netrc efs-defun efs advice advice-preload ffap essd-jags
ess-toolbar ess-mous mouseme thingatpt browse-url ess-menu imenu
ess-swv ess-noweb essl-bugs essd-omg essl-omg essd-els essd-sas
essl-sas essa-sas rtf-support executable shell essd-arc essd-vst
essd-xls essl-lsp essd-sta essl-sta cc-vars cc-defs make-regexp
essd-sp6 essd-sp5 essd-sp3 essd-r essd-r-args essl-s ess-inf ess-utils
comint ring ess-mode noweb-mode ess ess-cust regexp-opt ess-emcs
ess-site font-lock cus-face rsz-minibuf recent-files savehist
pending-del env mwheel 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-cc-autoloads vc-autoloads tramp-autoloads
tpu-autoloads tooltalk-autoloads tm-autoloads time-autoloads
textools-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads strokes-autoloads speedbar-autoloads
sounds-wav-autoloads sounds-au-autoloads sml-mode-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads sasl-autoloads
ruby-modes-autoloads rmail-autoloads riece-autoloads reftex-autoloads
re-builder-autoloads python-modes-autoloads psgml-dtds-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads pgg-autoloads
perl-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-autoloads oo-browser-autoloads ocaml-autoloads
net-utils-autoloads mmm-mode-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
hyperbole-autoloads hm--html-menus-autoloads haskell-mode-autoloads
gnus-autoloads gnats-autoloads general-docs-autoloads games-autoloads
fsf-compat-autoloads frame-icon-autoloads fortran-modes-autoloads
forms-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
eshell-autoloads escreen-autoloads erc-autoloads emerge-autoloads
elib-autoloads eieio-autoloads efs-autoloads edt-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads
ecrypto-autoloads ecb-autoloads docbookide-autoloads dired-autoloads
dictionary-autoloads debug-autoloads crisp-autoloads cookie-autoloads
clearcase-autoloads cc-mode-autoloads calendar-autoloads
calc-autoloads c-support-autoloads build-autoloads bbdb-autoloads
tex-site apel-autoloads ada-autoloads Sun-autoloads skk-autoloads
mule-ucs-autoloads mule-base-autoloads lookup-autoloads
locale-autoloads leim-autoloads latin-unity-autoloads
latin-euro-standards-autoloads egg-its-autoloads edict-autoloads
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1 slovenian
czech romanian ccl mule-help code-cmds gutter-items menubar-items
x-menubar mode-motion mouse itimer auto-save lisp-mode easymenu
iso8859-1 page buff-menu lib-complete cus-file derived frame
text-props obsolete cus-start custom widget cl-extra mini-cl cl cl-19
packages backquote very-early-lisp postgresqlv7 postgresql file-coding
mule lucid-scrollbars cut-buffer lucid-menubars motif-dialogs x
c-balloon-help tty-frames tty toolbar esd-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar berkeley-db dbm md5 xemacs xim gutter
tiff png gif jpeg xpm xbm lisp-float-type usg-unix-v dialog devices
window-system base64)
Recent keystrokes:
-----------------
misc-user button1 button1up M-x r e p o r t TAB x e
TAB RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Fontifying proposal-biom.tex... done.
Entering debugger...
Loading debug...done
Loading debug...
Loading lazy-lock...done
Fontifying proposal-biom.tex... (regexps)...................
Fontifying proposal-biom.tex... (regexps)..................
Fontifying proposal-biom.tex... (regexps)..................
Fontifying proposal-biom.tex... (regexps)..................
Fontifying proposal-biom.tex... (regexps)...........
Fontifying proposal-biom.tex... (regexps)...........
Fontifying proposal-biom.tex... (regexps)........
Fontifying proposal-biom.tex... (regexps)......
Fontifying proposal-biom.tex... (regexps)......
Fontifying proposal-biom.tex... (regexps).....
Fontifying proposal-biom.tex... (regexps)....
Fontifying proposal-biom.tex... (regexps)....
Fontifying proposal-biom.tex... (regexps)....
--
Rodney Sparapani Center for Patient Care & Outcomes Research (PCOR)
Sr. Biostatistician http://www.mcw.edu/pcor
4 wheels good, 2 wheels better! Medical College of Wisconsin (MCW)
WWLD?: What Would Lombardi Do? Milwaukee, WI, USA
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
configure in changeset dc578683fddd
15 years, 10 months
Mike Alexander
There seems to be something funny about the copy of configure committed
with changeset dc578683fddd. The info for that changeset is
changeset: 4544:dc578683fddd
user: Stephen J. Turnbull <stephen(a)xemacs.org>
date: Mon Dec 29 21:49:01 2008 +0900
files: configure
description:
Fix my syntax errors.
This would seem to imply a fairly minor change, however the patch for
configure is over 39000 (!) lines long and, at least on my MacOSX
machine, breaks it badly. Every --with... and --without... option is
declared invalid because the definition of ac_user_opts is a colon
separated list, but the code that checks options expects a new-line
separated list. Did the wrong file get committed? The previous
changeset, fe64f1351cbd, is a small patch to configure.ac which looks
reasonable. I'm not sure how to regenerate configure from
configure.ac, I've always just used the configure in the repository.
Mike
_______________________________________________
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 (2009-01-13-18)
15 years, 10 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:
===========================
misc-games-1.22-pkg.tar.gz upstream version: none
xemacs-base-2.19-pkg.tar.gz upstream version: none
Previously Announced Packages Still in Pre-Release:
==================================================
apel-1.33-pkg.tar.gz upstream version: 10.6
auctex-1.51-pkg.tar.gz upstream version: 11.84
calendar-1.38-pkg.tar.gz upstream version: none
cedet-common-1.01-pkg.tar.gz upstream version: 1.0pre4
dired-1.19-pkg.tar.gz upstream version: 7.16
easypg-1.02-pkg.tar.gz upstream version: 0.0.16
ediff-1.77-pkg.tar.gz upstream version: 2.75
edit-utils-2.40-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
eieio-1.06-pkg.tar.gz upstream version: 1.0pre4
elib-1.13-pkg.tar.gz upstream version: 1.0
erc-0.22-pkg.tar.gz upstream version: Version 5.1.2 Revision: 1.796.2.6
eshell-1.16-pkg.tar.gz upstream version: 0fc80a3f6bb3bb59f42e9ff83cc8b89bf90fe658
eudc-1.40-pkg.tar.gz upstream version: 1.32
fsf-compat-1.17-pkg.tar.gz upstream version: none
games-1.18-pkg.tar.gz upstream version: 1.04
general-docs-1.05-pkg.tar.gz upstream version: none
gnus-1.93-pkg.tar.gz upstream version: 5.10.8
guided-tour-0.52-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.28-pkg.tar.gz upstream version: none
locale-1.28-pkg.tar.gz upstream version: none
mail-lib-1.80-pkg.tar.gz upstream version: none
mh-e-1.31-pkg.tar.gz upstream version: 7.4.2
mmm-mode-1.03-pkg.tar.gz upstream version: 0.4.8
mule-base-1.53-pkg.tar.gz upstream version: none
mule-ucs-1.17-pkg.tar.gz upstream version: 0.84
net-utils-1.56-pkg.tar.gz upstream version: N/A
oo-browser-1.05-pkg.tar.gz upstream version: 4.08
os-utils-1.41-pkg.tar.gz upstream version: none
pcl-cvs-1.68-pkg.tar.gz upstream version: R-2_9_9
pcomplete-1.05-pkg.tar.gz upstream version: 1.1.6
perl-modes-1.14-pkg.tar.gz upstream version: none
prog-modes-2.19-pkg.tar.gz upstream version: none
ps-print-1.12-pkg.tar.gz upstream version: 6.5.6
psgml-1.45-pkg.tar.gz upstream version: 1.3.2
python-modes-1.12-pkg.tar.gz upstream version: 5.0.0
scheme-1.17-pkg.tar.gz upstream version: none
sh-script-1.24-pkg.tar.gz upstream version: 2.0f
skk-1.24-pkg.tar.gz upstream version: 10.62a
slider-1.16-pkg.tar.gz upstream version: 0.3x1
speedbar-1.29-pkg.tar.gz upstream version: 1.0pre4
text-modes-1.96-pkg.tar.gz upstream version: none
tm-1.39-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.65-pkg.tar.gz upstream version: 3.09
vm-8.07-pkg.tar.gz upstream version: 8.0.12-devo
w3-1.35-pkg.tar.gz upstream version: 4.0pre47
x-symbol-1.11-pkg.tar.gz upstream version: 4.5.1
xemacs-devel-1.79-pkg.tar.gz upstream version: none
xetla-1.02-pkg.tar.gz upstream version: steve(a)eicq.org--2005/xetla--main--1.1--version-0
Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/misc-games/ChangeLog -------
2009-01-13 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
2009-01-11 Aidan Kehoe <kehoea(a)parhasard.net>
* conx.el (conx-most-positive-fixnum): Remove this; its
initialisation was incorrect in the presence of bignums, and
most-positive-fixnum itself is available on all the XEmacs
versions we support.
(conx-rand): Use most-positive-fixnum.
(conx-emit-c-data):
Don't bind before-change-function or after-change-function, these
are long obsolete.
- ------- ChangeLog Entries from xemacs-packages/xemacs-base/ChangeLog -------
2009-01-13 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 2.19 released.
2009-01-11 Aidan Kehoe <kehoea(a)parhasard.net>
* debug.el (debug-on-entry):
Refuse to attempt this for special forms.
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.9 (GNU/Linux)
iD8DBQFJbM80gu3ywdHdhM0RAnt2AJ9ZwZC5vRot5aA+LP4okbJPJW2/hACg3J7E
K9LqlI5M7G5tBPUwSgtQ70k=
=0cnu
-----END PGP SIGNATURE-----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
xemacs.org/People
15 years, 10 months
Aidan Kehoe
Could someone remove the words “lives in Berlin and” from
xemacsweb/People/aidan.kehoe/index.content? Ta.
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghé, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
Big Nasty Problem w/self-insert-command
15 years, 10 months
Bob Taylor
Hi,
First post. I'm running CentOS 5 and xemacs-21.5-b27
(xemacs-21.5-27.8.kb.rpm).
It seems that SPACE is bound to self-insert-command. It also appears to
be intentional as this is what the docs say. I have not been able to
turn this sucker off. When I type a space followed by a character,
add-inverse-global followed by the character is printed! I've tried
every command I can find. I'm sorry I'm not an expert to do this myself.
Is this a bug? I certainly hope so. How can you type text without using
the space????? Would kind soul please give me the magic instructions to
turn this thing off? Permanently!
Thank you
--
Bob Taylor
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta