all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Customisation system: :type is not checked
@ 2020-03-20 21:44 H. Dieter Wilhelm
  2020-03-21 14:22 ` Noam Postavsky
  0 siblings, 1 reply; 3+ messages in thread
From: H. Dieter Wilhelm @ 2020-03-20 21:44 UTC (permalink / raw)
  To: help-gnu-emacs

Hello Emacs-26.3

Maybe I'm reading too much from (info "(elisp) Simple Types")?

There the manual says that the customisation widget provides
completions, which is working.  But it also says that the example
defcustom below

(defcustom apdl-ansys-launcher nil
  "This string variable stores the Ansys launcher executable.
When the respective executable is not in your search path, you
...
this for the current session only."
  :type '(file :must-match t)
  :group 'APDL-initialise)


MUST be a file and should even match an existing file.  But this
statement is not checked from the widget!  I can set the value to any
string.  What am I doing wrong or is my disappointment justified?

Thank you

      Dieter
-- 
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany




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

end of thread, other threads:[~2020-03-21 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 21:44 Customisation system: :type is not checked H. Dieter Wilhelm
2020-03-21 14:22 ` Noam Postavsky
2020-03-21 17:28   ` H. Dieter Wilhelm

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.