Conversation
This commmit makes post-mode work with recent versions of Emacs (29.1 for sure, but likely also a few earlier versions). The commit contains two changes: 1. Depart from using `point` as a variable, use `goto-char` instead. 2. Switch for the deprecated `cl` package to `cl-lib`. Many thanks to Nick Barnes for his help.
|
Hi Sébastien,
Thanks for your supportive comment to Debian Bug#996755.
…On 2023-10-04 05:40, Sébastien Hinderer wrote:
This commmit makes post-mode work with recent versions of Emacs
(29.1 for sure, but likely also a few earlier versions).
The commit contains two changes:
1. Depart from using point as a variable, use goto-char instead.
2. Switch for the deprecated cl package to cl-lib.
Many thanks to Nick Barnes for his help.
__________________________________________________________________
You can view, comment on, or merge this pull request online at:
[1]#7
Commit Summary
* [2]22e237e Modernize Post-mode
File Changes
([3]1 file)
* M [4]post.el (22)
Patch Links:
* [5]https://github.com/zedinosaur/post-mode/pull/7.patch
* [6]https://github.com/zedinosaur/post-mode/pull/7.diff
—
Reply to this email directly, [7]view it on GitHub, or [8]unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
References
1. #7
2. 22e237e
3. https://github.com/zedinosaur/post-mode/pull/7/files
4. https://github.com/zedinosaur/post-mode/pull/7/files#diff-d0af045c37bd60f11ef55d8855bfae2391c55c94e5bcedf27883e2ca5c502c51
5. https://github.com/zedinosaur/post-mode/pull/7.patch
6. https://github.com/zedinosaur/post-mode/pull/7.diff
7. #7
8. https://github.com/notifications/unsubscribe-auth/AAOE3KCOQB7G2INBIX6OUYLX5VKNLAVCNFSM6AAAAAA5SR44ROVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMMJTGA2DQOA
--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1 7286 0036 9E45 1595 8BC0
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commmit makes post-mode work with recent versions of Emacs
(29.1 for sure, but likely also a few earlier versions).
The commit contains two changes:
pointas a variable, usegoto-charinstead.clpackage tocl-lib.Many thanks to Nick Barnes for his help.