From: "Rob Kaut" <rob@siworks.com>
Subject: Bug in vhdl-mode.el version 3.29 for emacs 21.2-windows.
Date: Fri, 28 Feb 2003 11:28:35 -0700 [thread overview]
Message-ID: <NDBBJBHBMNFGCKMPHBMDGEGJCGAA.rob@siworks.com> (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/
----------------------------------------------------------
next reply other threads:[~2003-02-28 18:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-28 18:28 Rob Kaut [this message]
2003-03-01 21:45 ` Bug in vhdl-mode.el version 3.29 for emacs 21.2-windows 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=NDBBJBHBMNFGCKMPHBMDGEGJCGAA.rob@siworks.com \
--to=rob@siworks.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.