| Re: Please help: How to start the VHDL mode in Viper mode automatically? |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: Lennart BorgmanLennart Borgman Date: Sep 16, 2008 07:38
That is not how it is supposed to work so I think there is a bug
somewhere. It would be good if you could report it.
On 9/16/08, Hua Tang yahoo.com> wrote:
> I got the solution from Reto, the VHDL mode owner:
>
> "
> You can add the following to your .emacs startup file and viper should
> automatically get invoked when opening a vhdl buffer:
>
> (add-hook 'vhdl-mode-hook
> '(lambda ()
> (viper-mode)
> ))
>
> "
>
> Thanks for the help.
>
>
>
> ----- Original Message ----
> From: Lennart Borgman gmail.com>
> To: tbt yahoo.com>
> Cc: help-gnu-emacs@gnu.org
> Sent: Monday, September 8, 2008 2:07:36 AM
> Subject: Re: Please help: How to start the VHDL mode in Viper mode automatically?
>
> On 9/7/08, tbt yahoo.com> wrote:
>> I'm a big fan of the VHDL mode, which got me switched from Vim to Emacs. The
>> only problem is that I can not start the VHDL mode in viper mode by default.
>> I already had viper-mode started by default for any other modes just not
>> VHDL. I always have to manually start the viper-mode after refreshing the
>> buffer. Why is that? Is there anyway to make the VHDL mode more friendly
>> with the viper mode? Please help. Thank you.
>
>
> This looks like a bug somewhere. Can you please report it as a bug in
> Emacs so that it gets into the normal bug handling?
>
> There is an entry in the help menu for reporting bugs.
>
>
>
>
|