bug-gnu-emacs
[Top][All Lists]
Advanced

[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.

Attachment: 0001-lisp-autoinsert.el-auto-insert-alist-Allow-empty-inp.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]