From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chenyong20000@gmail.com Newsgroups: gmane.emacs.help Subject: Re: confused by emacs verilog mode Date: Sun, 25 May 2014 19:20:58 -0700 (PDT) Message-ID: References: <650ecdaf-085b-4301-8962-7410885713a7@googlegroups.com> <5b7a76fa-a710-4c66-8d66-cf213c854be6@googlegroups.com> <27d381ff-b30f-42b9-8e07-1959695e50ce@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1401071130 27951 80.91.229.3 (26 May 2014 02:25:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2014 02:25:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 26 04:25:19 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WokbG-00061r-Nt for geh-help-gnu-emacs@m.gmane.org; Mon, 26 May 2014 04:25:18 +0200 Original-Received: from localhost ([::1]:54121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WokbF-0000an-J5 for geh-help-gnu-emacs@m.gmane.org; Sun, 25 May 2014 22:25:17 -0400 X-Received: by 10.236.141.11 with SMTP id f11mr8749722yhj.54.1401070858731; Sun, 25 May 2014 19:20:58 -0700 (PDT) X-Received: by 10.50.110.42 with SMTP id hx10mr218800igb.0.1401070858583; Sun, 25 May 2014 19:20:58 -0700 (PDT) Original-Path: usenet.stanford.edu!c1no17057888igq.0!news-out.google.com!qf4ni13600igc.0!nntp.google.com!c1no17057878igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <27d381ff-b30f-42b9-8e07-1959695e50ce@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.203.57.28; posting-account=LeWrlQoAAAAT-iPDuAeZcX5BJGbvOkm7 Original-NNTP-Posting-Host: 192.203.57.28 User-Agent: G2/1.0 Injection-Date: Mon, 26 May 2014 02:20:58 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205602 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97872 Archived-At: =E5=9C=A8 2014=E5=B9=B45=E6=9C=8826=E6=97=A5=E6=98=9F=E6=9C=9F=E4=B8=80UTC+= 8=E4=B8=8A=E5=8D=889=E6=97=B605=E5=88=8651=E7=A7=92=EF=BC=8Cchenyo...@gmail= .com=E5=86=99=E9=81=93=EF=BC=9A > =E5=9C=A8 2014=E5=B9=B45=E6=9C=8826=E6=97=A5=E6=98=9F=E6=9C=9F=E4=B8=80UT= C+8=E4=B8=8A=E5=8D=883=E6=97=B636=E5=88=8600=E7=A7=92=EF=BC=8CStefan Monnie= r=E5=86=99=E9=81=93=EF=BC=9A >=20 > > >> I'm trying to use emacs verilog mode for vi. I have a piece of code >=20 > >=20 >=20 > > >> like this: >=20 > >=20 >=20 > > [...] >=20 finally I found the root reason. Thanks. > >=20 >=20 > > >> what confused me is that after generate code, it seems like this: >=20 > >=20 >=20 > > [...] >=20 > >=20 >=20 > > >> you can find from these code that the dataout0_r_entry_xxx has been >=20 > >=20 >=20 > > >> changed from dataout0 to dataout1. I don't know how this happens and >=20 > >=20 >=20 > > >> how can i get right code. Can anybody help me? thanks. >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > > You say "after generate code", but I have no idea what that step >=20 > >=20 >=20 > > refers to. What makes you think this has to do with Emacs? >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > > Stefan >=20 >=20 >=20 > Hi Stefan, >=20 > in fact the editor is vi, but company IT has embedded some scripts so tha= t the vi could use those features for emacs. The vi works fine with other f= iles, but failed on these pieces of code. Why do you think this has no rela= tion to emacs?Thanks.