unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Re: Please help: How to start the VHDL mode in Viper mode automatically?
@ 2008-09-16 13:37 Hua Tang
  2008-09-16 14:38 ` Lennart Borgman
  0 siblings, 1 reply; 4+ messages in thread
From: Hua Tang @ 2008-09-16 13:37 UTC (permalink / raw)
  To: help-gnu-emacs

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread
* Please help: How to start the VHDL mode in Viper mode automatically?
@ 2008-09-07 18:18 tbt
  2008-09-08  9:07 ` Lennart Borgman
  0 siblings, 1 reply; 4+ messages in thread
From: tbt @ 2008-09-07 18:18 UTC (permalink / raw)
  To: help-gnu-emacs

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.

Regards,




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-16 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-16 13:37 Please help: How to start the VHDL mode in Viper mode automatically? Hua Tang
2008-09-16 14:38 ` Lennart Borgman
  -- strict thread matches above, loose matches on Subject: below --
2008-09-07 18:18 tbt
2008-09-08  9:07 ` Lennart Borgman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).