From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#14418: 24.3; TAB key seems don't work fine with GNU Makefile Date: Fri, 17 May 2013 22:38:35 +0300 Message-ID: <83vc6hqtvo.fsf@gnu.org> References: <878v3ds9a0.fsf@yahoo.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1368819593 8850 80.91.229.3 (17 May 2013 19:39:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 May 2013 19:39:53 +0000 (UTC) Cc: 14418@debbugs.gnu.org To: Orlando Iovino Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 17 21:39:52 2013 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 1UdQVK-0005Y8-Rd for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 May 2013 21:39:50 +0200 Original-Received: from localhost ([::1]:58220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdQVK-0003wn-Cp for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 May 2013 15:39:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdQVG-0003wS-A1 for bug-gnu-emacs@gnu.org; Fri, 17 May 2013 15:39:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdQVF-0007VP-ES for bug-gnu-emacs@gnu.org; Fri, 17 May 2013 15:39:46 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdQVF-0007VH-Bo for bug-gnu-emacs@gnu.org; Fri, 17 May 2013 15:39:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UdQVW-0004tM-8J for bug-gnu-emacs@gnu.org; Fri, 17 May 2013 15:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 17 May 2013 19:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14418 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14418-submit@debbugs.gnu.org id=B14418.136881955818697 (code B ref 14418); Fri, 17 May 2013 19:40:02 +0000 Original-Received: (at 14418) by debbugs.gnu.org; 17 May 2013 19:39:18 +0000 Original-Received: from localhost ([127.0.0.1]:49378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UdQUo-0004rW-3B for submit@debbugs.gnu.org; Fri, 17 May 2013 15:39:18 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:44952) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UdQUm-0004r0-4P for 14418@debbugs.gnu.org; Fri, 17 May 2013 15:39:17 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MMY00K00JTTC800@a-mtaout23.012.net.il> for 14418@debbugs.gnu.org; Fri, 17 May 2013 22:38:52 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMY00KLQJWRB550@a-mtaout23.012.net.il>; Fri, 17 May 2013 22:38:52 +0300 (IDT) In-reply-to: <878v3ds9a0.fsf@yahoo.it> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list 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:74376 Archived-At: > From: Orlando Iovino > Date: Fri, 17 May 2013 21:20:39 +0200 > > When I compile with *Tools > Compile ...* and then I press TAB for > auto completation of a target name, in the minibuffer appears: > > apply: Wrong type argument: stringp, nil I cannot reproduce this. Do you see this in "emacs -Q"? If so, please tell what is the major mode in the current buffer when you invoke this command. If you don't see this in "emacs -Q", there's some customization in your .emacs init file that causes this; look for "compile" or "compilation" in your .emacs for possible culprits.