From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Treseler Newsgroups: gmane.emacs.help Subject: Re: Optimal emacs shell for coding Date: Mon, 11 Aug 2008 23:33:48 -0700 Message-ID: <48A12ECC.7050301@gmail.com> References: <48A0413A.3080102@gmail.com> <63e7a342-e353-4fd7-a423-04374e3d5741@i76g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218523261 23963 80.91.229.12 (12 Aug 2008 06:41:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Aug 2008 06:41:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 12 08:41:53 2008 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 1KSnZo-000897-Ge for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Aug 2008 08:41:52 +0200 Original-Received: from localhost ([127.0.0.1]:51245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSnYs-0000DY-BK for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Aug 2008 02:40:54 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: individual.net TGTwd2mIgHkgWpGGdETM6wf+lmdCG03APeQ2MMA3+jIxhl6YKP Cancel-Lock: sha1:QXHdozdKUc/aKdpGLismAvBVvyU= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <63e7a342-e353-4fd7-a423-04374e3d5741@i76g2000hsf.googlegroups.com> Original-Xref: news.stanford.edu gnu.emacs.help:161153 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:56498 Archived-At: weber wrote: > Do you have any personal functions for working with vhdl and/or vhdl > simulation/synthesis tools? vhdl-mode covers design entry and simulation make very well. I copy/paste vsim commands from my code comments to M-x shell. My special sauce for synthesis is here: http://mysite.verizon.net/miketreseler/ I may make vhdl-mode templates someday. -- Mike Treseler