From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9756: TAB completion for M-x ert Date: Fri, 14 Oct 2011 15:39:39 -0400 Message-ID: <5swrc7tlac.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318621237 19072 80.91.229.12 (14 Oct 2011 19:40:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2011 19:40:37 +0000 (UTC) To: 9756@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 14 21:40:33 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REncN-00028s-6y for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Oct 2011 21:40:31 +0200 Original-Received: from localhost ([::1]:45769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REncM-00028G-Ng for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Oct 2011 15:40:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REncJ-00027v-Lv for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 15:40:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REncI-00066Y-JQ for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 15:40:27 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REncI-00066U-Gc for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 15:40:26 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1REncr-00019u-Sa for bug-gnu-emacs@gnu.org; Fri, 14 Oct 2011 15:41:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 Oct 2011 19:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9756 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.13186212174392 (code B ref -1); Fri, 14 Oct 2011 19:41:01 +0000 Original-Received: (at submit) by debbugs.gnu.org; 14 Oct 2011 19:40:17 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REnc9-00018m-8D for submit@debbugs.gnu.org; Fri, 14 Oct 2011 15:40:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1REnc8-00018f-Cw for submit@debbugs.gnu.org; Fri, 14 Oct 2011 15:40:16 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1REnbX-0005TK-QM; Fri, 14 Oct 2011 15:39:39 -0400 X-Spook: crypto anarchy CDC industrial espionage dictionary X-Ran: nO}:pPH 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:52654 Archived-At: Package: emacs Version: 24.0.90 Severity: wishlist cd test/automated emacs -Q -l ert -l ./newsticker-tests.el M-x ert RET At this point, typing TAB inserts a literal TAB. It would be nice if it would do completion. There are lots of things one can enter at this point, but I think completion over the currently known test names would be nice.