I included the foll lines in my .emacs file as suggested by the gettext
manual :
(setq auto-mode-alist
(cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode) auto-mode-alist))
(autoload 'po-mode "po-mode")
(autoload 'po-find-file-coding-system "po-mode")
(modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\."
'po-find-file-coding-system)
But still emacs fails to go into the po-mode .
I use emacs 20.5
Is there anything else that needs to be done to enable po-mode in emacs?
Sreepriya
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]