From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12861: wrong default value when completing in woman-file-name Date: Tue, 13 Nov 2012 12:01:50 -0500 Message-ID: References: <87d2zkfc0n.fsf@bernoul.li> <877gpq79jb.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1352826159 24438 80.91.229.3 (13 Nov 2012 17:02:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2012 17:02:39 +0000 (UTC) Cc: 12861@debbugs.gnu.org To: Jonas Bernoulli Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Nov 13 18:02:49 2012 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 1TYJsv-0004J5-IX for geb-bug-gnu-emacs@m.gmane.org; Tue, 13 Nov 2012 18:02:49 +0100 Original-Received: from localhost ([::1]:57535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJsl-00052n-96 for geb-bug-gnu-emacs@m.gmane.org; Tue, 13 Nov 2012 12:02:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJsg-00052Z-U4 for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 12:02:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYJsd-0004AQ-SU for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 12:02:34 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJsd-0004AF-Op for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 12:02:31 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TYJt7-0002Ly-MK for bug-gnu-emacs@gnu.org; Tue, 13 Nov 2012 12:03:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Nov 2012 17:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12861 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 12861-submit@debbugs.gnu.org id=B12861.13528261479004 (code B ref 12861); Tue, 13 Nov 2012 17:03:01 +0000 Original-Received: (at 12861) by debbugs.gnu.org; 13 Nov 2012 17:02:27 +0000 Original-Received: from localhost ([127.0.0.1]:39009 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYJsZ-0002LB-8A for submit@debbugs.gnu.org; Tue, 13 Nov 2012 12:02:27 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:50299) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TYJsX-0002L1-0w for 12861@debbugs.gnu.org; Tue, 13 Nov 2012 12:02:26 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id qADH1orM016748; Tue, 13 Nov 2012 12:01:50 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 5240BB4278; Tue, 13 Nov 2012 12:01:50 -0500 (EST) In-Reply-To: <877gpq79jb.fsf@bernoul.li> (Jonas Bernoulli's message of "Mon, 12 Nov 2012 23:15:20 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4401=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4401> : streams <857622> : uri <1267121> X-Spam-Score: -1.1 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-Spam-Score: -1.9 (-) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.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:66880 Archived-At: > With emacs -Q it works but with my configuration it doesn't. I think > that again me using instead of TAB to complete causes this. > I will let you know once I have verified this. Thanks. I've installed the patch because it's an improvement in any case. > The problem I see is that iff the selected topic is also the prefix of > other available topics (e.g. git-prune[-packed]) then pressing > when completing the *file-name* does not cause the *Completions* buffer > to appear. When I do something before pressing (e.g. delete a > character or C-h c to verify it is indeed bound to > `minibuffer-complete') and *then* press then the completions are > shown, just not when completing immediately. Hmm... it rings a very distant bell, but without a test-case I don't think I'll be able to attack this problem. Can you provide a stripped down version of your config along with a few steps to reproduce the problem? Stefan