>>>>> 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 [EMAIL PROTECTED]

Reply via email to