unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Do we need a major mode for verilog?
@ 2006-08-25 15:20 Sun Yijiang
  2006-08-25 20:35 ` Stefan Monnier
  2006-08-26 10:08 ` Richard Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Sun Yijiang @ 2006-08-25 15:20 UTC (permalink / raw)


Hi, all,

I used to live in Emacs and work with verilog every day but could not
find a satisfying major mode for verilog, so I wrote one myself (named
vlog-mode) and made it public on sourceforge since Dec 2004
(http://vlog-mode.sf.net).  since there's no default major mode for
verilog, I wonder if there's a need for such a major mode and if
vlog-mode is a qualified candidate.  I wish that vlog-mode could
become part of GNU Emacs distribution since the next release.

Sun Yijiang

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Do we need a major mode for verilog?
  2006-08-25 15:20 Do we need a major mode for verilog? Sun Yijiang
@ 2006-08-25 20:35 ` Stefan Monnier
  2006-08-26 16:55   ` Sun Yijiang
  2006-08-26 10:08 ` Richard Stallman
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2006-08-25 20:35 UTC (permalink / raw)
  Cc: emacs-devel

> I used to live in Emacs and work with verilog every day but could not
> find a satisfying major mode for verilog, so I wrote one myself (named
> vlog-mode) and made it public on sourceforge since Dec 2004
> (http://vlog-mode.sf.net).  since there's no default major mode for
> verilog, I wonder if there's a need for such a major mode and if
> vlog-mode is a qualified candidate.  I wish that vlog-mode could
> become part of GNU Emacs distribution since the next release.

There is also http://www.veripool.com/verilog-mode.html
(http://www.veripool.com/ftp/verilog-mode.el.gz).

Looking at your tarball, I don't see any comparison with it, could you
outline the respective strength/weaknesses?


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Do we need a major mode for verilog?
  2006-08-25 15:20 Do we need a major mode for verilog? Sun Yijiang
  2006-08-25 20:35 ` Stefan Monnier
@ 2006-08-26 10:08 ` Richard Stallman
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2006-08-26 10:08 UTC (permalink / raw)
  Cc: emacs-devel

It would be good to include a verilog mode.  We should wait until
after the release to install it, but we could prepare now by signing
legal papers for it.  I will send you the form to get started.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Do we need a major mode for verilog?
  2006-08-25 20:35 ` Stefan Monnier
@ 2006-08-26 16:55   ` Sun Yijiang
  2006-08-28 15:12     ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Sun Yijiang @ 2006-08-26 16:55 UTC (permalink / raw)
  Cc: emacs-devel

I think there's no overwhelming strength/weakness for vlog-mode to
verilog-mode.  Highlighting, code indentation, code alignment,
sensitive lists generation...  It's easy to switch from verilog-mode
to vlog-mode.  Of cource, vlog-mode has some unique features that
verilog-mode does not have.

In fact, I used to hack a lot on verilog-mode.el but the author of
verilog-mode tries to control the source and is not very friendly to
other contributors (It's official website is http://www.verilog.com).
Of cource, that's only my personal impression, maybe very biased.  But
that's the original motivation for vlog-mode: a more open and public
project of and for the Emacs-Verilog community, just like vhdl-mode is
doing now.

2006/8/26, Stefan Monnier <monnier@iro.umontreal.ca>:
> > I used to live in Emacs and work with verilog every day but could not
> > find a satisfying major mode for verilog, so I wrote one myself (named
> > vlog-mode) and made it public on sourceforge since Dec 2004
> > (http://vlog-mode.sf.net).  since there's no default major mode for
> > verilog, I wonder if there's a need for such a major mode and if
> > vlog-mode is a qualified candidate.  I wish that vlog-mode could
> > become part of GNU Emacs distribution since the next release.
>
> There is also http://www.veripool.com/verilog-mode.html
> (http://www.veripool.com/ftp/verilog-mode.el.gz).
>
> Looking at your tarball, I don't see any comparison with it, could you
> outline the respective strength/weaknesses?
>
>
>         Stefan
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Do we need a major mode for verilog?
  2006-08-26 16:55   ` Sun Yijiang
@ 2006-08-28 15:12     ` Stefan Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2006-08-28 15:12 UTC (permalink / raw)
  Cc: emacs-devel

> I think there's no overwhelming strength/weakness for vlog-mode to
> verilog-mode.  Highlighting, code indentation, code alignment,
> sensitive lists generation...  It's easy to switch from verilog-mode
> to vlog-mode.  Of cource, vlog-mode has some unique features that
> verilog-mode does not have.

> In fact, I used to hack a lot on verilog-mode.el but the author of
> verilog-mode tries to control the source and is not very friendly to
> other contributors (its official website is http://www.verilog.com).
> Of cource, that's only my personal impression, maybe very biased.  But
> that's the original motivation for vlog-mode: a more open and public
> project of and for the Emacs-Verilog community, just like vhdl-mode is
> doing now.

Please add a text like the above to your package.  If you can make it more
precise (e.g. describing what details might be different, or also
describing the difference in philosophy), better.  Being biased is
unavoidable, so don't try to avoid it.  But do try to avoid denigrating the
other package's author (even if you think he deserves it).

If you're willing/able to sign the legal paperwork and he's not, then
there's no question that your package is immensely superior from our point
of view ;-)


        Stefan


> 2006/8/26, Stefan Monnier <monnier@iro.umontreal.ca>:
>> > I used to live in Emacs and work with verilog every day but could not
>> > find a satisfying major mode for verilog, so I wrote one myself (named
>> > vlog-mode) and made it public on sourceforge since Dec 2004
>> > (http://vlog-mode.sf.net).  since there's no default major mode for
>> > verilog, I wonder if there's a need for such a major mode and if
>> > vlog-mode is a qualified candidate.  I wish that vlog-mode could
>> > become part of GNU Emacs distribution since the next release.
>> 
>> There is also http://www.veripool.com/verilog-mode.html
>> (http://www.veripool.com/ftp/verilog-mode.el.gz).
>> 
>> Looking at your tarball, I don't see any comparison with it, could you
>> outline the respective strength/weaknesses?
>> 
>> 
>> Stefan
>> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-08-28 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-25 15:20 Do we need a major mode for verilog? Sun Yijiang
2006-08-25 20:35 ` Stefan Monnier
2006-08-26 16:55   ` Sun Yijiang
2006-08-28 15:12     ` Stefan Monnier
2006-08-26 10:08 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).