all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can't open .po file in po-mode
@ 2009-08-28 19:58 Csanyi Pal
  0 siblings, 0 replies; only message in thread
From: Csanyi Pal @ 2009-08-28 19:58 UTC (permalink / raw)
  To: help-gnu-emacs

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

How can I solve this problem?

--
Regards, Paul Chany
http://csanyi-pal.info





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-28 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-28 19:58 Can't open .po file in po-mode Csanyi Pal

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.