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 18:05:51 -0700 (PDT) Message-ID: <27d381ff-b30f-42b9-8e07-1959695e50ce@googlegroups.com> References: <650ecdaf-085b-4301-8962-7410885713a7@googlegroups.com> <5b7a76fa-a710-4c66-8d66-cf213c854be6@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 1401066627 17868 80.91.229.3 (26 May 2014 01:10:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2014 01:10:27 +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 03:10:21 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 1WojQf-0002Kg-TA for geh-help-gnu-emacs@m.gmane.org; Mon, 26 May 2014 03:10:18 +0200 Original-Received: from localhost ([::1]:53920 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WojQf-0002bT-4w for geh-help-gnu-emacs@m.gmane.org; Sun, 25 May 2014 21:10:17 -0400 X-Received: by 10.182.210.137 with SMTP id mu9mr1557335obc.48.1401066352069; Sun, 25 May 2014 18:05:52 -0700 (PDT) X-Received: by 10.50.73.196 with SMTP id n4mr402495igv.14.1401066351984; Sun, 25 May 2014 18:05:51 -0700 (PDT) Original-Path: usenet.stanford.edu!hl10no5538556igb.0!news-out.google.com!qf4ni13600igc.0!nntp.google.com!c1no17032814igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: 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 01:05:51 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205596 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:97866 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=883=E6=97=B636=E5=88=8600=E7=A7=92=EF=BC=8CStefan Monnier= =E5=86=99=E9=81=93=EF=BC=9A > >> I'm trying to use emacs verilog mode for vi. I have a piece of code >=20 > >> like this: >=20 > [...] >=20 > >> what confused me is that after generate code, it seems like this: >=20 > [...] >=20 > >> you can find from these code that the dataout0_r_entry_xxx has been >=20 > >> changed from dataout0 to dataout1. I don't know how this happens and >=20 > >> how can i get right code. Can anybody help me? thanks. >=20 >=20 >=20 > You say "after generate code", but I have no idea what that step >=20 > refers to. What makes you think this has to do with Emacs? >=20 >=20 >=20 >=20 >=20 > Stefan Hi Stefan, in fact the editor is vi, but company IT has embedded some scripts so that = the vi could use those features for emacs. The vi works fine with other fil= es, but failed on these pieces of code. Why do you think this has no relati= on to emacs?Thanks.