summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove fallback to profiles.descHEADmasterUlrich Müller2 days2-20/+9
| | | | | | | * ebuild-mode.el (ebuild-mode-arch-stable-list): Don't fall back to profiles.desc to determine whether an arch has stable keywords. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update URL in commentUlrich Müller2 days1-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix EMACSFLAGSUlrich Müller2 days2-1/+3
| | | | | | * Makefile (EMACSFLAGS): Use single hyphen for compatibility. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* New test for font-lock keywordsUlrich Müller2 days3-36/+66
| | | | | | | | | | * ebuild-mode.el (ebuild-mode-collect-and-split): Preserve order. (ebuild-mode-font-lock-keywords): Add docstring. * test/ebuild-mode-tests.el (ebuild-mode-test-collect-and-split): Update. (ebuild-mode-test-font-lock-keywords): New test. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update documentationUlrich Müller5 days2-2/+20
| | | | | | | | * ebuild-mode.texi (ebuild-repo-mode): Document the bug-reference feature. (devbook-mode): Add cross reference to the nXML Mode manual. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update the condition for enabling bug-referenceUlrich Müller5 days2-10/+15
| | | | | | | | * ebuild-mode.el (ebuild-repo-mode): Don't set the bug-reference-* variables if ebuild-mode-enable-bug-reference is nil. Test for bug-reference-prog-mode at run time instead of compile time. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Set font-lock keywords for gentoo-newsitem-mode in the mode hookUlrich Müller8 days2-2/+11
| | | | | | | | | * gentoo-newsitem-mode.el (gentoo-newsitem-mode): Don't set font-lock-defaults. (gentoo-newsitem-add-font-lock): New function. (gentoo-newsitem-mode-hook): Add it to the mode hook. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Shorten some function names in testsUlrich Müller8 days2-9/+13
| | | | | | | | * test/gentoo-newsitem-mode-tests.el (gentoo-newsitem-test-input) (gentoo-newsitem-test-font-lock, gentoo-newsitem-test-skeleton) (gentoo-newsitem-test-keybindings): Shorten names. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix a byte-compiler warning in testsUlrich Müller8 days3-18/+20
| | | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-run-with-fixed-time): * test/glep-mode-tests.el (glep-mode-test-run-with-fixed-time): Use func-arity to detect the calling convention for encode-time. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix some byte-compiler warnings in testsUlrich Müller8 days3-26/+23
| | | | | | | | | | | | | * test/ebuild-mode-tests.el (cl-letf, cl-letf*): Enclose their definition in eval-when-compile. (ebuild-mode-test-font-lock): Call font-lock-fontify-region instead of font-lock-fontify-buffer. This is silent and also avoids the noninteractive trickery. * test/gentoo-newsitem-mode-tests.el (cl-letf, cl-letf*) (gentoo-newsitem-mode-test-font-lock): Ditto. (gentoo-newsitem-mode-test-run-silently): Remove. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Remove unnecessary *-run-silently wrappers in testsUlrich Müller8 days3-14/+20
| | | | | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-skeleton): Remove unnecessary ebuild-mode-test-run-silently. * test/gentoo-newsitem-mode-tests.el (gentoo-newsitem-mode-test-skeleton): Remove unnecessary gentoo-newsitem-mode-test-run-silently. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Drop redundant XEmacs conditionals in testsUlrich Müller8 days3-17/+17
| | | | | | | | * test/ebuild-mode-tests.el: * test/gentoo-newsitem-mode-tests.el: Drop redundant XEmacs conditionals. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Support skip-unless in XEmacs test wrapperUlrich Müller8 days2-2/+13
| | | | | | | | * test/xemacs-test-wrapper.el (skip-unless): New function. (test-skipped): New error symbol. (ert-deftest): Handle it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Enable bug-reference-prog-mode in ebuild-repo-modeUlrich Müller8 days3-0/+60
| | | | | | | | | | | * ebuild-mode.el (ebuild-mode-enable-bug-reference): New custom variable. (ebuild-mode-bug-regexp, ebuild-mode-bug-url-format): New variables. (ebuild-repo-mode): Conditionally enable bug-reference-prog-mode. * test/ebuild-mode-tests.el (ebuild-mode-test-bug-url): New test. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Don't require nxml-mode at compile timeUlrich Müller12 days2-1/+8
| | | | | | | * ebuild-mode.el (ebuild-repo-mode): Define the nxml-* variables instead of requiring nxml-mode at compile time. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update list of obsolete eclassesUlrich Müller2024-09-252-1/+3
| | | | | | * keyword-generation.sh (OBSOLETE): Update. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update ebuild-mode-time-string testUlrich Müller2024-09-252-6/+7
| | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-time-string): Run with fixed time. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Remove ia64 from list of archsUlrich Müller2024-09-252-1/+5
| | | | | | * ebuild-mode.el (ebuild-mode-arch-list): Remove ia64. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix test for ebuild-mode-update-copyrightUlrich Müller2024-09-102-0/+6
| | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-update-copyright): Actually run ebuild-mode-update-copyright. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Version 1.75 releasedebuild-mode-1.75Ulrich Müller2024-08-293-2/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Avoid date-to-time in testsUlrich Müller2024-08-293-2/+18
| | | | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-run-with-fixed-time): * test/glep-mode-tests.el (glep-mode-test-run-with-fixed-time): Use encode-time instead of date-to-time. Bug 938666. Bug: https://bugs.gentoo.org/938666 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Version 1.74 releasedebuild-mode-1.74Ulrich Müller2024-08-283-2/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Keywords regenerated from eclassesUlrich Müller2024-08-282-11/+30
| | | | | | | * ebuild-mode-keywords.el (ebuild-mode-keywords-eclass): Regenerated. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Drop EAPI 6Ulrich Müller2024-08-282-2/+5
| | | | | | | * ebuild-mode.el (ebuild-mode-eapi-list): Drop 6 from list of supported EAPIs. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix typoUlrich Müller2024-08-281-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* More testsUlrich Müller2024-08-286-3/+299
| | | | | | | | | | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-input): New variable and function. (ebuild-mode-test-skeleton, ebuild-mode-test-keybindings): New tests. * test/glep-mode-tests.el (glep-mode-test-input): New variable and function. (glep-mode-test-skeleton, glep-mode-test-keybindings): New tests. * test/gentoo-newsitem-mode-tests.el: * test/devbook-mode-tests.el: New files. * Makefile (TESTS): Add them. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Return a useful exit status for XEmacs testsUlrich Müller2024-08-272-0/+17
| | | | | | | * test/xemacs-test-wrapper.el (kill-emacs): Return a useful exit status. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Specify indentation for static-ifUlrich Müller2024-08-271-0/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Make the tests work with XEmacsUlrich Müller2024-08-275-24/+101
| | | | | | | | | | | | | | | | * test/ebuild-mode-tests.el (cl-letf, cl-letf*) (ebuild-mode-test-run-with-fixed-time) (ebuild-mode-test-run-silently, ebuild-mode-test-font-lock) (ebuild-mode-test-unescape-string): Portability fixes for XEmacs. * test/glep-mode-tests.el (glep-mode-test-run-with-fixed-time): Sync from ebuild-mode-test-run-with-fixed-time. * test/xemacs-test-wrapper.el: New file. * Makefile (DISTFILES): Add xemacs-test-wrapper.el. (ELCS, TESTS): Include only files that are actually supported by the Emacs version. (check): Make it work with XEmacs. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Activate ebuild-repo-mode-menu in XEmacsUlrich Müller2024-08-252-7/+13
| | | | | | | * ebuild-mode.el (ebuild-repo-mode): Activate the menu in XEmacs. Use positive condition for feature. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* More portable syntax for menusUlrich Müller2024-08-252-10/+16
| | | | | | | | | | * ebuild-mode.el (ebuild-mode-menu): Drop :active keyword because the three-element vector form of menu items is more portable. (ebuild-repo-mode-menu): Rename menu bar item to "Ebuild-Repo". Replace :visible keyword by :included; XEmacs 21.4 doesn't know the former. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* replace-match in XEmacs clobbers match dataUlrich Müller2024-08-222-19/+26
| | | | | | | * ebuild-mode.el (ebuild-mode-update-copyright): Save match data, replace-match in XEmacs 21.4 clobbers it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Use push in init valueUlrich Müller2024-08-212-2/+4
| | | | | | * ebuild-mode.el (ebuild-mode-arch-stable-list): Use push. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Optimise font-lock keyword collectionUlrich Müller2024-08-213-9/+19
| | | | | | | | | * ebuild-mode.el (ebuild-mode-collect-and-split): Don't copy the element when creating a cons cell is enough. * test/ebuild-mode-tests.el (ebuild-mode-test-collect-and-split): Update. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fixes for checkdocUlrich Müller2024-08-196-10/+16
| | | | | | | | | | * ebuild-mode.el: * ebuild-mode-keywords.el: * gentoo-newsitem-mode.el: * glep-mode.el: * devbook-mode.el: Doc fixes. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Allow a prefix argument with ebuild-run-command-*Ulrich Müller2024-08-193-6/+14
| | | | | | | | * ebuild-mode.el (ebuild-run-command-*): Run the "clean" command when a prefix argument is given. * ebuild-mode.texi (ebuild-mode): Document it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* New function ebuild-mode-find-image-dir, visits directory DUlrich Müller2024-08-193-8/+33
| | | | | | | | | * ebuild-mode.el (ebuild-mode-find-image-dir): New function. (ebuild-mode-prefix-map, ebuild-mode-menu): Keybinding and menu entry. * ebuild-mode.texi (ebuild-mode): Document it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* ebuild-mode.texi: Spelling of "key binding"Ulrich Müller2024-08-162-8/+9
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Define functions and C-c C-e <letter> keys for ebuild subcommandsUlrich Müller2024-08-163-15/+67
| | | | | | | | | | | | | | | | * ebuild-mode.el (ebuild-run-command-*): Define functions for ebuild subcommands. (ebuild-mode-prefix-map): New variable, keymap for ebuild-mode commands. Define C-c C-e <letter> keys for the most common ebuild subcommands. (ebuild-mode-map): Use the new keymap. (ebuild-mode-menu): Use ebuild-run-command-* functions in menu items; for the previously used expressions, easy-menu-define would create internal functions anyway. Don't sort ebuild-commands-list because it already is in alphabetical order. * ebuild-mode.texi (ebuild-mode): Update. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Add ebuild commands instprep and nofetchUlrich Müller2024-08-162-3/+8
| | | | | | | * ebuild-mode.el (ebuild-commands-list): Add "instprep" and "nofetch" commands. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix whitespaceUlrich Müller2024-08-161-4/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Version 1.73 releasedebuild-mode-1.73Ulrich Müller2024-08-153-2/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Keywords regenerated from eclassesUlrich Müller2024-08-152-27/+26
| | | | | | | * ebuild-mode-keywords.el (ebuild-mode-keywords-eclass): Regenerated. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update list of obsolete eclassesUlrich Müller2024-08-152-1/+3
| | | | | | * keyword-generation.sh (OBSOLETE): Update. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Include Makefile in distributed tarballUlrich Müller2024-08-152-3/+7
| | | | | | * Makefile (DISTFILES): Add Makefile. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* New function ebuild-mode-find-build-logUlrich Müller2024-08-103-0/+32
| | | | | | | | * ebuild-mode.el (ebuild-mode-find-build-log): New function. (ebuild-mode-map, ebuild-mode-menu): Keybinding and menu entry. * ebuild-mode.texi (ebuild-mode): Document it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Move binding of format-time-string to a macroUlrich Müller2024-08-103-59/+80
| | | | | | | | | | | | * test/ebuild-mode-tests.el (ebuild-mode-test-run-with-fixed-time): New macro. (ebuild-mode-test-update-copyright) (ebuild-mode-test-insert-tag-line): Use it. * test/glep-mode-tests.el (glep-mode-test-run-with-fixed-time): New macro. (glep-mode-test-update-last-modified): Use it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Revert static-if in add-hookUlrich Müller2024-08-102-1/+6
| | | | | | | | | * ebuild-mode.el (find-file-hook): Use 'if' because 'static-if' breaks autoloads. This partially reverts commit 4adf7b9. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Avoid double space in tag lineUlrich Müller2024-08-082-1/+6
| | | | | | | * ebuild-mode.el (ebuild-mode-insert-tag-line): Don't insert another space when comment-start ends with a space or tab. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Add some testsUlrich Müller2024-08-085-4/+310
| | | | | | | | | | | * test/ebuild-mode-tests.el: * test/glep-mode-tests.el: New files, introducing tests. * ebuild-mode.el (ebuild-mode-collect-and-split): Make it visible at load time for tests. * Makefile (TESTS, BYTECOMPFLAGS): New variables. (check): New target. Signed-off-by: Ulrich Müller <ulm@gentoo.org>