[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev po-mode in emacs
From: |
SreePriya. G |
Subject: |
lynx-dev po-mode in emacs |
Date: |
Wed, 15 Nov 2000 09:46:23 +0530 (IST) |
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 address@hidden
- lynx-dev po-mode in emacs,
SreePriya. G <=