I use UltraEdit as my AutoLisp text editor and UltraEdit comes bundled with 'Exuberant CTags' to generate CTag files. Exuberant CTags recognizes LIPS as a language and when I create a CTag file, all of my functions are recognized and correctly tagged. However, none of my variables are. I assumed that the CTag generator would recognize "(setq " the same way it recognizes "(defun " but apparently not. Do CTag files even include variables? Does anyone know how to make Exuberant CTags recognize variables?

As always, thanks for any help.