unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Aaron Paden <aaronbpaden@gmail.com>
Cc: 19524@debbugs.gnu.org
Subject: bug#19524: 24.4; term.el directory tracking documentation
Date: Thu, 25 Jul 2019 18:38:00 -0400	[thread overview]
Message-ID: <871rydwxiv.fsf@gmail.com> (raw)
In-Reply-To: <1420577759.5087.7.camel@gmail.com> (Aaron Paden's message of "Tue, 06 Jan 2015 14:55:59 -0600")

tags 19524 fixed
close 19524 26.3
quit

Aaron Paden <aaronbpaden@gmail.com> writes:

> The method documented in term.el for tracking your directory doesn't
> work or doesn't work for all cases. This is actually a problem I
> stumbled on some time ago, but I was reminded of it recently after
> trying out fish shell. See:
>
> http://unix.stackexchange.com/questions/70764/get-zsh-to-report-directory-t=o-emacs
>
> The method I found that worked was actually derived from the bash source
> code, and is much simpler Here is an example function for fish shell:
>
> function cd
>     builtin cd $argv
>     if test $TERM = eterm -o $TERM = eterm-color
>         echo \032/(pwd) #IMPORTANT
>     end
> end
>
> I don't need to tell emacs my user or hostname. Actually — doing so
> results in tramp errors. Also, the escape used is different than what is
> documented.

I've updated the term.el commentary in emacs-26.

7f42277b96 2019-07-25T18:23:55-04:00 "Mention term.el's \032 dir tracking in commentary (Bug#19524)"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7f42277b96130861967de3936defb0ef5bf07fbb






      reply	other threads:[~2019-07-25 22:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 20:55 bug#19524: 24.4; term.el directory tracking documentation Aaron Paden
2019-07-25 22:38 ` Noam Postavsky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rydwxiv.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=19524@debbugs.gnu.org \
    --cc=aaronbpaden@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).