emacs-devel
[Top][All Lists]
Advanced

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

UI tests


From: Richard Stallman
Subject: UI tests
Date: Wed, 11 Nov 2015 12:02:58 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Unlike the typical graphical applications, Emacs's UIs are mostly
controlled by events that have a very shallow translation to Lisp
data.  Even mouse clicks can be faked, and a convenient Lisp function
to make that totally easy would not be hard to write.

Perhaps the input side of testing UI features will be fairly easy.

The output side is not so straightforward, but if we set up something
to accumulate a sort of dribble record of X11 output operations, in
the form of Lisp-visible data, maybe tests could check that to see
if they have changed from before.


-- 
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.




reply via email to

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