From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Autogen in Emacs Shell Date: Thu, 30 Apr 2015 20:14:08 +0200 Message-ID: References: <83twvzszjv.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1430417721 12465 80.91.229.3 (30 Apr 2015 18:15:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Apr 2015 18:15:21 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii , tomas@tuxteam.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 30 20:15:07 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 1YnszK-0005c5-FQ for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 20:15:06 +0200 Original-Received: from localhost ([::1]:45247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnszJ-000399-GO for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 14:15:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnsyT-0001t7-AB for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 14:14:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnsyR-0001bB-2K for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 14:14:13 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:34615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnsyP-0001YI-K5; Thu, 30 Apr 2015 14:14:09 -0400 Original-Received: by laat2 with SMTP id t2so50580767laa.1; Thu, 30 Apr 2015 11:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+lFhVF71a8IJFMOx4qF4XO+DH/n4sSAonZx/6g1NCq4=; b=Qlg+aM32EKHk3wvE1GnROcrLcOE6UwTLJCefyBwCirTGOuy7LVVPdDsAQuLJZVkad4 EVilhodBiJZAFwKDPiBzYgBm5igmqez0ixFeexVSD1t2Q+6QL2CD2L1bHAmDkjbrzchz W+CaGazCdHC1s0A1Qe4vY4AyO92ZJZTb5chctIWYwjFq7D7b7e8Ivc+AAmoM/iugJHwh DKvlpWkyLkWEvs70Boh/7KKufT4GM0/X5dOPo/T9XkydQLynJmllHUG51cUqGtlDGnHE x848cLjXGIJSWdN84VZsUJXUiAMvxwCYPK9FP5A3yx25u9uKZktwPWTc0TweLxalev/r bQbw== X-Received: by 10.152.87.13 with SMTP id t13mr5067010laz.66.1430417648778; Thu, 30 Apr 2015 11:14:08 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Thu, 30 Apr 2015 11:14:08 -0700 (PDT) In-Reply-To: <83twvzszjv.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b 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:104103 Archived-At: > > You mean, Eshell, as in "M-x eshell RET"? Or something else? =E2=80=8BSorry, I think I was misinterpreted here=E2=80=8B. As I said, I use `bash' as Emacs Shell. =E2=80=8BSo it's =E2=80=8Brather "M-x shell". =E2=80=8B=E2=80=8B > An easy way to verify this hunch would be to tell your (Emacs) terminal > to use "/bin/bash --login" instead of just "/bin/bash" as thedefault shel= l > (please substitute /bin/bash by whatever the correct path is in your > system). > > Another thing you could do is to issue in both shells the built-in comman= d > "set" (which shows you all the environment variable settings) and study > the differences. Watch out especially for PATH, LANG, LANGUAGE and all th= e > other locale stuff, like LC_* > Yes, I'm going to try that. One thing I don't like about "--login" though is that it forces `bash' to `cd' to '~'. Regards, Alexander