GNU bug report logs -
#36554
27.0.50; Wishlist: `insert-char' should have better completion
Previous Next
Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>
Date: Mon, 8 Jul 2019 17:20:02 UTC
Severity: wishlist
Tags: notabug
Found in version 27.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36554 in the body.
You can then email your comments to 36554 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Mon, 08 Jul 2019 17:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lars Ingebrigtsen <larsi <at> gnus.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 08 Jul 2019 17:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Emacs has a bunch of packages for "intuitive" completion, but apparently
none of the popular ones (like ido) support completion for `C-x 8 C-m
TAB'? So if you know you want one of the ANGLE letters, it's a bit
difficult to complete to. So it'd be nice if ido (at least?) supported
substring completion in that command...
In GNU Emacs 27.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
of 2019-07-08 built on stories
Repository revision: 4b5847b18295bf41a2c3b8c4e5549a494e5af349
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description: Debian GNU/Linux 9 (stretch)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Mon, 08 Jul 2019 20:16:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 36554 <at> debbugs.gnu.org (full text, mbox):
> Emacs has a bunch of packages for "intuitive" completion, but apparently
> none of the popular ones (like ido) support completion for `C-x 8 C-m
> TAB'? So if you know you want one of the ANGLE letters, it's a bit
> difficult to complete to. So it'd be nice if ido (at least?) supported
> substring completion in that command...
FWIW, Icicles does that.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Mon, 08 Jul 2019 20:31:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 36554 <at> debbugs.gnu.org (full text, mbox):
On Mon, 8 Jul 2019 at 13:20, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:
>
> Emacs has a bunch of packages for "intuitive" completion, but apparently
> none of the popular ones (like ido) support completion for `C-x 8 C-m
> TAB'? So if you know you want one of the ANGLE letters, it's a bit
> difficult to complete to. So it'd be nice if ido (at least?) supported
> substring completion in that command...
So should is this more of a request for improving ido? Is there any
other "popular" completion mode that you are thinking of?
FWIW, looks like icomplete-mode works with insert-char.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Mon, 08 Jul 2019 20:36:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 36554 <at> debbugs.gnu.org (full text, mbox):
Noam Postavsky <npostavs <at> gmail.com> writes:
> So should is this more of a request for improving ido? Is there any
> other "popular" completion mode that you are thinking of?
>
> FWIW, looks like icomplete-mode works with insert-char.
If all the other ones do, I guess it's just for ido. :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Mon, 08 Jul 2019 21:29:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 36554 <at> debbugs.gnu.org (full text, mbox):
> Emacs has a bunch of packages for "intuitive" completion, but apparently
> none of the popular ones (like ido) support completion for `C-x 8 C-m
> TAB'? So if you know you want one of the ANGLE letters, it's a bit
> difficult to complete to. So it'd be nice if ido (at least?) supported
> substring completion in that command...
C-x 8 C-m *ANGLE TAB
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Mon, 08 Jul 2019 22:09:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 36554 <at> debbugs.gnu.org (full text, mbox):
Juri Linkov <juri <at> linkov.net> writes:
>> Emacs has a bunch of packages for "intuitive" completion, but apparently
>> none of the popular ones (like ido) support completion for `C-x 8 C-m
>> TAB'? So if you know you want one of the ANGLE letters, it's a bit
>> difficult to complete to. So it'd be nice if ido (at least?) supported
>> substring completion in that command...
>
> C-x 8 C-m *ANGLE TAB
That helps, but ido (and friends) do completion based on words, while
that will also get TRIANGLE, etc...
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Tue, 09 Jul 2019 14:22:05 GMT)
Full text and
rfc822 format available.
Message #23 received at 36554 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Noam Postavsky <npostavs <at> gmail.com> writes:
>
>> So should is this more of a request for improving ido? Is there any
>> other "popular" completion mode that you are thinking of?
>>
>> FWIW, looks like icomplete-mode works with insert-char.
>
> If all the other ones do, I guess it's just for ido. :-)
And... thinking about it a bit more, it doesn't really make sense for
ido, either, so I'm closing this bug report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Added tag(s) notabug.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Tue, 09 Jul 2019 14:22:06 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
36554 <at> debbugs.gnu.org and Lars Ingebrigtsen <larsi <at> gnus.org>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Tue, 09 Jul 2019 14:22:06 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Tue, 09 Jul 2019 20:37:03 GMT)
Full text and
rfc822 format available.
Message #30 received at 36554 <at> debbugs.gnu.org (full text, mbox):
>>> Emacs has a bunch of packages for "intuitive" completion, but apparently
>>> none of the popular ones (like ido) support completion for `C-x 8 C-m
>>> TAB'? So if you know you want one of the ANGLE letters, it's a bit
>>> difficult to complete to. So it'd be nice if ido (at least?) supported
>>> substring completion in that command...
>>
>> C-x 8 C-m *ANGLE TAB
>
> That helps, but ido (and friends) do completion based on words, while
> that will also get TRIANGLE, etc...
There is word-based ‘partial-completion’ in completion-styles-alist.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#36554
; Package
emacs
.
(Tue, 09 Jul 2019 21:57:02 GMT)
Full text and
rfc822 format available.
Message #33 received at 36554 <at> debbugs.gnu.org (full text, mbox):
Juri Linkov <juri <at> linkov.net> writes:
>> That helps, but ido (and friends) do completion based on words, while
>> that will also get TRIANGLE, etc...
>
> There is word-based ‘partial-completion’ in completion-styles-alist.
Ah, right, so (setq completion-styles '(partial-completion basic emacs22))
gets me the method that I wanted.
Thanks!
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 07 Aug 2019 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.