* David Kastrup (2006-02-06) writes:
> I don't like this. One could use a list of strings, and instead of a
> string you can also use '(regexp . "\\.sty\\'") or so. I think I have
> seen some convention like that somewhere within Emacs, don't remember
> whether this was a normal or dotted list.
I've never seen such a convention and searching through the Emacs Lisp
manual didn't reveal anything either. Do you think you can dig up
where you saw it?
Besides it does not lead to very clean customization buffers:
(defcustom foo '("string" (regexp "regexp"))
"foo option"
:type '(repeat (choice string (group :tag "Regexp" (const regexp) regexp))))
--
Ralf
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel