unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Putting auto-image-file-mode in Options menu
@ 2005-03-13  2:14 Juri Linkov
  2005-03-13 13:32 ` Stefan Monnier
  2005-03-14  3:00 ` Putting auto-image-file-mode in Options menu Richard Stallman
  0 siblings, 2 replies; 37+ messages in thread
From: Juri Linkov @ 2005-03-13  2:14 UTC (permalink / raw)


There is already "Automatic File De/compression" menu item
for auto-compression-mode in the Options menu, but no menu item
for auto-image-file-mode.  This looks like an unintentional omission.

Index: lisp/menu-bar.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.254
diff -u -r1.254 menu-bar.el
--- lisp/menu-bar.el	6 Mar 2005 20:18:06 -0000	1.254
+++ lisp/menu-bar.el	12 Mar 2005 23:34:25 -0000
@@ -970,6 +970,13 @@
 (define-key menu-bar-options-menu [cursor-separator]
   '("--"))
 
+(define-key menu-bar-options-menu [toggle-auto-image-file]
+  '(menu-item "Automatic Image Files"
+	      auto-image-file-mode
+	      :help "Toggle visiting of image files as images"
+	      :button (:toggle . (rassq 'image-file-handler
+					file-name-handler-alist))))
+
 (define-key menu-bar-options-menu [toggle-auto-compression]
   '(menu-item "Automatic File De/compression"
 	      auto-compression-mode

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

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2005-03-29  3:01 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).