[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Putting auto-image-file-mode in Options menu
From: |
Richard Stallman |
Subject: |
Re: Putting auto-image-file-mode in Options menu |
Date: |
Wed, 23 Mar 2005 01:21:59 -0500 |
Your code looks good to me, except for one point: every major mode's
symbol name should be a function that *unconditionally* switches to
that mode. You've set it up so that `image-mode' is a function that
usually switches to Image mode, but not always. That's not right.
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?
- Re: Putting auto-image-file-mode in Options menu, (continued)
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/21
- Re: Putting auto-image-file-mode in Options menu, Juri Linkov, 2005/03/20
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/21
- Re: Putting auto-image-file-mode in Options menu, Miles Bader, 2005/03/26
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/28
- Re: Putting auto-image-file-mode in Options menu, Miles Bader, 2005/03/28
- Re: Putting auto-image-file-mode in Options menu, Eli Zaretskii, 2005/03/28
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/28
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/28
- Re: Putting auto-image-file-mode in Options menu, Juri Linkov, 2005/03/22
- Re: Putting auto-image-file-mode in Options menu,
Richard Stallman <=
- Re: Putting auto-image-file-mode in Options menu, Juri Linkov, 2005/03/23
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/25
- Re: Putting auto-image-file-mode in Options menu, Miles Bader, 2005/03/17
- Re: Putting auto-image-file-mode in Options menu, Stefan Monnier, 2005/03/14
- Re: Putting auto-image-file-mode in Options menu, Juri Linkov, 2005/03/15
- Re: Putting auto-image-file-mode in Options menu, Stefan, 2005/03/15
- Re: Putting auto-image-file-mode in Options menu, Juri Linkov, 2005/03/15
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/15
- Re: Putting auto-image-file-mode in Options menu, Kevin Rodgers, 2005/03/16
- Re: Putting auto-image-file-mode in Options menu, Richard Stallman, 2005/03/17