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

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

bug#21452: 24.5; conf-mode has no parent


From: Stefan Kangas
Subject: bug#21452: 24.5; conf-mode has no parent
Date: Tue, 11 Aug 2020 21:15:30 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Kurt Hackenberg <kh@panix.com> writes:

> The major mode conf-mode has no parent mode, and does not inherit
> anything, because it's not defined with define-derived-mode, just with
> defun.

This was fixed in:

commit e2a15c8ac4efe823c51c9a5750642532155199a8
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date:   Sat Mar 14 15:16:51 2020 -0400

    * lisp/textmodes/conf-mode.el (conf-mode): Use define-derived-mode

> The source file conf-mode.el is in lisp/textmodes, but that seems
> wrong.  Conf-mode's children edit files that contain software
> configuration, not human language.  Probably conf-mode should be
> derived from prog-mode.

Moving files is generally frowned upon since it makes it harder to
follow the history in git.  So for better or for worse, we will have to
live with its current location.

I don't see anything more to do here, so I'm closing this bug.  Thanks.

Best regards,
Stefan Kangas





reply via email to

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