aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* eselect-mode: Doc fixHEADmasterUlrich Müller2023-11-051-0/+2
| | | | | | * misc/eselect-mode.el: Doc fix. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Use #' for quoting of function namesUlrich Müller2023-10-061-2/+2
| | | | | | | * misc/eselect-mode.el (eselect-mode, eselect-mode-hook): Sharp-quote the function names. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Use named function in hook variableUlrich Müller2023-10-061-3/+4
| | | | | | | * misc/eselect-mode.el (eselect-mode-add-font-lock): New function. (eselect-mode-hook): Add it, instead of an anonymous function. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Enable lexical bindingUlrich Müller2023-08-251-1/+1
| | | | | | * misc/eselect-mode.el: Enable lexical binding. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Refer to sh-mode instead of shell-script-modeUlrich Müller2023-08-241-1/+1
| | | | | | | * misc/eselect-mode.el (eselect-mode): Refer to sh-mode directly, instead of shell-script-mode which is its alias. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Drop XEmacs compatibility codeUlrich Müller2023-06-121-4/+1
| | | | | | | * misc/eselect-mode.el (eselect-mode): Drop XEmacs compatibility code. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Update copyright years before writing a fileUlrich Müller2023-06-121-2/+51
| | | | | | | | | | | | * misc/eselect-mode.el (eselect, eselect-mode-fix-whitespace) (eselect-mode-update-copyright): New custom group and variables. (eselect-mode-copyright-regexp): New variable. (eselect-mode-update-copyright): New function, mostly copied from ebuild-mode-update-copyright in ebuild-mode.el. (eselect-mode-before-save): Make fixing of whitespace conditional. Update copyright years when customised to do so. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update option list in bash completionUlrich Müller2023-02-271-2/+2
| | | | | | | * misc/eselect.bashcomp (_eselect): Add --eprefix and --root options. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* eselect-mode: Remove eselect-mode-make-keywords-list functionUlrich Müller2022-05-011-12/+3
| | | | | | | | * misc/eselect-mode.el (eselect-mode-make-keywords-list): Remove. (eselect-mode-font-lock-keywords): Inline its code. \< \> around a regexp can be obtained via the paren option of regexp-opt. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Drop XEmacs compatibility code in eselect-modeUlrich Müller2022-05-011-5/+1
| | | | | | | * misc/eselect-mode.el (eselect-mode-before-save): Call delete-trailing-whitespace which exists in XEmacs 21.5. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Fix a byte-compile warning in eselect-modeUlrich Müller2022-05-011-4/+5
| | | | | | | * misc/eselect-mode.el (eselect-mode): For GNU Emacs, use write-contents-functions instead of obsolete write-contents-hooks. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright years.Ulrich Müller2020-12-162-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright years.Ulrich Müller2019-02-132-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Use simplified copyright notice for GLEP 76 compliance.Ulrich Müller2018-12-091-4/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Update copyright notices to follow the new policy.Ulrich Müller2018-09-162-2/+5
|
* New get_libdir function.Ulrich Müller2018-05-291-1/+1
| | | | | | | | * libs/multilib.bash.in (get_libdir): New function. * doc/developer-guide.txt: Describe it. * libs/Makefile.am (dosed): Substitute @libdir@. * misc/eselect-mode.el (eselect-mode-keywords-multilib): Add get_libdir.
* Update copyright years.Ulrich Müller2018-01-082-2/+2
|
* Update copyright years.Ulrich Müller2017-03-222-2/+2
|
* Happy new year 2016!Ulrich Müller2016-01-272-2/+2
|
* Happy new year 2015!Ulrich Müller2015-01-172-2/+2
|
* eselect.bashcomp: Improve handling of options followed by an equals sign.Ulrich Müller2014-06-051-2/+5
| | | | | * misc/eselect.bashcomp (_eselect): Improve handling of options that are followed by an equals sign.
* Happy new year 2014!Ulrich Müller2014-01-192-2/+2
|
* New local option --only-names in modules list action.Ulrich Müller2013-11-151-2/+2
| | | | | | | | | | | * modules/modules.eselect (do_list): New local option --only-names will output names of modules only, without their description. This replaces the previous brief output mode behaviour and is mainly intended for bash completion. (describe_list_options): New function, documents --only-names. * bin/eselect.in (es_do_help): Don't force default output mode. * misc/eselect.bashcomp (_eselect): Call "eselect modules list" with --only-names option.
* Add maintainer information.Ulrich Müller2013-11-151-0/+1
|
* Enable bash completion also for an empty list of words.Ulrich Müller2013-11-151-3/+3
| | | | | | * misc/eselect.bashcomp (_eselect): Suggest possible completions also for an empty list of words, i.e. when the user has not typed any parameters yet.
* Add env_update to eselect-mode keywords.Ulrich Müller2013-09-181-1/+1
| | | | | * misc/eselect-mode.el (eselect-mode-keywords-package-manager): Add env_update.
* Update copyright notice.Ulrich Müller2013-07-051-4/+6
|
* Add editing mode for Emacs, moved from emacs-tools repository to here.Ulrich Müller2013-07-042-1/+130
| | | | | | * misc/eselect-mode.el: New file, editing mode for Emacs, split off from app-emacs/gentoo-syntax. * misc/Makefile.am (EXTRA_DIST): Add eselect-mode.el.
* Happy new year 2013!Ulrich Müller2013-01-041-1/+1
|
* Remove SVN keywords throughout.Ulrich Müller2012-03-071-1/+0
|
* Update years. Fix copyright headers, eselect has always been GPL-2 or later.Ulrich Müller2012-01-211-2/+2
| | | | svn path=/trunk/; revision=859
* eselect.bashcomp: Omit = sign after option, list both BE and AE spellings.Ulrich Müller2011-10-301-1/+1
| | | | svn path=/trunk/; revision=855
* New global option --colour=<yes|no|auto>.Ulrich Müller2011-10-281-1/+1
| | | | svn path=/trunk/; revision=854
* Happy new year 2011!Ulrich Müller2011-01-081-1/+1
| | | | svn path=/trunk/; revision=790
* Fix typo in local variables definition.Ulrich Müller2010-08-261-1/+1
| | | | svn path=/trunk/; revision=775
* Happy new year 2010!Ulrich Müller2010-01-011-1/+1
| | | | svn path=/trunk/; revision=752
* Rename a variable.Ulrich Müller2009-09-181-3/+3
| | | | svn path=/trunk/; revision=660
* Show only one spelling variant for completion.Ulrich Müller2009-09-181-1/+1
| | | | svn path=/trunk/; revision=659
* Add support for brief output mode in modules.eselect. Speed up bash completion.Ulrich Müller2009-09-181-2/+3
| | | | svn path=/trunk/; revision=657
* Put all editor meta information into the first line of each file.Ulrich Müller2009-09-081-7/+1
| | | | svn path=/trunk/; revision=642
* Also skip subaction options.Ulrich Müller2009-05-241-0/+5
| | | | svn path=/trunk/; revision=563
* Add completion for "set", "enable", and "disable" subactions.Ulrich Müller2009-05-231-1/+9
| | | | svn path=/trunk/; revision=561
* Use only POSIX basic regular expressions for sed.Ulrich Müller2009-05-231-1/+1
| | | | svn path=/trunk/; revision=560
* Remove --no-colour option in bashcomp module.Ulrich Müller2009-05-231-2/+8
| | | | svn path=/trunk/; revision=559
* Suppress Killed message in bash-completion module. Fixes bug 218557.Ulrich Müller2009-04-161-10/+14
| | | | svn path=/trunk/; revision=431
* Added html target to generate HTML for TODO and README in addition to those ↵Aaron Walker2005-06-181-4/+4
| | | | | | in doc/. svn path=/trunk/; revision=145
* Updated to take into consideration that global opts may come before module ↵Aaron Walker2005-06-161-4/+7
| | | | | | names. svn path=/trunk/; revision=134
* Enabled SVN Keywords for files which use them.Danny van Dyk2005-06-151-1/+1
| | | | svn path=/trunk/; revision=130
* Moved to Gentoo infrastructure and renamed project to 'eselect'.Danny van Dyk2005-06-072-6/+6
| | | | svn path=/trunk/; revision=117
* Parse list-modules/usage instead of relying on the assumption that the ↵Aaron Walker2005-05-091-2/+2
| | | | | | default action will give us what we want. svn path=/trunk/; revision=88