From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Michael Hoffman" Newsgroups: gmane.emacs.bugs Subject: bug#16274: Can still reproduce in Emacs 24.5.2/x86_64-unknown-linux-gnu Date: Tue, 11 Aug 2015 19:02:20 +0000 Message-ID: <22416-1439319740-523145@sneakemail.com> References: <0d02f1f6-f984-4da4-b077-43408a24c046@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1439319802 20257 80.91.229.3 (11 Aug 2015 19:03:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Aug 2015 19:03:22 +0000 (UTC) To: 16274@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 11 21:03:12 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZPEpM-0002L3-CK for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Aug 2015 21:03:12 +0200 Original-Received: from localhost ([::1]:35628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPEpL-0005DL-Js for geb-bug-gnu-emacs@m.gmane.org; Tue, 11 Aug 2015 15:03:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPEpH-0005Az-Dg for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 15:03:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPEpC-0000Yw-JR for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 15:03:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:33026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPEpC-0000YR-Gi for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 15:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZPEpC-0003kb-6H for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 15:03:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <0d02f1f6-f984-4da4-b077-43408a24c046@default> Resent-From: "Michael Hoffman" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Aug 2015 19:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16274 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 16274-submit@debbugs.gnu.org id=B16274.143931974314362 (code B ref 16274); Tue, 11 Aug 2015 19:03:02 +0000 Original-Received: (at 16274) by debbugs.gnu.org; 11 Aug 2015 19:02:23 +0000 Original-Received: from localhost ([127.0.0.1]:53469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPEoZ-0003ja-1B for submit@debbugs.gnu.org; Tue, 11 Aug 2015 15:02:23 -0400 Original-Received: from sneak2.sneakemail.com ([38.113.6.65]:50129) by debbugs.gnu.org with smtp (Exim 4.80) (envelope-from ) id 1ZPEoX-0003jS-D0 for 16274@debbugs.gnu.org; Tue, 11 Aug 2015 15:02:21 -0400 Original-Received: (qmail 1059 invoked from network); 11 Aug 2015 19:02:20 -0000 Original-Received: from unknown (HELO localhost.localdomain) (192.168.0.1) by sneak2.sneakemail.com with SMTP; 11 Aug 2015 19:02:20 -0000 Original-Received: from 192.168.0.2 by mail.sneakemail.com with SMTP; 11 Aug 2015 19:02:20 -0000 Original-Received: (sneakemail censored 22416-1439319740-523145 #2); 11 Aug 2015 19:02:20 -0000 Original-Received: (sneakemail censored 22416-1439319740-523145 #1); 11 Aug 2015 19:02:20 -0000 X-Mailer: Perl5 Mail::Internet v X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:105418 Archived-At: I can reproduce this with Emacs 24.5.2 on Linux using the instructions found in . Specifically: 1. emacs -Q 2. M-x icomplete-mode 3. M-x set-variable icomplete-show-matches-on-no-input t 4. C-x C-f C-a C-k I have now set `icomplete-show-matches-on-no-input` to `nil` and have not triggered the bug again. In GNU Emacs 24.5.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.8) of 2015-07-29 on mhoffman2.uhnres.utoronto.ca Windowing system distributor `The X.Org Foundation', version 11.0.11500000 System Description: CentOS Linux release 7.1.1503 (Core) Configured using: `configure --prefix=/users/mhoffman --exec-prefix=/users/mhoffman/arch/Linux-x86_64 'CFLAGS=-O2 -march=native -pipe -fomit-frame-pointer' LDFLAGS=-Wl,-O1' Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: icomplete-mode: t tooltip-mode: t electric-indent-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 messages: For information about GNU Emacs and the GNU system, type C-h C-a. Icomplete mode enabled Error in post-command-hook (icomplete-post-command-hook): (invalid-function (#("./" 0 1 (face (completions-first-difference))) #("../" 0 1 (face (completions-first-difference))))) Quit 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 cus-edit easymenu wid-edit cl-loaddefs cl-lib help-fns mule-util cus-start cus-load icomplete time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-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 nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 90594 3758) (symbols 48 19313 0) (miscs 40 36 124) (strings 32 13452 4435) (string-bytes 1 370253) (vectors 16 10101) (vector-slots 8 392565 9391) (floats 8 71 91) (intervals 56 176 1) (buffers 960 11) (heap 1024 20881 916))