[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert
From: |
Elijah G. |
Subject: |
bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert |
Date: |
Sun, 02 Jun 2024 21:14:34 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (windows-nt) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: "Elijah G." <eg642616@gmail.com>
>> Date: Sat, 01 Jun 2024 18:17:42 -0600
>>
>> this little patch allow insert any package keywords when using
>> auto-insert for insert elisp header lines.
>>
>> This is more a bugfix, since there is a bug when using Vertico that get
>> stuck in the keywords part, that bug can also apply to other completion
>> UIs or frameworks.
>>
>> Also there are some packages that uses non-standard keywords, i think it
>> would be better allowing insert other keywords.
>
> I'm not sure why it makes sense to allow keywords that are not in
> finder-known-keywords. Such a keyword will never be used by any
> finder commands.
You are right, I think I've found a better way for this bugfix.
Please see the new patch attached below, thanks.
0001-lisp-autoinsert.el-auto-insert-alist-Allow-empty-inp.patch
Description: Text Data
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Elijah G., 2024/06/01
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Eli Zaretskii, 2024/06/02
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert,
Elijah G. <=
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Eli Zaretskii, 2024/06/03
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Elijah G., 2024/06/04
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Eshel Yaron, 2024/06/05
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Eli Zaretskii, 2024/06/05
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Elijah G, 2024/06/07
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Thierry Volpiatto, 2024/06/07
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Elijah G, 2024/06/08
- bug#71313: [PATCH] Allow insert other elisp keywords in auto-insert, Eli Zaretskii, 2024/06/08