dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

More patches #55

Closed lassik closed 3 years ago

lassik commented 3 years ago

More issue #41 stuff.

These commits fix all Emacs byte-compiler warnings. They also fix all package-lint warnings except spurious ones having to do with versioning of the package.

lassik commented 3 years ago

@cgay @housel We should do the above file rename (dylan-mode.el -> dylan.el) for MELPA since we're calling the package dylan.

lassik commented 3 years ago

@housel OK?

tarsius commented 3 years ago

for MELPA since we're calling the package dylan.

Currently you are calling it dylan-mode on Melpa. As a result it currently cannot be build: https://github.com/melpa/melpa/runs/2130961136. (The error from package-build.el is not good, it should be something like dylan-mode[-pkg].el matching package name is missing. I'll fix that.)

I support a rename and I am writing to ask if you agree that the package should be renamed on Melpa.