unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21228: VHDL mode update
@ 2015-08-10  2:57 Ritchie Cai
  2015-08-10 15:47 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Ritchie Cai @ 2015-08-10  2:57 UTC (permalink / raw)
  To: 21228

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

Hi,
The VHDL mode that comes with emacs need a upgrade. The current 3.34 that comes with emacs has a pretty annoying bug that will mess up find-grep result. 
The bug is fixed in 3.36 and the latest stable release is 3.38.
VHDL mode: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html <http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html>

Thanks
Ritchie


[-- Attachment #2: Type: text/html, Size: 762 bytes --]

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

* bug#21228: VHDL mode update
  2015-08-10  2:57 bug#21228: VHDL mode update Ritchie Cai
@ 2015-08-10 15:47 ` Glenn Morris
  2015-08-10 16:17   ` Ritchie Cai
  2015-08-10 16:23   ` Glenn Morris
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Morris @ 2015-08-10 15:47 UTC (permalink / raw)
  To: Ritchie Cai; +Cc: 21228

Ritchie Cai wrote:

> The VHDL mode that comes with emacs need a upgrade. The current 3.34
> that comes with emacs has a pretty annoying bug that will mess up
> find-grep result.
> The bug is fixed in 3.36 and the latest stable release is 3.38.

The current Emacs master includes VHDL version 3.37.1.

This issue will keep happening, which is why personally I'm sure that
VHDL would be better in elpa.gnu.org. No-one seemed to agree though:

http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html

I synced the last few versions of vhdl, but probably don't intend to do
it any more, so I hope someone else will do it, wherever it lives.





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

* bug#21228: VHDL mode update
  2015-08-10 15:47 ` Glenn Morris
@ 2015-08-10 16:17   ` Ritchie Cai
  2015-08-11  0:25     ` Xue Fuqiao
  2015-08-10 16:23   ` Glenn Morris
  1 sibling, 1 reply; 7+ messages in thread
From: Ritchie Cai @ 2015-08-10 16:17 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 21228

Ah, yes, the master branch does have 3.37. I was looking at emacs-24 branch.
Isn’t emacs-24 for next release? So can the 3.37 update be merged into emacs-24 branch?

> On Aug 10, 2015, at 10:47 AM, Glenn Morris <rgm@gnu.org> wrote:
> 
> Ritchie Cai wrote:
> 
>> The VHDL mode that comes with emacs need a upgrade. The current 3.34
>> that comes with emacs has a pretty annoying bug that will mess up
>> find-grep result.
>> The bug is fixed in 3.36 and the latest stable release is 3.38.
> 
> The current Emacs master includes VHDL version 3.37.1.
> 
> This issue will keep happening, which is why personally I'm sure that
> VHDL would be better in elpa.gnu.org. No-one seemed to agree though:
> 
> http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg01180.html
> 
> I synced the last few versions of vhdl, but probably don't intend to do
> it any more, so I hope someone else will do it, wherever it lives.






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

* bug#21228: VHDL mode update
  2015-08-10 15:47 ` Glenn Morris
  2015-08-10 16:17   ` Ritchie Cai
@ 2015-08-10 16:23   ` Glenn Morris
  2016-04-17 23:19     ` Glenn Morris
  1 sibling, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2015-08-10 16:23 UTC (permalink / raw)
  To: Ritchie Cai; +Cc: 21228


PS for the benefit of anyone wanting to do this, the 3.37.1 that I
synced with last time is no longer listed on
http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html, but fortunately
the file itself still seems to be available at
http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode-3.37.1.tar.gz .
Generate the diff between that and the latest version, apply to Emacs,
resolve any conflicts, create suitably detailed commit log.





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

* bug#21228: VHDL mode update
  2015-08-10 16:17   ` Ritchie Cai
@ 2015-08-11  0:25     ` Xue Fuqiao
  2015-08-11  3:08       ` Ritchie Cai
  0 siblings, 1 reply; 7+ messages in thread
From: Xue Fuqiao @ 2015-08-11  0:25 UTC (permalink / raw)
  To: Ritchie Cai; +Cc: 21228

On Tue, Aug 11, 2015 at 12:17 AM, Ritchie Cai <ritchiecai@r2labs.org> wrote:
> Isn’t emacs-24 for next release? So can the 3.37 update be merged into emacs-24 branch?

I doubt whether emacs-24 will be used for any new release.

See https://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00349.html





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

* bug#21228: VHDL mode update
  2015-08-11  0:25     ` Xue Fuqiao
@ 2015-08-11  3:08       ` Ritchie Cai
  0 siblings, 0 replies; 7+ messages in thread
From: Ritchie Cai @ 2015-08-11  3:08 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: 21228

ha, that sounds good.

> On Aug 10, 2015, at 7:25 PM, Xue Fuqiao <xfq.free@gmail.com> wrote:
> 
> On Tue, Aug 11, 2015 at 12:17 AM, Ritchie Cai <ritchiecai@r2labs.org> wrote:
>> Isn’t emacs-24 for next release? So can the 3.37 update be merged into emacs-24 branch?
> 
> I doubt whether emacs-24 will be used for any new release.
> 
> See https://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00349.html
> 
> 
> 






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

* bug#21228: VHDL mode update
  2015-08-10 16:23   ` Glenn Morris
@ 2016-04-17 23:19     ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2016-04-17 23:19 UTC (permalink / raw)
  To: 21228-done

Version: 25.0.93

Zero-interest from anyone in this issue, so I once again updated the
Emacs vhdl to the latest upstream version.





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

end of thread, other threads:[~2016-04-17 23:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10  2:57 bug#21228: VHDL mode update Ritchie Cai
2015-08-10 15:47 ` Glenn Morris
2015-08-10 16:17   ` Ritchie Cai
2015-08-11  0:25     ` Xue Fuqiao
2015-08-11  3:08       ` Ritchie Cai
2015-08-10 16:23   ` Glenn Morris
2016-04-17 23:19     ` Glenn Morris

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).