From unknown Sun Aug 17 01:49:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12190: 24.1.50; Minibuffer completion Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 13 Aug 2012 07:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12190 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12190@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.134484321513237 (code B ref -1); Mon, 13 Aug 2012 07:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Aug 2012 07:33:35 +0000 Received: from localhost ([127.0.0.1]:52448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0p9a-0003RS-Rq for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:33:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40244) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0p9W-0003RI-KC for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:33:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0p1F-0006mo-Lf for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:24:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0p1F-0006mk-IM for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:24:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0p1E-0004fj-E0 for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2012 03:24:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0p1D-0006mX-7l for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2012 03:24:56 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:62421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0p1D-0006mR-2h for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2012 03:24:55 -0400 Received: by obhx4 with SMTP id x4so7661096obh.0 for ; Mon, 13 Aug 2012 00:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OSd3CkmMNpsMqZf3Xs5LDxl7Ol5hkW3cTB4vMmLiKmI=; b=SWQ0mUb9UcGFaiEqoJXzl38o0Ne+7W4xrW8YXQu2VP6hbi8GmzINBtUEBAjw+y7hp7 ypVzG5TT5NGi1cnrMd34SbWcWbUL16bR19TYBScwY89dT687H6rXbQZSD/P8fdjQkm3B 4uRzD6ser/F0RYoQv9ELKVzhJfnzKIHEcS4uNZmerP70v7wKEiuK96+k1YGi93aoid70 6uL5e0mRSpkzVYcFdaXrZ3fgW+Qw6f0U5smTUm0qZD49eygCf7/eE+C9iXAzWRXsS1TJ LLZ1mzEVhyEmwHNyQwh7h/a6b62gHB8hhMRW4wsQhyaaJWZP0X+VEDWN+9c5kvqBkiu8 /WNA== MIME-Version: 1.0 Received: by 10.60.3.42 with SMTP id 10mr11519450oez.5.1344842694285; Mon, 13 Aug 2012 00:24:54 -0700 (PDT) Received: by 10.60.79.226 with HTTP; Mon, 13 Aug 2012 00:24:54 -0700 (PDT) Date: Mon, 13 Aug 2012 09:24:54 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) >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 C-g C-g M-x e r - b e - b C-g C-g M-x r e - b u C-g C-g M-x r e p o r t 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 From unknown Sun Aug 17 01:49:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Dani Moncayo Subject: bug#12190: closed (Re: bug#12190: 24.1.50; Minibuffer completion) Message-ID: References: X-Gnu-PR-Message: they-closed 12190 X-Gnu-PR-Package: emacs Reply-To: 12190@debbugs.gnu.org Date: Mon, 13 Aug 2012 14:09:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1344866943-22657-1" This is a multi-part message in MIME format... ------------=_1344866943-22657-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #12190: 24.1.50; Minibuffer completion which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 12190@debbugs.gnu.org. --=20 12190: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12190 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1344866943-22657-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 12190-done) by debbugs.gnu.org; 13 Aug 2012 14:08:22 +0000 Received: from localhost ([127.0.0.1]:53531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0vJe-0005sd-GY for submit@debbugs.gnu.org; Mon, 13 Aug 2012 10:08:22 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:51528) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0vJd-0005sW-OR for 12190-done@debbugs.gnu.org; Mon, 13 Aug 2012 10:08:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FAG6Zu09MCqqR/2dsb2JhbABEsEiDSYEIghUBAQQBViMQCw4mEhQYDSSIHAW6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="195569663" Received: from 76-10-170-145.dsl.teksavvy.com (HELO pastel.home) ([76.10.170.145]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 13 Aug 2012 09:59:48 -0400 Received: by pastel.home (Postfix, from userid 20848) id 4FF2F59305; Mon, 13 Aug 2012 09:59:48 -0400 (EDT) From: Stefan Monnier To: Dani Moncayo Subject: Re: bug#12190: 24.1.50; Minibuffer completion Message-ID: References: Date: Mon, 13 Aug 2012 09:59:48 -0400 In-Reply-To: (Dani Moncayo's message of "Mon, 13 Aug 2012 09:24:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 12190-done Cc: 12190-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) >> 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 ------------=_1344866943-22657-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Aug 2012 07:33:35 +0000 Received: from localhost ([127.0.0.1]:52448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0p9a-0003RS-Rq for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:33:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40244) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0p9W-0003RI-KC for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:33:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0p1F-0006mo-Lf for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:24:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0p1F-0006mk-IM for submit@debbugs.gnu.org; Mon, 13 Aug 2012 03:24:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0p1E-0004fj-E0 for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2012 03:24:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0p1D-0006mX-7l for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2012 03:24:56 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:62421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0p1D-0006mR-2h for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2012 03:24:55 -0400 Received: by obhx4 with SMTP id x4so7661096obh.0 for ; Mon, 13 Aug 2012 00:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OSd3CkmMNpsMqZf3Xs5LDxl7Ol5hkW3cTB4vMmLiKmI=; b=SWQ0mUb9UcGFaiEqoJXzl38o0Ne+7W4xrW8YXQu2VP6hbi8GmzINBtUEBAjw+y7hp7 ypVzG5TT5NGi1cnrMd34SbWcWbUL16bR19TYBScwY89dT687H6rXbQZSD/P8fdjQkm3B 4uRzD6ser/F0RYoQv9ELKVzhJfnzKIHEcS4uNZmerP70v7wKEiuK96+k1YGi93aoid70 6uL5e0mRSpkzVYcFdaXrZ3fgW+Qw6f0U5smTUm0qZD49eygCf7/eE+C9iXAzWRXsS1TJ LLZ1mzEVhyEmwHNyQwh7h/a6b62gHB8hhMRW4wsQhyaaJWZP0X+VEDWN+9c5kvqBkiu8 /WNA== MIME-Version: 1.0 Received: by 10.60.3.42 with SMTP id 10mr11519450oez.5.1344842694285; Mon, 13 Aug 2012 00:24:54 -0700 (PDT) Received: by 10.60.79.226 with HTTP; Mon, 13 Aug 2012 00:24:54 -0700 (PDT) Date: Mon, 13 Aug 2012 09:24:54 +0200 Message-ID: Subject: 24.1.50; Minibuffer completion From: Dani Moncayo To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) >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 C-g C-g M-x e r - b e - b C-g C-g M-x r e - b u C-g C-g M-x r e p o r t 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 ------------=_1344866943-22657-1--