unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Which version of Texinfo do we require?
@ 2015-11-20 18:14 John Wiegley
  2015-11-20 18:43 ` Eli Zaretskii
  2015-11-20 19:25 ` David Kastrup
  0 siblings, 2 replies; 4+ messages in thread
From: John Wiegley @ 2015-11-20 18:14 UTC (permalink / raw)
  To: emacs-devel

I tried building elisp.pdf in emacs-25, and the build failed on line 560 of
frames.texi:

    @itemize @w

Changing it to "@w{}" causes the build to go through. I'm using texinfo 6.0.
The docs say:

  "If you don’t specify a mark command, the default is @bullet. If you don’t
  want any mark at all, but still want logical items, use @w{} (in this case
  the braces are required)."

In this a bug, or is it my version of Texinfo?

John



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which version of Texinfo do we require?
  2015-11-20 18:14 Which version of Texinfo do we require? John Wiegley
@ 2015-11-20 18:43 ` Eli Zaretskii
  2015-11-20 20:42   ` Andreas Schwab
  2015-11-20 19:25 ` David Kastrup
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2015-11-20 18:43 UTC (permalink / raw)
  To: John Wiegley; +Cc: emacs-devel

> From: John Wiegley <jwiegley@gmail.com>
> Date: Fri, 20 Nov 2015 10:14:54 -0800
> 
> I tried building elisp.pdf in emacs-25, and the build failed on line 560 of
> frames.texi:
> 
>     @itemize @w
> 
> Changing it to "@w{}" causes the build to go through. I'm using texinfo 6.0.
> The docs say:
> 
>   "If you don’t specify a mark command, the default is @bullet. If you don’t
>   want any mark at all, but still want logical items, use @w{} (in this case
>   the braces are required)."
> 
> In this a bug, or is it my version of Texinfo?

It was a mistake in the Texinfo source.  @w requires braces
(confusing, I know, because @bullet doesn't).




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which version of Texinfo do we require?
  2015-11-20 18:14 Which version of Texinfo do we require? John Wiegley
  2015-11-20 18:43 ` Eli Zaretskii
@ 2015-11-20 19:25 ` David Kastrup
  1 sibling, 0 replies; 4+ messages in thread
From: David Kastrup @ 2015-11-20 19:25 UTC (permalink / raw)
  To: emacs-devel

John Wiegley <jwiegley@gmail.com> writes:

> I tried building elisp.pdf in emacs-25, and the build failed on line 560 of
> frames.texi:
>
>     @itemize @w
>
> Changing it to "@w{}" causes the build to go through. I'm using texinfo 6.0.
> The docs say:
>
>   "If you don’t specify a mark command, the default is @bullet. If you don’t
>   want any mark at all, but still want logical items, use @w{} (in this case
>   the braces are required)."
>
> In this a bug, or is it my version of Texinfo?

The braces after @w are always required.  "don't specify a mark
command" means

    @itemize

on its own without a following @w.  The braces are probably not required
with

    @itemize @bullet

but I'm not sure about it.  But that's likely the case that the
documentation was talking about.

-- 
David Kastrup



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which version of Texinfo do we require?
  2015-11-20 18:43 ` Eli Zaretskii
@ 2015-11-20 20:42   ` Andreas Schwab
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Schwab @ 2015-11-20 20:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: John Wiegley, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> It was a mistake in the Texinfo source.  @w requires braces
> (confusing, I know, because @bullet doesn't).

@w takes an argument, @bullet doesn't.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-20 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20 18:14 Which version of Texinfo do we require? John Wiegley
2015-11-20 18:43 ` Eli Zaretskii
2015-11-20 20:42   ` Andreas Schwab
2015-11-20 19:25 ` David Kastrup

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).