From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r111840: Port documentation to Texinfo 5.0. Date: Mon, 25 Feb 2013 09:33:31 +0100 Message-ID: <877glwztb8.fsf@gmx.de> References: <87txp6ytgg.fsf@bzg.ath.cx> <83621lo9zl.fsf@gnu.org> <51265ACA.9000706@cs.ucla.edu> <83y5ehms5a.fsf@gnu.org> <5ld2vtqyjz.fsf@fencepost.gnu.org> <5126932B.4060007@cs.ucla.edu> <8338woma6c.fsf@gnu.org> <87bobc3x5r.fsf@gmx.de> <83wqu0kr9e.fsf@gnu.org> <87sj4l374a.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361782327 3373 80.91.229.3 (25 Feb 2013 08:52:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2013 08:52:07 +0000 (UTC) Cc: bzg@altern.org, Eli Zaretskii , eggert@cs.ucla.edu, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 09:52:29 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 1U9tnO-0006k2-Cd for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 09:52:26 +0100 Original-Received: from localhost ([::1]:37230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9tWR-0006oA-0h for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 03:34:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9tW5-00069m-Em for emacs-devel@gnu.org; Mon, 25 Feb 2013 03:34:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9tW3-0005cS-Og for emacs-devel@gnu.org; Mon, 25 Feb 2013 03:34:33 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:60720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9tW3-0005cC-Dp for emacs-devel@gnu.org; Mon, 25 Feb 2013 03:34:31 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MZANm-1UQTU624ke-00KyTU for ; Mon, 25 Feb 2013 09:33:38 +0100 Original-Received: (qmail invoked by alias); 25 Feb 2013 08:33:37 -0000 Original-Received: from p57BB981F.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.31] by mail.gmx.net (mp035) with SMTP; 25 Feb 2013 09:33:37 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19BQm0L9FdBwul8+C9Zabp0AEB2xZEwP+ILEOIJcU 39MDzbKdnEJ/ek In-Reply-To: (Glenn Morris's message of "Sun, 24 Feb 2013 14:25:21 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 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:157314 Archived-At: Glenn Morris writes: > Michael Albinus wrote: > >> I have modified the macro and some of its calls(*) to be compatible with >> Texinfo 5 (and also with Texinfo 4). There are still some warnings when >> compiling with Texinfo 5, but the result looks fine. > > Now the PDF looks worse with makeinfo 4.13. Eg > > (add-to-list 'tramp-default-proxies-alist > '("\\." nil "/ssh:bird@bastion.your.domain: > ")) > > With final ")) on a separate line. Should be fixed now in the emacs-24 branch. Finally, there are now two versions of the macros, for Texinfo 4.13 and 5.0. I hope, we can improve this in the trunk. Best regards, Michael.