* bug#12190: 24.1.50; Minibuffer completion
@ 2012-08-13 7:24 Dani Moncayo
2012-08-13 13:59 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Dani Moncayo @ 2012-08-13 7:24 UTC (permalink / raw)
To: 12190
From "emacs -Q", type:
M-x re-bu TAB TAB
I see that the first TAB produces "re-builder", and the second one says
that this is the sole completion.
The command I was looking for is `revert-buffer'. I think it should be
reachable via completion in this case, i.e., starting with "re-bu".
In GNU Emacs 24.1.50.1 (i386-mingw-nt6.1.7601)
of 2012-08-05 on DANI-PC
Bzr revision: 109449 dmantipov@yandex.ru-20120805154728-upumbd201ykqp6ow
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-I../../libs/libiconv-1.14-2-mingw32-dev/include
-I../../libs/libxml2-2.7.8-w32-bin/include/libxml2
-I../../libs/giflib-4.1.4-1/include
-I../../emacs/libs/gnutls-3.0.16/include -I../../libs/jpeg-6b-4/include
-I../../libs/libpng-1.4.10 -I../../libs/libxpm-3.5.8/include
-I../../libs/libxpm-3.5.8/src -I../../libs/tiff-3.8.2-1/include
-I../../libs/zlib-1.2.6'
Important settings:
value of $LANG: ESN
locale-coding-system: cp1252
default enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
M-x r e - b u <tab> <tab> <tab> C-g C-g M-x e <backspace>
r - b <tab> <backspace> <backspace> e - b <tab> <tab>
<tab> C-g C-g M-x r e - b u <tab> <tab> C-g C-g M-x
r e p o r t <tab> <return>
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit [2 times]
Making completion list...
Quit [4 times]
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils help-mode easymenu time-date tooltip ediff-hook
vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win
w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer button faces cus-face files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process multi-tty emacs)
--
Dani Moncayo
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#12190: 24.1.50; Minibuffer completion
2012-08-13 7:24 bug#12190: 24.1.50; Minibuffer completion Dani Moncayo
@ 2012-08-13 13:59 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2012-08-13 13:59 UTC (permalink / raw)
To: Dani Moncayo; +Cc: 12190-done
>> From "emacs -Q", type:
> M-x re-bu TAB TAB
> I see that the first TAB produces "re-builder", and the second one says
> that this is the sole completion.
That's expected: the default completion-styles starts with `basic' which
performs old-style prefix-completion, so the partial-completion does not
kick in. Either add a * after `re', or change `completion-styles' by
removing `basic' from it.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-13 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 7:24 bug#12190: 24.1.50; Minibuffer completion Dani Moncayo
2012-08-13 13:59 ` Stefan Monnier
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).