alessandro basili wrote:
> hi guys, is there anyone who is using emacs to edit vhdl code?
> I'm not used to emacs programming but I do use it a lot to write vhdl
> code. But I'd like to customize it a bit and edit the template for the
> ...
> ...
> Can anyone tell me how to change these templates?
> By the way I'm using emacs under windows, can it be still possible?
>
You should locate
"vhdl-mode.el"
in your installation and modify it (is a lisp code)
on my OS there is "vhdl-mode.elc" ... a byte-code compiled version...
If you have a compiled version too... maybe you can substitute it with
the source code but I'm not sure...
You can find some example in
http://stuff.mit.edu/afs/sipb/contri...0/vhdl-mode.el
Sandro