unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: Putting auto-image-file-mode in Options menu
Date: Wed, 23 Mar 2005 22:48:54 +0200	[thread overview]
Message-ID: <87ll8enljm.fsf@jurta.org> (raw)
In-Reply-To: <E1DDzFf-0005zo-VZ@fencepost.gnu.org> (Richard Stallman's message of "Wed, 23 Mar 2005 01:21:59 -0500")

> So I think you should leave the function `image-mode' unchanged
> and define a new function `image-mode-maybe' which does the new job.
> Then the entries in auto-mode-alist can call `image-mode-maybe'
> and `image-mode-maybe' can conditionally call `image-mode'.
>
> Want to try it that way?

I don't like this solution because it is too ad-hoc.
How about the following?

Currently the first line of the file can specify several modes:

     -*- mode: MODE-NAME; mode: MINOR-MODE-NAME;  ... -*-

But why can't `auto-mode-alist' allow to do the same?
If `auto-mode-alist' allowed to put a list of modes instead
of one mode then the solution would be simple:

(push '("\\.png\\'" . image-mode) auto-mode-alist)
(push '("\\.xbm\\'" (c-mode image-minor-mode)) auto-mode-alist)

-- 
Juri Linkov
http://www.jurta.org/emacs/

  reply	other threads:[~2005-03-23 20:48 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-13  2:14 Putting auto-image-file-mode in Options menu Juri Linkov
2005-03-13 13:32 ` Stefan Monnier
2005-03-14  1:23   ` Juri Linkov
2005-03-14 10:21     ` David Kastrup
2005-03-15 13:18       ` Juri Linkov
2005-03-15 18:39       ` Richard Stallman
2005-03-16 17:55         ` Juri Linkov
2005-03-20  0:22           ` Richard Stallman
2005-03-20  0:54             ` David Kastrup
2005-03-20 18:01               ` Richard Stallman
2005-03-20 18:22                 ` David Kastrup
2005-03-21 17:30                   ` Richard Stallman
2005-03-20 21:47             ` Juri Linkov
2005-03-21 17:29               ` Richard Stallman
2005-03-27  1:39                 ` Miles Bader
2005-03-28 16:25                   ` Richard Stallman
2005-03-28 20:44                     ` Miles Bader
2005-03-28 21:37                       ` Eli Zaretskii
2005-03-29  3:00                         ` Richard Stallman
2005-03-29  3:01                       ` Richard Stallman
2005-03-22 20:43             ` Juri Linkov
2005-03-23  6:21               ` Richard Stallman
2005-03-23 20:48                 ` Juri Linkov [this message]
2005-03-25  6:43                   ` Richard Stallman
2005-03-18  0:37         ` Miles Bader
2005-03-14 13:07     ` Stefan Monnier
2005-03-15 13:19       ` Juri Linkov
2005-03-15 14:41         ` Stefan
2005-03-15 17:27           ` Juri Linkov
2005-03-15 18:39     ` Richard Stallman
2005-03-16 17:10       ` Kevin Rodgers
2005-03-17 23:01         ` Richard Stallman
2005-03-17 23:21           ` Stefan Monnier
2005-03-18 18:20             ` Richard Stallman
2005-03-27 23:18               ` auto-compression-mode (was: Putting auto-image-file-mode in Options menu) Juri Linkov
2005-03-28 22:53                 ` Richard Stallman
2005-03-14  3:00 ` Putting auto-image-file-mode in Options menu 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=87ll8enljm.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).