[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19557: 25.0.50; ido-insert-buffer does not insert virtual buffers.
From: |
Lars Ingebrigtsen |
Subject: |
bug#19557: 25.0.50; ido-insert-buffer does not insert virtual buffers. |
Date: |
Fri, 17 Sep 2021 18:19:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
>> select "foo" at the prompt (type f o o RET)
>>
>> Result is : emacs switches to buffer "foo".
>>
>> Expected was : the file "foo" is opened in a buffer without switching to
>> it, and its content is inserted in the current buffer.
[...]
> This bug is still present in Emacs 28. I haven't tried to debug it
> yet -- does anybody else happen to know what's going wrong here?
Actually, I'm not sure there is a bug here. The case for reproduction
here is from the command line, and the thing that bugs out is that the
command-line setup is trying to switch to the buffer that we already
killed with --eval, and ido doesn't seem to be involved, really.
That is:
./src/emacs -Q -f recentf-mode --eval '(setq ido-use-virtual-buffers t)' -f
ido-mode /tmp/foo
and then `C-x k RET' and `M-x ido-insert-buffer RET foo RET' works as
designed.
So I'm closing this bug report. If I misunderstood what this was all
about, please respond to the debbugs address and we'll reopen.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#19557: 25.0.50; ido-insert-buffer does not insert virtual buffers.,
Lars Ingebrigtsen <=