From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Matringe Newsgroups: gmane.emacs.help Subject: Re: (vhdl-mode) Customizing instantiation name Date: Wed, 24 Jan 2007 22:58:00 +0100 Organization: Guest of ProXad - France Message-ID: <45b7d645$0$30957$426a74cc@news.free.fr> References: <1169497399.050302.320780@51g2000cwl.googlegroups.com> <51kl8tF1kqqg5U1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1169678463 22177 80.91.229.12 (24 Jan 2007 22:41:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Jan 2007 22:41:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 24 23:41:02 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H9qnb-000178-UM for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 23:41:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9qnb-0003yy-Br for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 17:40:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news.in2p3.fr!in2p3.fr!proxad.net!cleanfeed2-a.proxad.net!nnrp6-1.free.fr!not-for-mail User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-Newsgroups: gnu.emacs.help In-Reply-To: <51kl8tF1kqqg5U1@mid.individual.net> Original-Lines: 23 Original-NNTP-Posting-Date: 24 Jan 2007 22:57:25 MET Original-NNTP-Posting-Host: 82.246.229.10 Original-X-Trace: 1169675845 news-3.free.fr 30957 82.246.229.10:1744 Original-X-Complaints-To: abuse@proxad.net Original-Xref: shelby.stanford.edu gnu.emacs.help:145011 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40614 Archived-At: Mike Treseler a écrit : > HS wrote: > >> Once more I'm asking about vhdl mode... >> This time I'd like to know if there is a way to customize the string >> that is used when I do a "Copy port", then "`Paste as instance". >> Currently what I get is: >> >> bert_1: bert >> generic map ... >> >> and what I need is: >> bert_1 : entity work.bert >> >> Anyone knows how to get that ? :) > > M-x customize-variable > Customize variable: vhdl-use-direct-instantiation Besides, you can customize the instance name (sorry I don't know which variable it is) by selecting VHDL>Options>Port>Instance name. Nicolas