unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
Cc: Chunyu Wang <chunyu@hit.edu.cn>, emacs-devel@gnu.org
Subject: Re: .eps in image mode
Date: Sat, 23 Dec 2006 23:52:12 +0100	[thread overview]
Message-ID: <f7ccd24b0612231452l5ed1cd5fh88a50eed5908bc6c@mail.gmail.com> (raw)
In-Reply-To: <E1GyDGW-0000Df-NI@fencepost.gnu.org>

On 12/23/06, Richard Stallman <rms@gnu.org> 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

  reply	other threads:[~2006-12-23 22:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87irg45jh6.fsf@chunyu.hit.edu.cn>
2006-12-23 20:14 ` .eps in image mode Richard Stallman
2006-12-23 22:52   ` Juanma Barranquero [this message]
2006-12-24 17:09     ` Richard Stallman
2006-12-25  3:15       ` Juanma Barranquero
2006-12-26  2:25         ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b0612231452l5ed1cd5fh88a50eed5908bc6c@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=chunyu@hit.edu.cn \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).