Summary: | app-xemacs/ebuild-mode-1.63 stable request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ulrich Müller <ulm> |
Component: | Stabilization | Assignee: | XEmacs team <xemacs> |
Status: | RESOLVED CANTFIX | ||
Severity: | enhancement | Keywords: | ALLARCHES, CC-ARCHES, STABLEREQ |
Priority: | Normal | Flags: | nattka:
sanity-check+
|
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: |
app-xemacs/ebuild-mode-1.63
|
Runtime testing required: | Manual |
Description
Ulrich Müller
![]() Please stabilise version 1.63 instead. 2023-03-26 Ulrich Müller <ulm@gentoo.org> * Version 1.63 released. * ebuild-mode-keywords.el (ebuild-mode-keywords-eclass): Regenerated. 2023-03-24 Ulrich Müller <ulm@gentoo.org> * ebuild-mode.el (ebuild-repo-mode): Don't override variables if they already have a buffer-local binding. 2023-03-20 Ulrich Müller <ulm@gentoo.org> * ebuild-mode.el (ebuild-mode-find-workdir): New function. Thanks to Pascal Jäger for the idea. (ebuild-mode-portage-tmpdir): New custom variable. (ebuild-mode-map, ebuild-mode-menu): Keybinding and menu entry. 2023-02-28 Ulrich Müller <ulm@gentoo.org> * ebuild-mode.el (ebuild-mode-process-environment): Set NO_COLOR in addition, see https://no-color.org/. Drop redundant test for XEmacs. Ping. It's almost 3 months now. Hi, Sorry for checking late. There is at least one remaining xemacs incompatibility that breaks ebuild-mode. That is `local-variable-p` takes two required args. (local-variable-p SYMBOL BUFFER &optional AFTER-SET) (In reply to Mats Lidell from comment #3) > Hi, Sorry for checking late. There is at least one remaining xemacs > incompatibility that breaks ebuild-mode. That is `local-variable-p` takes > two required args. > > (local-variable-p SYMBOL BUFFER &optional AFTER-SET) Right, let's close this then. I'll come up with a fix in ebuild-mode-1.65. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/ebuild-mode.git/commit/?id=64761b573b89795fd2546fcbbebbb58e4efcb789 commit 64761b573b89795fd2546fcbbebbb58e4efcb789 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2023-07-05 22:20:58 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2023-07-05 22:20:58 +0000 XEmacs compatibility fix * ebuild-mode.el (ebuild-repo-mode): local-variable-p has two required arguments in XEmacs, bug 903273. Bug: https://bugs.gentoo.org/903273#c3 Signed-off-by: Ulrich Müller <ulm@gentoo.org> ChangeLog | 5 +++++ ebuild-mode.el | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) |