* 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>]
* Re: Bug in vhdl-mode.el version 3.29 for emacs 21.2-windows.
[not found] <mailman.2580.1046456980.21513.bug-gnu-emacs@gnu.org>
@ 2003-02-28 20:18 ` Reto Zimmermann
0 siblings, 0 replies; 4+ messages in thread
From: Reto Zimmermann @ 2003-02-28 20:18 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
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.