Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
VHDL-mode for emacs
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dirk Fischer  
View profile  
 More options Aug 5 1998, 3:00 am
Newsgroups: comp.emacs
From: Dirk Fischer <fisch...@gmx.de>
Date: 1998/08/05
Subject: VHDL-mode for emacs
Hello,

how can I import a new major-mode into emacs, and where can I find a
particular one ? I'm looking for a mode for VHDL-code. Furthermore it
would be nice that emacs marks two corresponding brackets with a colour
if the cursor is on one of these. I know this feature from another
emacs-installation.

Thanks in advance

Dirk Fischer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kai Grossjohann  
View profile  
 More options Aug 5 1998, 3:00 am
Newsgroups: comp.emacs
From: Kai Grossjohann <grossjoh...@ls6.cs.uni-dortmund.de>
Date: 1998/08/05
Subject: Re: VHDL-mode for emacs

>>>>> Dirk Fischer <fisch...@gmx.de> writes:

  > [...] Furthermore it would be nice that emacs marks two
  > corresponding brackets with a colour if the cursor is on one of
  > these. [...]

You didn't specify your Emacs version, I'll assume the most current:
Emacs 20.2.

M-x customize-variable RET show-paren-mode RET

PS: Why don't you search the Net (InfoSeek, AltaVista, Lycos) for
    `vhdl-mode.el' or `vhdl.el'?

kai
--
OOP: object oriented programming;  OOPS: object oriented mistakes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glenn Eng  
View profile  
 More options Aug 5 1998, 3:00 am
Newsgroups: comp.emacs
From: Glenn Eng <glenn....@nortel.NOSPAM.com>
Date: 1998/08/05
Subject: Re: VHDL-mode for emacs

Dirk Fischer wrote:

> Hello,

> how can I import a new major-mode into emacs, and where can I find a
> particular one ? I'm looking for a mode for VHDL-code. Furthermore it
> would be nice that emacs marks two corresponding brackets with a colour
> if the cursor is on one of these. I know this feature from another
> emacs-installation.

> Thanks in advance

> Dirk Fischer

For Emacs VHDL Mode Home Page see
http://www.geocities.com/SiliconValley/Peaks/8287/
--
Regards

Glenn Eng

glenn....@nortel.com
(remove "NOSPAM." in header to reply")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter W Boettcher  
View profile  
 More options Aug 5 1998, 3:00 am
Newsgroups: comp.emacs
From: Peter W Boettcher <p...@andrew.cmu.edu>
Date: 1998/08/05
Subject: Re: VHDL-mode for emacs
Excerpts from netnews.comp.emacs: 5-Aug-98 VHDL-mode for emacs by Dirk
Fisc...@gmx.de

> how can I import a new major-mode into emacs, and where can I find a
> particular one ? I'm looking for a mode for VHDL-code. Furthermore it

I forgot exactly how I found the mode, but a web search usually works
well.  Something like "VHDL mode emacs" or "vhdl-mode.el" should do the
trick.  Anyway, the URL is
http://www.iis.ee.ethz.ch/~zimmi/vhdl-mode.html
Installation instructions are in the comments at the top of the file.

> would be nice that emacs marks two corresponding brackets with a colour
> if the cursor is on one of these. I know this feature from another
> emacs-installation.

If you are using Emacs-19, put this in your .emacs:
(require 'paren)
(setq show-paren-delay '0.0625)
(setq show-paren-face 'highlight)

The last two lines are optional, feel free to change them to suit your
preferences.  I believe the behavior has changed in Emacs-20.  Start
with "M-x load-library RET paren RET" and then "M-x apropos RET paren RET"
and see what you get.

Hope this helps,

Pete Boettcher
boettc...@cmu.edu


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Malcolm Box  
View profile  
 More options Aug 5 1998, 3:00 am
Newsgroups: comp.emacs
From: Malcolm Box <n...@brownale.demon.co.uk>
Date: 1998/08/05
Subject: Re: VHDL-mode for emacs

Dirk Fischer <fisch...@gmx.de> writes:
> I'm looking for a mode for VHDL-code. Furthermore it
> would be nice that emacs marks two corresponding brackets with a colour
> if the cursor is on one of these. I know this feature from another
> emacs-installation.

A VHDL mode is available from :
http://www.geocities.com/SiliconValley/Peaks/8287/

For the flashing parentheses, add (require 'parens) to your .emacs file.

Can I suggest the power of Dejanews to you as well - a 2 minute search
turned up the VHDL mode homepage announcement.

Malcolm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »