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

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

Re: major mode for G-Code?


From: Emanuel Berg
Subject: Re: major mode for G-Code?
Date: Fri, 11 Mar 2022 06:45:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jacob Hrbek wrote:

> ... preferably with something that will tell me what the
> G-CODE means so that i don't have to keep searching that on
> the web like a pleb

(defun gcode-mode-hook-f ()
  (eldoc-mode) )
(add-hook 'gcode-mode-hook #'gcode-mode-hook-f)

Works but ... I wonder if you could get `eldoc-mode' to not be
based on inactivity and then display (after the timeout) but
never say anything unless the user hits a key to display
it ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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