GNU bug report logs - #24410
25.1.50; Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode

Previous Next

Package: emacs;

Reported by: Chunyang Xu <xuchunyang.me <at> gmail.com>

Date: Sun, 11 Sep 2016 11:42:02 UTC

Severity: minor

Tags: fixed

Found in version 25.1.50

Fixed in version 26.1

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24410 in the body.
You can then email your comments to 24410 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#24410; Package emacs. (Sun, 11 Sep 2016 11:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chunyang Xu <xuchunyang.me <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 11 Sep 2016 11:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Chunyang Xu <xuchunyang.me <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.1.50;
 Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode
Date: Sun, 11 Sep 2016 19:39:30 +0800
Hello!

The major mode is verilog-mode, not verilog-mode-mode.

diff -u --label /Users/xcy/Projects/emacs/nextstep/Emacs.app/Contents/Resources/lisp/progmodes/verilog-mode.el.gz --label \#\<buffer\ verilog-mode.el.gz\> /tmp/jka-com168584J2 /tmp/buffer-content-168583dL
--- /Users/xcy/Projects/emacs/nextstep/Emacs.app/Contents/Resources/lisp/progmodes/verilog-mode.el.gz
+++ #<buffer verilog-mode.el.gz>
@@ -3872,8 +3872,8 @@
   (when (boundp 'hs-special-modes-alist)
     (unless (assq 'verilog-mode hs-special-modes-alist)
       (setq hs-special-modes-alist
-	    (cons '(verilog-mode-mode  "\\<begin\\>" "\\<end\\>" nil
-				       verilog-forward-sexp-function)
+	    (cons '(verilog-mode  "\\<begin\\>" "\\<end\\>" nil
+                                  verilog-forward-sexp-function)
 		  hs-special-modes-alist))))
 
   ;; Stuff for autos

Diff finished.  Sun Sep 11 19:32:46 2016

--
Chunyang




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#24410; Package emacs. (Mon, 11 Dec 2017 23:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 24410 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> users.sourceforge.net>
To: Chunyang Xu <xuchunyang.me <at> gmail.com>
Cc: 24410 <at> debbugs.gnu.org
Subject: Re: bug#24410: 25.1.50;
 Fix typo in verilog-mode.el: verilog-mode-mode -> verilog-mode
Date: Mon, 11 Dec 2017 18:46:44 -0500
tags 24410 fixed
close 24410 26.1
quit

Chunyang Xu <xuchunyang.me <at> gmail.com> writes:

> -	    (cons '(verilog-mode-mode  "\\<begin\\>" "\\<end\\>" nil
> +	    (cons '(verilog-mode  "\\<begin\\>" "\\<end\\>" nil

Pushed to emacs-26.

[1: a36a090a95]: 2017-12-11 17:38:27 -0500
  * lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo (Bug#24410).
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a36a090a951371e3441f33ad4d42e6ea17b30432




Added tag(s) fixed. Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Mon, 11 Dec 2017 23:47:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 26.1, send any further explanations to 24410 <at> debbugs.gnu.org and Chunyang Xu <xuchunyang.me <at> gmail.com> Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Mon, 11 Dec 2017 23:47:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Jan 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.