On Sat, 08 Jun 2002, jwz(a)jwz.org wrote:
Jeff Mincy wrote:
>
> po-mode.el does not come in any current non-mule xemacs package.
> I have a po-mode.el in my local site packages that I downloaded from:
I appear to have two copies of it on my system:
/usr/share/xemacs-21.1.14/lisp/po-mode.el from xemacs-21.1.14-23.7.2
/usr/share/emacs/site-lisp/po-mode.el from gettext-0.10.38-7
Though the files are different, both include the offender:
(define-key po-mode-map "\M-f" 'po-previous-fuzzy-entry)
po-mode-map is a *local-mode-map*. It is used only when entering
po-mode. So, either you are editing in po-mode or something has
happened to your global map.
RPMs via Red Carpet (Ximian/Red Hat.)
> So, I'm guessing there is something wrong with load-path or
some other
> installing problem...
So, I'm guessing you didn't actually check what you shipped.
Yes, you're correct, I didn't actually check 2.1.14.
bash% wget
ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1/xemacs-21.1.14.tar.bz2
bash% bzcat xemacs-21.1.14.tar.bz2 | tar tvf - | grep po-mode
Nope, not there. Maybe it came with your RPM.
-jeff