all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug in vhdl-mode.el version 3.29 for emacs 21.2-windows.
@ 2003-02-28 18:28 Rob Kaut
  2003-03-01 21:45 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Kaut @ 2003-02-28 18:28 UTC (permalink / raw)



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 fix that I have used right now is to modify the function
'vhdl-comment-uncomment-region' in my vhdl-mode.el to remove two
comment characters at the start of the line instead of one. A
diff of the original and modified would show:

7570c7570
<	(comment-region beg end -1)
--
>	(comment-region beg end -2)

Anyways, I hope this helps. If you need more info, please let me
know.

Rob Kaut

----------------------------------------------------------
Rob Kaut
Digital IC Designer

SiWorks Inc.                phone: (403) 282-1650 Ext. 224
253, 3553-31 Street NW        fax: (403) 260-8619
Calgary, Alberta,           email: rob@siworks.com
Canada T2L 2K7            website: http://www.siworks.com/
----------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.2580.1046456980.21513.bug-gnu-emacs@gnu.org>]

end of thread, other threads:[~2003-03-03 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-28 18:28 Bug in vhdl-mode.el version 3.29 for emacs 21.2-windows Rob Kaut
2003-03-01 21:45 ` Richard Stallman
2003-03-03 15:29   ` Rob Kaut
     [not found] <mailman.2580.1046456980.21513.bug-gnu-emacs@gnu.org>
2003-02-28 20:18 ` Reto Zimmermann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.