help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: PO-MODE UNLOAD


From: Tim X
Subject: Re: PO-MODE UNLOAD
Date: 10 Jan 2003 23:02:32 +1100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Jan Minar <jan.minar@cup.uni-muenchen.de> writes:

> Hi all,
> Could you please help me, how to unload po-mode. All the time I'm
> opening .pot file, I'm getting crazy. Why emace thinks that it is "po"
> file. 

Its possibly due to something in your auto-mode-alist variable which
makes emacs think *.pot files should be opened in po-mode.

,----[ C-h v auto-mode-alist RET ]
| auto-mode-alist's value is shown below.
| 
| Documentation:
| Alist of filename patterns vs corresponding major mode functions.
| Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).
| (NON-NIL stands for anything that is not nil; the value does not matter.)
| Visiting a file whose name matches REGEXP specifies FUNCTION as the
| mode function to use.  FUNCTION will be called, unless it is nil.
| 
| If the element has the form (REGEXP FUNCTION NON-NIL), then after
| calling FUNCTION (if it's not nil), we delete the suffix that matched
| REGEXP and search the list again for another match.
| 
| Defined in `files'.
`----


-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!


reply via email to

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