Your message dated Sun, 30 Aug 2009 02:50:32 +0200 (CEST)
with message-id <[email protected]>
and subject line Re: Bug#544226: gettext-el: Can't open .po file in po-mode
has caused the Debian Bug report #544226,
regarding gettext-el: Can't open .po file in po-mode
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
544226: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544226
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gettext-el
Version: 0.17-4
Severity: grave
Justification: renders package unusable
Hi,
I have installed GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version
2.12.11) of 2008-11-09 on raven, modified by Debian, and gettext-el
Version: 0.17-4.
I have edited .emacs file with lines:
(setq auto-mode-alist
(cons '("\\.po\\'\\|\\.po\\." . po-mode) auto-mode-alist))
(autoload 'po-mode "po-mode"
"Major mode for translators to edit PO files" t)
(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\."
'po-find-file-coding-system)
(autoload
'po-find-file-coding-system "po-mode")
When I try to open a .po file, I get message:
Loading po-mode...done
insert-file-contents:
Autoloading failed to define
function po-find-file-coding-system
Is this a bug?
How can I solve this problem?
-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gettext-el depends on:
ii emacs [emacsen] 22.2+2-5 The GNU Emacs editor (metapackage)
ii emacs22-gtk [emacsen] 22.2+2-5 The GNU Emacs editor (with GTK use
ii gettext 0.17-4 GNU Internationalization utilities
gettext-el recommends no packages.
gettext-el suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sat, 29 Aug 2009, Paul Csanyi wrote:
[...]
I have edited .emacs file with lines:
[...]
When I try to open a .po file, I get message:
Loading po-mode...done
insert-file-contents:
Autoloading failed to define
function po-find-file-coding-system
Is this a bug?
How can I solve this problem?
Try
rm ~/.emacs
The required code is already in /etc/emacs/site-start.d/50gettext.el and it
works out of the box, you don't have to write anything in your .emacs file.
--- End Message ---