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: Fri, 1 May 2015 21:05:24 +0200 Message-ID: References: <83twvzszjv.fsf@gnu.org> <20150501092657.GA19316@tuxteam.de> <20150501150340.GB30776@tuxteam.de> <83sibgqjb3.fsf@gnu.org> <83ioccqggj.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 1430507158 24315 80.91.229.3 (1 May 2015 19:05:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2015 19:05:58 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 01 21:05:52 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 1YoGFy-0008V4-7R for geh-help-gnu-emacs@m.gmane.org; Fri, 01 May 2015 21:05:50 +0200 Original-Received: from localhost ([::1]:55250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoGFx-0006ch-5h for geh-help-gnu-emacs@m.gmane.org; Fri, 01 May 2015 15:05:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoGFd-0006cU-Ji for help-gnu-emacs@gnu.org; Fri, 01 May 2015 15:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoGFc-0003HD-AE for help-gnu-emacs@gnu.org; Fri, 01 May 2015 15:05:29 -0400 Original-Received: from mail-lb0-x233.google.com ([2a00:1450:4010:c04::233]:35599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoGFZ-0003Gt-MJ; Fri, 01 May 2015 15:05:25 -0400 Original-Received: by lbbuc2 with SMTP id uc2so70081963lbb.2; Fri, 01 May 2015 12:05:25 -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=JCjqt3LZCYdjRKNbSDf4IpvFAN74CMgOPTwqU5hJZVQ=; b=LJwNg84ZQsk5uasibY6cimqg0BDcOPDHFwQNVedADv0H4oYlfVhcv1CdD5CCpPSlsm J5CbJ8rx7wAmWx4SlpyiorQipGS6i0MrF3ngNKSSv21VLNWCf1pbbVkHIzAbOBAQ2w0s xNTrPBb1qI3ZpoB/V8IewnWroWJal2cieUFuWS+17d+QItZ/GZiBN2dSr0kjlWwT1zpW EytlMdtelL9wcpmGj43CMBCsaJLJp4b11N3ofVhypL2rBDk2ld7M1vgZuYa+j+QQktlY Vy2cW+PdI9hZhq6aKn8Il/whVlekXn72EbAuAPuD68sBevu6feHjbGB7q1HmBr/EGmHO 79Vw== X-Received: by 10.112.142.232 with SMTP id rz8mr9055348lbb.74.1430507124799; Fri, 01 May 2015 12:05:24 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Fri, 1 May 2015 12:05:24 -0700 (PDT) In-Reply-To: <83ioccqggj.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::233 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:104145 Archived-At: > > =E2=80=8B=E2=80=8B > Sorry, I don't know anything about init_bash.sh, and until now didn't > even know it existed. Do you know what Emacs feature creates and > maintains it? > =E2=80=8BNot sure, but I found this:=E2=80=8B =E2=80=8B* Startup Changes in Emacs 22.1 ** Init file changes If the init file ~/.emacs does not exist, Emacs will try ~/.emacs.d/init.el or ~/.emacs.d/init.elc. Likewise, if the shell init fil= e ~/.emacs_SHELL is not found, Emacs will try ~/.emacs.d/init_SHELL.sh.=E2=80= =8B =E2=80=8Band this: https://www.gnu.org/software/emacs/manual/html_node/emacs/Interactive-Shell= .html#Interactive-Shell =E2=80=8B