[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev po-mode in emacs
From: |
Sergei Pokrovsky |
Subject: |
Re: lynx-dev po-mode in emacs |
Date: |
21 Nov 2000 12:48:16 +0600 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 |
>>>>> Klaus Weide writes:
...
Klaus> The other tw expressions are indentical to the ones I have in
Klaus> my startup files, except for the location in the autoload
Klaus> expression. Mine has "gettext/po-mode" instead of just
Klaus> "po-mode", 'cause the po-mode.elc? is under a subdirectory
Klaus> here.
That's no longer necessary in emacs 20.*, because it automatically
appends subdirs to the load-path (unless you have a .nosearch entry in
a subdir).
Anyway, I have
(autoload 'po-mode "po-mode")
(setq auto-mode-alist (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode)
auto-mode-alist))
in .emacs, and it works for me in Emacs 20.6.1.
--
Sergei
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden