From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Reto Zimmermann Newsgroups: gmane.emacs.bugs Subject: Re: Bug in vhdl-mode.el version 3.29 for emacs 21.2-windows. Date: Fri, 28 Feb 2003 12:18:06 -0800 Organization: Posted via Supernews, http://www.supernews.com Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E5FC3FE.2000600@synopsys.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1046463944 19874 80.91.224.249 (28 Feb 2003 20:25:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Feb 2003 20:25:44 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18or4g-0005AM-00 for ; Fri, 28 Feb 2003 21:25:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18or4w-0006Cs-0A for gnu-bug-gnu-emacs@m.gmane.org; Fri, 28 Feb 2003 15:25:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18or45-0005st-00 for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2003 15:25:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18or3v-0005ni-00 for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2003 15:24:57 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18or3u-0005mm-00 for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2003 15:24:55 -0500 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18or3u-0000E9-00 for gnu-emacs-bug@prep.ai.mit.edu; Fri, 28 Feb 2003 15:24:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18oqzE-0004XG-00 for gnu-emacs-bug@prep.ai.mit.edu; Fri, 28 Feb 2003 15:20:05 -0500 Original-Received: from trinity.ranger.supernews.net ([216.168.1.22] helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18oqxP-0003xk-00 for gnu-emacs-bug@prep.ai.mit.edu; Fri, 28 Feb 2003 15:18:11 -0500 Original-Received: from pa-01.ranger.supernews.net ([216.168.1.34] helo=pa-01.supernews.net) by trinity.supernews.net with esmtp (Exim 4.12) id 18oqxN-000257-00 for gnu-emacs-bug@prep.ai.mit.edu; Fri, 28 Feb 2003 20:18:09 +0000 Original-Received: (from news@localhost) by pa-01.supernews.net (8.12.6/8.12.5/Submit) id h1SKI8EU001854 for gnu-emacs-bug@prep.ai.mit.edu; Fri, 28 Feb 2003 20:18:08 GMT (envelope-from nntp-bounce@supernews.net) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.bug User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en, de-ch Original-X-Complaints-To: abuse@supernews.com Original-Lines: 21 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4529 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4529 Rob Kaut wrote: > emacs version: 21.2 windows > vhdl-mode.el version: 3.29 > > In emacs 20.4 the function 'vhdl-comment-uncomment-region' works > properly in vhdl-mode, but in the 21.2 version it does not. This > seems to be due to the modification of the 'comment-region' > function from version 20.4 to 21.2. In 20.4 'comment-region' is > in simple.el and in 21.2 it seems to have moved to newcomment.el > and had its operation changed. The vhdl-mode patches 3.32.6 and 3.31.25 fixed various Emacs 21 related issues, including this one. You can upgrade to the latest patches of vhdl-mode 3.31 and 3.32 at http://opensource.ethz.ch/emacs/vhdl-mode.html. I will make sure that the latest patch also makes it into the Emacs 21 distribution. Thanks for the hint, Reto