mbox

[bug#38107,0/1] Warn about etc/indent-code.el when Emacs is absent.

Message ID 20191107182518.9823-1-zimon.toutoune@gmail.com
Headers show

Message

Simon Tournier Nov. 7, 2019, 6:25 p.m. UTC
Dear,

Currently, if Emacs is absent of PATH then ./configure defaults to
/usr/bin/emacs, therefore the script etc/indent-code.el fails when the user
runs it.

With the patch, the file etc/indent-code.el will not be outputed if Emacs is
absent and ./configure warns the user.

From my point of view, it avoids trivial mistake of non-Emacs-er newcomers and
ease their experience when contributing.


All the best,
simon


zimoun (1):
  configure.ac: Warn about etc/indent-code.el when Emacs is absent.

 configure.ac | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)