emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* backslashchar in texinfo
@ 2013-01-06  4:20 Takaaki ISHIKAWA
  2013-01-06  5:19 ` Bastien
  0 siblings, 1 reply; 8+ messages in thread
From: Takaaki ISHIKAWA @ 2013-01-06  4:20 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,

I found two build errors in the latest org manual(HEAD of git).

1. Using ``@backslashcar{}'' command in texinfo(L5114).
2. Missing ``@''(L3091).

The texinfo command was introduced at the version 4.14,
see http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/51827.

I think the command should not be used because many users
currently use the previous version 4.13.

Any comments?

Best,
Takaaki


---- patch ----

diff --git a/doc/org.texi b/doc/org.texi
index 83f5939..5464830 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -3088,7 +3088,7 @@ lines will be left alone by this command.
 Selects this line for global recalculation with @kbd{C-u C-c *}, but
 not for automatic recalculation.  Use this when automatic
 recalculation slows down editing too much.
-@item
+@item @@
 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
 All lines that should be recalculated should be marked with @samp{#}
 or @samp{*}.
@@ -5111,7 +5111,7 @@ FILE         @r{The filename the entry is located in.}
 To create sparse trees and special lists with selection based on properties,
 the same commands are used as for tag searches (@pxref{Tag searches}).
 @table @kbd
-@orgcmdkkc{C-c / m,C-c \,org-match-sparse-tree}
+@orgcmdkkc{C-c / m,C-c \\,org-match-sparse-tree}
 Create a sparse tree with all matching entries.  With a
 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
 @orgcmd{C-c a m,org-tags-view}

---- patch ----

--
Takaaki ISHIKAWA <takaxp@ieee.org>

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

* Re: backslashchar in texinfo
  2013-01-06  4:20 backslashchar in texinfo Takaaki ISHIKAWA
@ 2013-01-06  5:19 ` Bastien
  2013-01-06  5:35   ` Takaaki ISHIKAWA
  2013-01-06 19:49   ` Andy Moreton
  0 siblings, 2 replies; 8+ messages in thread
From: Bastien @ 2013-01-06  5:19 UTC (permalink / raw)
  To: Takaaki ISHIKAWA; +Cc: emacs-orgmode

Hi Takaaki,

Takaaki ISHIKAWA <takaxp@ieee.org> writes:

> I found two build errors in the latest org manual(HEAD of git).
>
> 1. Using ``@backslashcar{}'' command in texinfo(L5114).
> 2. Missing ``@''(L3091).

Thanks for reporting this!

> The texinfo command was introduced at the version 4.14,
> see http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/51827.
>
> I think the command should not be used because many users
> currently use the previous version 4.13.
>
> Any comments?

I backported a diff from the Emacs trunk erroneously.
It is fixed now.

Thanks!

-- 
 Bastien

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

* Re: backslashchar in texinfo
  2013-01-06  5:19 ` Bastien
@ 2013-01-06  5:35   ` Takaaki ISHIKAWA
  2013-01-06  6:01     ` Bastien
  2013-01-06 19:49   ` Andy Moreton
  1 sibling, 1 reply; 8+ messages in thread
From: Takaaki ISHIKAWA @ 2013-01-06  5:35 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

Could you change the line 3091 from ``@item'' to ``@item @@'' by hand?
I don't know why my patch was not generated correctly.

Best,
Takaaki

On 2013/01/06, at 14:19, Bastien <bzg@altern.org> wrote:

> Hi Takaaki,
> 
> Takaaki ISHIKAWA <takaxp@ieee.org> writes:
> 
>> I found two build errors in the latest org manual(HEAD of git).
>> 
>> 1. Using ``@backslashcar{}'' command in texinfo(L5114).
>> 2. Missing ``@''(L3091).
> 
> Thanks for reporting this!
> 
>> The texinfo command was introduced at the version 4.14,
>> see http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/51827.
>> 
>> I think the command should not be used because many users
>> currently use the previous version 4.13.
>> 
>> Any comments?
> 
> I backported a diff from the Emacs trunk erroneously.
> It is fixed now.
> 
> Thanks!
> 
> -- 
> Bastien



--
Takaaki ISHIKAWA <takaxp@ieee.org>

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

