From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aidan Gauland Newsgroups: gmane.emacs.devel Subject: Re: trunk r115830: * eshell.text (What is Eshell?): Add section about what not to use Eshell for. Date: Fri, 03 Jan 2014 09:20:09 +1300 Message-ID: <52C5C9F9.60900@amuri.net> References: <70lhyychcn.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1388694470 27334 80.91.229.3 (2 Jan 2014 20:27:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2014 20:27:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 02 21:27:55 2014 Return-path: Envelope-to: ged-emacs-devel@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 1Vyorx-0001gx-TA for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 21:27:54 +0100 Original-Received: from localhost ([::1]:46921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vyorx-00070p-Dh for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 15:27:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vyoro-00070U-FS for emacs-devel@gnu.org; Thu, 02 Jan 2014 15:27:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vyori-000756-AA for emacs-devel@gnu.org; Thu, 02 Jan 2014 15:27:44 -0500 Original-Received: from goat.amuri.net ([203.99.132.195]:35121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vyorh-000750-Sc for emacs-devel@gnu.org; Thu, 02 Jan 2014 15:27:38 -0500 Original-Received: from [192.168.15.102] (unknown [49.143.231.252]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: aidalgol@amuri.net) by goat.amuri.net (Postfix) with ESMTPSA id 476EAFFB1D; Fri, 3 Jan 2014 09:22:45 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=amuri.net; s=mail1; t=1388694166; bh=S90MhUFKZez/6r4IMXP6lMHiTIWBaOKtEME98NlF6Vc=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=uvIgJr2jeuu3z1g826UcjRUKb0sLLWycjeFTXU6HerQMVQWzDXHN8Yi4N+ysca2Ar +5OcJuVZm+Wnfl9Z4xDKfZNotg7Gr7fKu70G6/vI7H9w9ImgEk81nJ1GxEinzInxML Gw8JSclrfvJfaPkDZEfhgRFQe9M5+2mpLIjseocQ= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 In-Reply-To: <70lhyychcn.fsf@fencepost.gnu.org> X-Enigmail-Version: 1.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 203.99.132.195 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167072 Archived-At: On 03/01/14 08:29, Glenn Morris wrote: > Aidan Gauland wrote: > >> +user. It is intended to be an alternative to the @xref{Lisp >> +Interaction, IELM, , elisp, The Emacs Lisp Reference Manual} REPL for >> +Emacs @emph{and} with an interface similar to command shells such as >> +@command{bash}, @command{zsh}, @command{rc}, or @command{4dos}. > > ./eshell.texi:67: warning: `.' or `,' must follow @xref, not `R'. > > Also, there is no such node in the elisp manual AFAICS. > Maybe you meant the Emacs manual? Yes, I did, sorry. This should be fixed now. --Aidan