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

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

bug#68559: [PATCH] Improve Python shell completion


From: Basil L. Contovounesios
Subject: bug#68559: [PATCH] Improve Python shell completion
Date: Wed, 28 Feb 2024 15:49:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Liu Hui [2024-02-26 19:06 +0800] wrote:

> +(add-hook 'python-shell-first-prompt-hook
> +          'python-shell-readline-detect -90)

This depth currently prepends the function to the hook, but in Emacs 24
it instead appends to the hook.  Is that a problem?

> +     (skip-when (null python-shell-readline-completer-delims))

skip-unless here and below?

Thanks,
-- 
Basil





reply via email to

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