From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Keeping Verilog sync with upstream Date: Thu, 30 Jul 2009 12:30:23 -0700 (PDT) Message-ID: <200907301930.n6UJUNP7006973@godzilla.ics.uci.edu> References: <558529.1946.qm@web23401.mail.ird.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248982348 22368 80.91.229.12 (30 Jul 2009 19:32:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2009 19:32:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Loganaden Velvindron Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 30 21:32:21 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MWbMQ-0004oC-8A for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2009 21:32:18 +0200 Original-Received: from localhost ([127.0.0.1]:50406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWbMP-0005uP-OH for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2009 15:32:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWbML-0005u7-4d for emacs-devel@gnu.org; Thu, 30 Jul 2009 15:32:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWbMG-0005tf-LG for emacs-devel@gnu.org; Thu, 30 Jul 2009 15:32:12 -0400 Original-Received: from [199.232.76.173] (port=34625 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWbMG-0005tc-IO for emacs-devel@gnu.org; Thu, 30 Jul 2009 15:32:08 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:34994) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MWbMG-00082B-59 for emacs-devel@gnu.org; Thu, 30 Jul 2009 15:32:08 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n6UJUNx2023226; Thu, 30 Jul 2009 12:30:23 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n6UJUNP7006973; Thu, 30 Jul 2009 12:30:23 -0700 (PDT) In-Reply-To: <558529.1946.qm@web23401.mail.ird.yahoo.com> (Loganaden Velvindron's message of "Thu, 30 Jul 2009 17:32:39 +0000 (GMT)") Original-Lines: 19 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n6UJUNx2023226 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113417 Archived-At: Loganaden Velvindron writes: > Greetings, > > After a very helpful chat on #emacs, I was told to post here. > > I'm interested in keeping verilog by McNamara synced with > current release. > > I'm willing to run latest snapshots and do bug-reporting. The way it happens now is: Mac or Wilson send me patches whenever they want and I install them. emacs-23.1 has an older version of verilog-mode.el because we had a feature freeze for a long time, so updates could not be installed. But the current CVS trunk should be more up to date. If you find a way to optimize this process, by all means go for it.