>>>> "Jerry" == Jerry James
<james(a)xemacs.org> writes:
Jerry> In xemacs-packages/vhdl/vhdl-mode.el, function
Jerry> vhdl-activate-project, there is a call to (error) with no
Jerry> arguments. The error function requires at least one
Jerry> argument. Any suggestions for what to put there?
(error "VHDL internal error")
unless you want to ask the package maintainer to go to the trouble of
(define-error vhdl "VHDL error")
(error vhdl "internal error")
but this doesn't work for That Other Emacs which doesn't have
structured errors.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.