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

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

Re: Typewriter input simulation for EMACS


From: Joe Corneli
Subject: Re: Typewriter input simulation for EMACS
Date: Tue, 20 Aug 2013 10:41:29 -0700 (PDT)
User-agent: G2/1.0

Minor point: At least if you're emulating a manual, spacebar shouldn't play the 
keypress sound (not sure about electric).

;;; change this part
(if (and writer-makenoise-p (> writer-input-charno 32))
  (start-process "writer-noise" nil writer-play-command writer-keyclick-noise)
)
;;;


reply via email to

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