| Summary: | app-emacs/rst-0.4: lazy-lock-mode is obsolete since emacs 22 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Norihisa Fujita <mizyo> |
| Component: | New packages | Assignee: | Emacs project <emacs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | patch for this problem. | ||
Created attachment 140936 [details, diff]
patch for this problem.
Fixed in rst-0.4-r1. I've slightly altered the patch file to remove whitespace changes. Thank you for reporting and for providing the patch. |
When I used rst-mode on emacs 22, this error was occured: Error in post-command-hook: (void-function lazy-lock-mode) Since emacs 22, lazy-lock-mode is obsolete and jit-lock-mode replaces it. In rst.el of the snapshot of docutils (URL is below), this problem is fixed. Snapshot URL: http://docutils.sourceforge.net/docutils-snapshot.tgz I make a patch. It replaces code related to font-lock to snapshot's. I think we should block <emacs-22 or apply the patch. Reproducible: Always Steps to Reproduce: