lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev po-mode in emacs


From: Klaus Weide
Subject: Re: lynx-dev po-mode in emacs
Date: Mon, 20 Nov 2000 19:25:36 -0600 (CST)

On Wed, 15 Nov 2000, Thomas Dickey wrote:

> On Wed, Nov 15, 2000 at 09:46:23AM +0530, SreePriya. G wrote:
> > 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?
> 
> perhaps Klaus Weide has used this (I don't use emacs)

Yes, I have.  The last expression (with modify-coding-system-alist ...)
is only for emacs 20 I assume (I've been using mostly emacs 19),
it should not be strictly necessary.

The other tw expressions are indentical to the ones I have in my
startup files, except for the location in the autoload expression.
Mine has "gettext/po-mode" instead of just "po-mode", 'cause the
po-mode.elc? is under a subdirectory here.


   Klaus


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]