From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Oursland Newsgroups: gmane.emacs.help Subject: directory tracking on ansi-term broken Date: Fri, 24 Apr 2015 00:09:03 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1429838026 1325 80.91.229.3 (24 Apr 2015 01:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Apr 2015 01:13:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 24 03:13:31 2015 Return-path: Envelope-to: geh-help-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 1YlSBN-0005wj-Qp for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Apr 2015 03:13:29 +0200 Original-Received: from localhost ([::1]:42524 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlSBM-0006bQ-Ia for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Apr 2015 21:13:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlRB3-0002RF-Kg for help-gnu-emacs@gnu.org; Thu, 23 Apr 2015 20:09:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlRB2-0000J7-Ft for help-gnu-emacs@gnu.org; Thu, 23 Apr 2015 20:09:05 -0400 Original-Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:33780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlRB2-0000J1-Bh for help-gnu-emacs@gnu.org; Thu, 23 Apr 2015 20:09:04 -0400 Original-Received: by qkx62 with SMTP id 62so21312329qkx.0 for ; Thu, 23 Apr 2015 17:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ihuJiLmJ0d9IHx/D/i9vD7yEjf/I6kiHx9ygnh21OOg=; b=hhY1lAqv9exkrvByDOodfvMy1+mRsCgJAqkFXG8txukCRnwMOPOqUMjjzsICGxWulO V5lQsTAreoMy5+DQ/Tc55geU6dYXXqPzV+E8PmO2zkFay78ynhC7ky5mTQ7Y7A8HE9zM OcyvHACFlhSvqeoSV4j+swmiScCKEzoQusRWi+gNZeG9INPTHG1SBfQJ4eL0ANXu3uCs bVNyDyGANTeIRcD4ULZLTsCqs8xSA/juE752RRJVythvBxtgoJvc09eJxANNhtPc77QT hqaBn6XNNnvbPN2YtZbVgTqP79+WYdWdfhTy253rxQX5RqOI2BjbxeYSX+ExQRphvo8v 80bg== X-Received: by 10.140.148.215 with SMTP id 206mr6733434qhu.62.1429834143865; Thu, 23 Apr 2015 17:09:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c09::22c X-Mailman-Approved-At: Thu, 23 Apr 2015 21:13:18 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103969 Archived-At: Hi All, I'm using a snapshot build from April 19th, version 201504190846 from the Ubuntu PPA https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa. I recently restarted my Emacs instance, which had been running for who knows how long (probably months), to address an out of control memory problem in a dependency application (ibus). Since then, ansi-term will no longer perform directory tracking. My inferior shell is bash. I have confirmed that this problem exists with 'emacs -Q'. Re-setting my PS1 to the bash default PS1='\h:\w\$ ' and starting Emacs didn't help either. Steps to reproduce: 1. emacs -Q 2. M-x ansi-term RET RET 3. cd /tmp (or any other directory) 4. C-x C-f Expected behavior: Emacs will indicate the shell's working directory (/tmp) in the find-file minibuffer prompt. Actual behavior: Emacs indicates the Emacs working directory working directory ($HOME, for me) in the find-file minibuffer prompt. Can anyone confirm or provide a fix for this? Thanks, Jake