* Re: backslashchar in texinfo
  2013-01-06  5:35   ` Takaaki ISHIKAWA
@ 2013-01-06  6:01     ` Bastien
  2013-01-06  8:37       ` Takaaki ISHIKAWA
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2013-01-06  6:01 UTC (permalink / raw)
  To: Takaaki ISHIKAWA; +Cc: emacs-orgmode

Hi Takaaki,

sorry, I didn't see the patch in your previous email.

Takaaki ISHIKAWA <takaxp@ieee.org> writes:

> Could you change the line 3091 from ``@item'' to ``@item @@'' by hand?

I think it should be @item, to mean "no special char in this table
line."  Or am I missing something?

> I don't know why my patch was not generated correctly.

The patch was okay, I didn't apply it -- but it was not attached in
a way that lets the patchwork catch it.

Thanks!

-- 
 Bastien

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

* Re: backslashchar in texinfo
  2013-01-06  6:01     ` Bastien
@ 2013-01-06  8:37       ` Takaaki ISHIKAWA
  0 siblings, 0 replies; 8+ messages in thread
From: Takaaki ISHIKAWA @ 2013-01-06  8:37 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

>> Could you change the line 3091 from ``@item'' to ``@item @@'' by hand?
> 
> I think it should be @item, to mean "no special char in this table
> line."  Or am I missing something?

Oh, I was so wrong. Please keep it as ``@item''.
Thanks.

>> I don't know why my patch was not generated correctly.
> 
> The patch was okay, I didn't apply it -- but it was not attached in
> a way that lets the patchwork catch it.

That's Ok! I understood.

Best,
Takaaki

--
Takaaki ISHIKAWA <takaxp@ieee.org>

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

* Re: backslashchar in texinfo
  2013-01-06  5:19 ` Bastien
  2013-01-06  5:35   ` Takaaki ISHIKAWA
@ 2013-01-06 19:49   ` Andy Moreton
  2013-01-06 20:20     ` Bastien
  1 sibling, 1 reply; 8+ messages in thread
From: Andy Moreton @ 2013-01-06 19:49 UTC (permalink / raw)
  To: emacs-orgmode

On Sun 06 Jan 2013, Bastien wrote:

> Hi Takaaki,
>
> Takaaki ISHIKAWA <takaxp@ieee.org> writes:
>
>> I found two build errors in the latest org manual(HEAD of git).
>>
>> 1. Using ``@backslashcar{}'' command in texinfo(L5114).
>> 2. Missing ``@''(L3091).
>
> Thanks for reporting this!
>
>> The texinfo command was introduced at the version 4.14,
>> see http://permalink.gmane.org/gmane.comp.gnu.lilypond.devel/51827.
>>
>> I think the command should not be used because many users
>> currently use the previous version 4.13.
>>
>> Any comments?
>
> I backported a diff from the Emacs trunk erroneously.
> It is fixed now.

This still appears to be broken in emacs trunk - could you please update
the org manual there to fix this too ?

Thanks,

    AndyM

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

* Re: backslashchar in texinfo
  2013-01-06 19:49   ` Andy Moreton
@ 2013-01-06 20:20     ` Bastien
  2013-01-07 10:26       ` Andy Moreton
  0 siblings, 1 reply; 8+ messages in thread
From: Bastien @ 2013-01-06 20:20 UTC (permalink / raw)
  To: Andy Moreton; +Cc: emacs-orgmode

Hi Andy,

Andy Moreton <andrewjmoreton@gmail.com> writes:

> This still appears to be broken in emacs trunk - could you please update
> the org manual there to fix this too ?

This has been fixed in the emacs-24 branch and will be merged into
trunk soon.

http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-24&id=7c68ba

Best,

-- 
 Bastien

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

* Re: backslashchar in texinfo
  2013-01-06 20:20     ` Bastien
@ 2013-01-07 10:26       ` Andy Moreton
  0 siblings, 0 replies; 8+ messages in thread
From: Andy Moreton @ 2013-01-07 10:26 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

On 06/01/2013 20:20, Bastien wrote:
> Hi Andy,
>
> Andy Moreton <andrewjmoreton@gmail.com> writes:
>
>> This still appears to be broken in emacs trunk - could you please update
>> the org manual there to fix this too ?
>
> This has been fixed in the emacs-24 branch and will be merged into
> trunk soon.

Thanks for sorting this out,

    AndyM

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

end of thread, other threads:[~2013-01-07 10:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-06  4:20 backslashchar in texinfo Takaaki ISHIKAWA
2013-01-06  5:19 ` Bastien
2013-01-06  5:35   ` Takaaki ISHIKAWA
2013-01-06  6:01     ` Bastien
2013-01-06  8:37       ` Takaaki ISHIKAWA
2013-01-06 19:49   ` Andy Moreton
2013-01-06 20:20     ` Bastien
2013-01-07 10:26       ` Andy Moreton

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

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).