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 14:20:34 +1300 Message-ID: <52C61062.3010100@amuri.net> References: <70lhyychcn.fsf@fencepost.gnu.org> <52C5C9F9.60900@amuri.net> <5ak3ehkj5c.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 1388712056 18299 80.91.229.3 (3 Jan 2014 01:20:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 01:20:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 02:20:59 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 1VytRb-0005Pp-1A for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 02:20:59 +0100 Original-Received: from localhost ([::1]:47760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VytRa-0000OL-Cf for ged-emacs-devel@m.gmane.org; Thu, 02 Jan 2014 20:20:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VytRR-0000OE-Jo for emacs-devel@gnu.org; Thu, 02 Jan 2014 20:20:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VytRL-0002Du-Es for emacs-devel@gnu.org; Thu, 02 Jan 2014 20:20:49 -0500 Original-Received: from goat.amuri.net ([203.99.132.195]:38310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VytRK-0002Dn-N2; Thu, 02 Jan 2014 20:20:43 -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 7A59FFF7AB; Fri, 3 Jan 2014 14:23:10 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=amuri.net; s=mail1; t=1388712191; bh=MiBvVHUnrBvrSpBGuo6eBqx6nMaL6LDyxzLxp9mP1fM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=CgizDQI2wyCUfcU9JUTPNdPDxLmMDFwdMEcIimPIHB7lcQtc/9uPu0aUdL7LMaB8m fDNPBNbnJlU+opS89QDKhUviRFYyy2NzO2E0ardig4OIjtrkVAQMmE7YymkplnWRoO KaD30hdGOTEHjBMGx1DL21WCa4gyKlfULBqogoF4= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 In-Reply-To: <5ak3ehkj5c.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:167107 Archived-At: On 03/01/14 13:23, Glenn Morris wrote: > Aidan Gauland wrote: > >>> ./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. > > Only partially, there is still: > > ./eshell.texi:66: warning: `.' or `,' must follow @xref, not `R'. Hmm, that got buried in the make output, then. I'll review the Texinfo manual chapter on cross referencing. > Also, the 4th argument of the xref is wrong. >