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

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

bug#53371: 28.0.90; eshell completion error when trying to complete buff


From: Jim Porter
Subject: bug#53371: 28.0.90; eshell completion error when trying to complete buffer name, args-out-of-range
Date: Fri, 24 Feb 2023 09:53:36 -0800

On 2/24/2023 7:09 AM, Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote:
+      (let ((buffer-p (if (match-beginning 1)
+                          (equal (match-string 1) "buffer")
                          t)) ;; buffer-p is non-nil by default.

The comment just describes what the code does but it would be more
useful to explain why.

Thanks, fixed.

Attachment: 0001-Add-support-for-completing-special-references-e.g.-b.patch
Description: Text document


reply via email to

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