help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Please help: How to start the VHDL mode in Viper mode automatically?


From: Hua Tang
Subject: Re: Please help: How to start the VHDL mode in Viper mode automatically?
Date: Tue, 16 Sep 2008 06:37:40 -0700 (PDT)

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 <lennart.borgman@gmail.com>
To: tbt <tangbotu@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 <tangbotu@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.





reply via email to

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