auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Re: Cleaning functionality


From: Ralf Angeli
Subject: Re: [AUCTeX-devel] Re: Cleaning functionality
Date: Mon, 06 Feb 2006 13:31:08 +0100

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]