From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: completion-at-point ans shell-mode -- Possible bug: Date: Fri, 17 Jun 2011 13:03:54 -0700 Message-ID: <19963.45866.865029.361337@gargle.gargle.HOWL> Reply-To: tv.raman.tv@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1308342745 18583 80.91.229.12 (17 Jun 2011 20:32:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2011 20:32:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 22:32:21 2011 Return-path: Envelope-to: ged-emacs-devel@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 1QXfiH-0004Le-1P for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 22:32:21 +0200 Original-Received: from localhost ([::1]:42631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXfiG-0003Y7-3k for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 16:32:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXfhv-0003Xb-48 for emacs-devel@gnu.org; Fri, 17 Jun 2011 16:32:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXfht-0003vR-JW for emacs-devel@gnu.org; Fri, 17 Jun 2011 16:31:58 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:45764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXfht-0003vI-3n for emacs-devel@gnu.org; Fri, 17 Jun 2011 16:31:57 -0400 Original-Received: by pvc12 with SMTP id 12so2696078pvc.0 for ; Fri, 17 Jun 2011 13:31:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject:x-mailer :reply-to:from:x-attribution; bh=Tmd00My1XZyp6ZhhkshGpAPTdXyRovpWF7agSi65kiM=; b=jZJ85WL1hCU+9dl7cwzJqhz42sbKis8asZSIyu8Zw8m8dURIR70ioWb9FtrJJdTu1j jQPkmttq976XWfDjcp2+nIe8rlWNL3XP2plTXjfIQkK1t29w8prCGaYOptmftzFWOGcB 5/85dpZ9ILAadcCUzt8cryKE6QXvbRjaHQfls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-type:content-transfer-encoding:message-id:date :to:subject:x-mailer:reply-to:from:x-attribution; b=OsVESGB+3qcOAyLFla7RCh/RiR1jDpiCuK1Z4d7E7Z5RR7yTYSUY2OceEp0pfwt1xz JIDDTXXdKkJejtuk8xiHLwPiaUNXCXO+DO8Zx8/Gc56LzmIV9IgxuXGmKS5WbRcSK839 wYgKgKDaiosJ8nOAAEzWrGgIcEr+MLCYjB4YA= Original-Received: by 10.68.4.102 with SMTP id j6mr1315080pbj.68.1308341039982; Fri, 17 Jun 2011 13:03:59 -0700 (PDT) Original-Received: from labrador.emacspeak.org (c-71-202-188-217.hsd1.ca.comcast.net [71.202.188.217]) by mx.google.com with ESMTPS id o2sm1650044pbj.49.2011.06.17.13.03.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Jun 2011 13:03:58 -0700 (PDT) X-Mailer: VM 8.1.1 under 24.0.50.1 (i686-pc-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140623 Archived-At: After the latest git update from savannah - lisp/Chagelog starts with June 12 -- I'm seeing bizarre behavior when hitting tab in shell-mode buffers. So I have a ~/emacs directory. When in my home directory, typing em and tab completes emacs correctly (runs completion-at-point) but it's also inserting a ' ' space character -- which means Icant now continue completing other subdirs under emacs. -- Best Regards, --raman