help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs verilog mode


From: Rustom Mody
Subject: Re: emacs verilog mode
Date: Mon, 28 Oct 2013 20:17:49 -0700 (PDT)
User-agent: G2/1.0

On Tuesday, October 29, 2013 3:27:10 AM UTC+5:30, Paul Cheng wrote:
> Resend my earlier email.
> 
> 
> I have tried/searched various methods to no avail on how to stop emacs from 
> reformatting on ';' (semicolon) in verilog mode.
> 
> Please let me know if there's a solution.

This is a poor hack; however since its a 5-month old complaint and still 
unaddressed, can you try adding this to your init file?  Does it work?

(add-hook 'verilog-mode-hook
          (lambda () (define-key verilog-mode-map ";" 'self-insert-command)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]