rejeep / f.el

Modern API for working with files and directories in Emacs
GNU General Public License v3.0
680 stars 68 forks source link

[Bug]: shortdoct does not get required under emacs verstion 29.0.50 with fshortdoc version 0.1.0 #124

Closed malcook closed 1 year ago

malcook commented 1 year ago

Expected behavior

shortdoc should (presumably?) be required in emacs version 29.0.50 using f-shortdoc in elpa/f-20230116.1032, which shows:

;;; Version: 0.1.0

Actual behavior

shortdoc is not required under emacs 29.0.50

I observed this due to resuling failing to compile of current elpa/citar

f.el version

something else (please specify)

Emacs version

something else (please specify)

Relevant code or log output

No response

Phundrak commented 1 year ago

This is the intended behaviour of f.el, Emacs 29 does not need to explicitly require shortdoc anymore. Emacs 29.0.50 is also not supported as it is an obsolete development version since late November 2022, you should either upgrade to Emacs 29.0.60 or Emacs 30.0.50.

Most likely a duplicate of #120.