[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cd to the user's home dir
From: |
Emanuel Berg |
Subject: |
Re: cd to the user's home dir |
Date: |
Mon, 19 May 2014 01:12:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Andrey Tykhonov <atykhonov@gmail.com> writes:
> Now I just wonder: is there any similar functionality
> in Emacs? Is there any way to cd to specific user's
> home directory?
Well, again - use cd. Or, if you like, put it in a
defun that accepts a username, use that username to
find out the home dir of that user, put it as the
argument to cd. Especially if you know Elisp I can't cd
- I mean see - the problem?
I don't know if there is a standard way of doing it or
if someone else did it before. But it should be so easy
to do so just do it and don't doubt yourself.
> P.S. I'm sorry for the previous mail personally sent
> to you before.
Ha ha, no problem.
--
underground experts united:
http://user.it.uu.se/~embe8573
- Re: cd to the user's home dir, (continued)
- Re: cd to the user's home dir, Emanuel Berg, 2014/05/18
- Re: cd to the user's home dir, Andrey Tykhonov, 2014/05/18
- Re: cd to the user's home dir, Bob Proulx, 2014/05/18
- Re: cd to the user's home dir, Andrey Tykhonov, 2014/05/18
- RE: cd to the user's home dir, Drew Adams, 2014/05/18
- Re: cd to the user's home dir, Bob Proulx, 2014/05/18
- RE: cd to the user's home dir, Drew Adams, 2014/05/18
- Re: cd to the user's home dir, Andreas Röhler, 2014/05/19
- Re: cd to the user's home dir, Eli Zaretskii, 2014/05/19
Message not available
- Re: cd to the user's home dir,
Emanuel Berg <=