* 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
* Re: 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, 0 replies; 4+ messages in thread
From: Lennart Borgman @ 2008-09-08 9:07 UTC (permalink / raw)
To: tbt; +Cc: help-gnu-emacs
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
* 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
* Re: Please help: How to start the VHDL mode in Viper mode automatically?
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
0 siblings, 0 replies; 4+ messages in thread
From: Lennart Borgman @ 2008-09-16 14:38 UTC (permalink / raw)
To: Hua Tang; +Cc: help-gnu-emacs
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 <tangbotu@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 <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
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
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.