[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64903: 28.2; completion-at-point deletes next line(s) when completin
From: |
Juri Linkov |
Subject: |
bug#64903: 28.2; completion-at-point deletes next line(s) when completing a single character in elisp |
Date: |
Fri, 19 Jan 2024 09:20:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
close 64903 30.0.50
stop
> Indeed, when trying to eval M-: (elisp-completion-at-point) after ‘(a’ in
>
> (a
> ;; This buffer is for text that is not saved, and for Lisp evaluation.
> ;; To create a file, visit it with C-x C-f and enter text in its buffer.
>
> it correctly returns (2 3 ...
>
> But evaluating M-: (elisp-completion-at-point) after ‘(’ in
>
> (
> ;; This buffer is for text that is not saved, and for Lisp evaluation.
> ;; To create a file, visit it with C-x C-f and enter text in its buffer.
>
> returns (2 148 ...
> whereas I think it should return (2 2
Since bug#68514 is fixed now, closing this as well.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#64903: 28.2; completion-at-point deletes next line(s) when completing a single character in elisp,
Juri Linkov <=