[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .eps in image mode
From: |
Juanma Barranquero |
Subject: |
Re: .eps in image mode |
Date: |
Sat, 23 Dec 2006 23:52:12 +0100 |
On 12/23/06, Richard Stallman <address@hidden> wrote:
We put something in magic-mode-alist that specifies Image mode for all
postscript files. Maybe that is wrong.
Certainly it is very permissive:
("\\`[\t\n\r ]*%!PS" . postscript)
Which Postscript files should go into Image mode by default?
None?
auto-mode-alist (which would've been the one detecting .ps files until
now) contains this:
("\\.[eE]?[pP][sS]\\'" . ps-mode)
and `image-file-name-extensions' does not contain `.ps'. So probably
we shouldn't try to identify .ps files as images by default.
/L/e/k/t/u