Summary: | Better emacs support for app-text/txt2tags | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christian Faulhammer (RETIRED) <fauli> |
Component: | New packages | Assignee: | Gentoo SGML project <sgml> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | emacs |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 184166 | ||
Attachments: |
For the ebuild
New site init file: 51txt2tags-gentoo.el Updated patch for txt2tags-2.3.ebuild |
Description
Christian Faulhammer (RETIRED)
![]() Created attachment 123913 [details, diff]
For the ebuild
Created attachment 123915 [details]
New site init file: 51txt2tags-gentoo.el
(In reply to comment #1) > + elisp-install ${PN} extras/txt2tags-mode.el txt2tags-mode.elc This is strange, why isn't the .elc in the same directory with the .el? I think src_compile should either do elisp-compile extras/txt2tags-mode.el || die or cd extras; elisp-comp txt2tags-mode.el || die (The standard elisp-compile is sufficient here since it is only one file.) Created attachment 124844 [details, diff] Updated patch for txt2tags-2.3.ebuild (In reply to comment #3) > I think src_compile should either do > elisp-compile extras/txt2tags-mode.el || die > [...] Updated patch taking this change into account. (In reply to comment #4) > Created an attachment (id=124844) [edit] > Updated patch for txt2tags-2.3.ebuild > > (In reply to comment #3) > > I think src_compile should either do > > elisp-compile extras/txt2tags-mode.el || die > > [...] > > Updated patch taking this change into account. Looks good. Feel free to commit your patch, bumping the revision number. Thanks. Committed as -r1. ppc-macos: Adding you to CC since repoman gave me some "badindev" warnings. You may reconsider your keyword. ppc-macos moved to prefix. Fixed then. |