|--==> "JZ" == Jamie Zawinski <jwz(a)jwz.org> writes:
>M-f runs `po-previous-fuzzy-entry'
>
>`po-previous-fuzzy-entry' is an interactive compiled Lisp function
>-- loaded from "po-mode"
JZ> Need I say more?
JZ> Any mode that fucks up basic motion commands like "forward-word" so
JZ> badly has no business existing, let alone being loaded by default!
Jamie, I couldn't agree with you more, there's just one small
problem... We don't distribute "po-mode". There isn't any
'po-mode.el' anywhere in the core lisp or anywhere in the packages.
I have up to date copies of the XEmacs 21.1, 21.4, 21.5, packages, and
website source trees on my local machine. So I did...
find ./ -regex ".*\.\([ch]\|el\|texi\)$" | xargs grep -l "po-mode"
...nothing.
I do have a copy of 'po-mode.el', it came with the GNU/gettext package.
After a quick inspection of my copy, 'po-previous-fuzzy-entry' is bound
to 'F' (not globally, just in 'po-mode-map'), and it isn't
autoloaded.
Actually there isn't any autoloads in my 'po-mode.el'.
Jamie, I'd suggest that you try updating your GNU/gettext and see if
the latest 'po-mode.el' gives you the same trouble. And if that
doesn't help, you'll probably have to get into contact with the
GNU/gettext folks.
JZ> Why is there no "reporting bugs" mailto link on xemacs.org?
Hmm, that does look like a pretty big oversight on our part, doesn't
it? Perhaps one of our website maintainers could take care of that
for us. Adrian? Peter?
Thanks very much for pointing that out, Jamie. I'll see to it that
something gets done about it.
JZ> Why does "Help/Send Bug Report" in this version of xemacs try to
JZ> send mail to xemacs-beta(a)cvs.xemacs.org, which bounces?
You just need to update your "net-utils" package. I fixed that last
year:
,----[ ./net-utils/ChangeLog ]
| 2001-07-14 Steve Youngs <youngs(a)xemacs.org>
|
| * emacsbug.el (report-emacs-bug-address): Change address to
| xemacs-beta(a)xemacs.org.
|
`----
To update all the packages that you have installed:
Options -> Manage Packages -> Add Download Site -> choose site
Options -> Manage Packages -> Update Installed Packages
Thanks for the report, Jamie, I hope I've been able to help you.
BTW, hope you have fun at the Mozilla release party next week. :-)
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|