From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 4/4] octave.el: Use `locate-user-emacs-file'. Date: Wed, 02 Oct 2013 22:42:37 +0200 Message-ID: <1942042.bVGiKlJYno@descartes> References: <1576674.5hNPsu3pnl@descartes> <1594913.F567OrytgR@descartes> 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 1380747391 7353 80.91.229.3 (2 Oct 2013 20:56:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Oct 2013 20:56:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 02 22:56:30 2013 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 1VRTTA-0003R9-GT for ged-emacs-devel@m.gmane.org; Wed, 02 Oct 2013 22:56:28 +0200 Original-Received: from localhost ([::1]:38332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTT9-0002Gq-VR for ged-emacs-devel@m.gmane.org; Wed, 02 Oct 2013 16:56:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTFy-0006TA-4u for emacs-devel@gnu.org; Wed, 02 Oct 2013 16:42:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRTFq-0001XU-KZ for emacs-devel@gnu.org; Wed, 02 Oct 2013 16:42:49 -0400 Original-Received: from ptmx.org ([178.63.28.110]:59759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTFq-0001XP-E9 for emacs-devel@gnu.org; Wed, 02 Oct 2013 16:42:42 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id CE06E2AC6B; Wed, 2 Oct 2013 22:42:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YU618EfjoN0r; Wed, 2 Oct 2013 22:42:40 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id E533C217C8; Wed, 2 Oct 2013 22:42:39 +0200 (CEST) User-Agent: KMail/4.10.5 (Linux/3.8.0-30-generic; KDE/4.10.5; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:163815 Archived-At: On Monday 30 September 2013 09:20:42 Leo Liu wrote: > On 2013-09-28 19:59 +0800, R=C3=BCdiger Sonderfeld wrote: > > btw. there should also be a way to fix octave's doc statement in > > `inferior- > > octave'. In the past there was a script "info-emacs-info" which co= uld be > > used to call emacs instead of info(1). But it was removed from the= > > octave distribution a while ago and it depended on the old gnuserv > > instead of server.el. > >=20 > > We could either write a new "info-emacs-info". But I don't think t= he > > Emacs > > maintainers would be happy to ship a script like that if it's only = used > > for > > octave.el. >=20 > The info-lookup-symbol command should just work in the inferior- and > octave-mode. Yes. But the "doc" command should work as well in my opinion. I'll lo= ok into=20 it. Regards, R=C3=BCdiger