-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Doesn't work with modern emacs #1
Comments
nbarrientos
referenced
this issue
in nbarrientos/archive-rpm
Feb 19, 2022
Now the package uses the structs defined in arc-mode.el: archive--file-desc and archive--file-summary. Fixes #1
This bug has now a proposed fix. |
nbarrientos
referenced
this issue
in nbarrientos/archive-rpm
Feb 20, 2022
Now the package uses the structs defined in arc-mode.el: archive--file-desc and archive--file-summary. Emacs 28 and beyond only. Fixes #1
nbarrientos
referenced
this issue
in nbarrientos/archive-rpm
Mar 14, 2022
Now the package uses the structs defined in arc-mode.el: archive--file-desc and archive--file-summary. Emacs 28 and beyond only. Fixes #1
This issue has been addressed in the repository MELPA points to now, more info: melpa/melpa#7945 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In April 2020 arc-mode.el changed from using vectors of strings to vectors of structs to represent files inside archives. That change breaks this code which generates strings.
Reproduction:
` load this code into recent emacs
load an rpm file.
Observe type error when archive-summarize-files tries to extract the archive--file-summary-name-start field from a string.
At the moment I am not sure what a good fix would be.
Clearly the code can be updated to generate the structs rather than the strings, but I don't currently know how to figure out how to choose the string or the struct.
The text was updated successfully, but these errors were encountered: