unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65852: 30.0.50; image-auto-resize :type has choices in wrong order
@ 2023-09-10 13:40 Mauro Aranda
  2023-09-10 13:48 ` Mauro Aranda
  2023-09-10 13:49 ` Stefan Kangas
  0 siblings, 2 replies; 11+ messages in thread
From: Mauro Aranda @ 2023-09-10 13:40 UTC (permalink / raw)
  To: 65852

The :type for image-auto-resize looks like this:

:type '(choice (const :tag "No resizing" nil)
                (const :tag "Fit to window" fit-window)
                (other :tag "Scale down to fit window" t)
                (number :tag "Scale factor" 1))

The `other' choice should come last.  Otherwise Custom thinks that
that's the selected option, even when the value of image-auto-resize is
a number.






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

end of thread, other threads:[~2023-09-17 21:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-10 13:40 bug#65852: 30.0.50; image-auto-resize :type has choices in wrong order Mauro Aranda
2023-09-10 13:48 ` Mauro Aranda
2023-09-10 13:49 ` Stefan Kangas
2023-09-10 13:58   ` Mauro Aranda
2023-09-10 14:24     ` Stefan Kangas
2023-09-10 14:47       ` Mauro Aranda
2023-09-10 15:38         ` Stefan Kangas
2023-09-10 15:38       ` Mattias Engdegård
2023-09-12 14:42         ` Mattias Engdegård
2023-09-17 15:20           ` Mattias Engdegård
2023-09-17 21:53             ` Mauro Aranda

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