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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50470: 27.1; 'company-mode' 'eshell'


From: Jim Porter
Subject: bug#50470: 27.1; 'company-mode' 'eshell'
Date: Sun, 19 Mar 2023 11:39:35 -0700

On 3/17/2023 11:36 PM, Jim Porter wrote:
Hopefully I can get it finished up over the weekend.
Ok, here we are. This adds a new defvar called 'eshell-parse-for-completion-p', which Eshell argument parsers can consult to adjust their behavior. In particular, when that variable is true, it means a) don't expand globs (let Pcomplete handle that), and b) return a stub for subcommands and Lisp function forms (we don't want to execute these inadvertently).

Attachment: 0001-Avoid-parsing-some-Eshell-forms-when-performing-comp.patch
Description: Text document


reply via email to

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