all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
To: Glenn Morris <rgm@gnu.org>, Paul Eggert <eggert@cs.ucla.edu>
Cc: "Vincent Belaïche" <vincent.b.1@hotmail.fr>,
	"Karl Berry" <karl@freefriends.org>,
	"EMACS devel list" <emacs-devel@gnu.org>
Subject: RE: Patch to allow texi2any for EMACS manual compilation
Date: Thu, 25 Sep 2014 06:45:02 +0200	[thread overview]
Message-ID: <80tx3wb969.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Ooops... please ignore the first statement about [...] encapsulation in
my previous email, I had missed Glenn's answer that these are simply M4
quotes --- the full story is that in order not to run the full configure
which is really lengthy I did some trials with a simple cut & paste
without paying attention to dequoting.

So in a nutshell, I meant that I do not think that this is a bug in
Texinfo, because texi2any and makeinfo are two different programs.

   Vincent.

PS: patch update.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: configure.ac.diff --]
[-- Type: text/x-patch, Size: 675 bytes --]

=== modified file 'configure.ac'
--- configure.ac	2014-09-15 00:20:21 +0000
+++ configure.ac	2014-09-25 04:41:34 +0000
@@ -1103,10 +1103,11 @@
     MAKEINFO=makeinfo
   fi
   case `($MAKEINFO --version) 2>/dev/null` in
-    'makeinfo (GNU texinfo) '4.[[7-9]]* | \
-    'makeinfo (GNU texinfo) '4.[[1-9][0-9]]* | \
-    'makeinfo (GNU texinfo) '[[5-9]]* | \
-    'makeinfo (GNU texinfo) '[[1-9][0-9]]* ) ;;
+  # ???????? matches both makeinfo & texi2any
+    ????????' (GNU texinfo) '4.[[7-9]]* | \
+    ????????' (GNU texinfo) '4.[[1-9][0-9]]* | \
+    ????????' (GNU texinfo) '[[5-9]]* | \
+    ????????' (GNU texinfo) '[[1-9][0-9]]* ) ;;
     *) MAKEINFO=no;;
   esac
 fi


[-- Attachment #3: Type: text/plain, Size: 1905 bytes --]



----------------------------------------
> From: vincent.b.1@hotmail.fr
> To: eggert@cs.ucla.edu; rgm@gnu.org
> CC: karl@freefriends.org; emacs-devel@gnu.org
> Subject: RE: Patch to allow texi2any for EMACS manual compilation
> Date: Thu, 25 Sep 2014 06:33:34 +0200
>
>
>
> ----------------------------------------
> > Date: Wed, 24 Sep 2014 20:05:54 -0700
> > From: eggert@cs.ucla.edu
> > To: rgm@gnu.org; vincent.b.1@hotmail.fr
> > Subject: Re: Patch to allow texi2any for EMACS manual compilation
> > CC: karl@freefriends.org; emacs-devel@gnu.org
> >
> > Glenn Morris wrote:
> >> Please take a step back and tell us clearly what problem you think you
> >> are trying to solve.
> >
> Sorry, I have been creating some confusion, because when trying to solve my initial problem (that is configure not accepting that texi2any is used for compiling the documentation) I have come across another one, i.e., that the [...] encapsulation of interval wildcard (e.g. `[7-9]') does not work for me, and I am not even sure that it should work at all because I did not find its documentation in bash manual --- but I suspect that I am just missing the point. Maybe I should open a separate thread for that one ?
>
> > I think he's saying the behavior of Texinfo 5's 'makeinfo --help'
> > depends on the name used to invoke makeinfo (which is not following the
> > GNU Coding Standards, by the way -- Karl, should I file a Texinfo bug
> > report or will this email suffice?), and this means Emacs's 'configure'
> > script shouldn't care what that part of the output looks like. I
> > installed a patch along those lines as Emacs trunk bzr 117943.
> >
>
> I think this is not a bug in Texinfo. texi2any and makeinfo are two different programs, but texi2any can do whatever makeinfo can, and much more. texi2any is thought as a replacement of makeinfo, that is why the version number has some continuity.
> Vincent.

             reply	other threads:[~2014-09-25  4:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25  4:45 Vincent Belaïche [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-25  6:17 Patch to allow texi2any for EMACS manual compilation Vincent Belaïche
2014-09-23 20:54 Vincent Belaïche
2014-09-23 22:39 ` Glenn Morris
2014-09-25  3:05   ` Paul Eggert
2014-09-25  4:19     ` Vincent Belaïche
2014-09-25  4:33     ` Vincent Belaïche
2014-09-22 18:27 Vincent Belaïche
2014-09-22 18:59 ` Andreas Schwab
2014-09-21 20:48 Vincent Belaïche
2014-09-21 21:03 ` Karl Berry
2014-09-21 21:18 ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=80tx3wb969.fsf@gmail.com \
    --to=vincent.b.1@hotmail.fr \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=karl@freefriends.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.