ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* minor bugfix
@ 2017-09-27  9:55 Lawrence
  2017-09-27 11:47 ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Lawrence @ 2017-09-27  9:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 498 bytes --]

Hi mailing list,

Got another bug report for you. I was perusing the mkiv source files,
and I noticed that: in the file "grph-inc.mkiv", lines 68 and 69 should
have commas at the end of the line. (On noticing this I had a quick
search through the rest of the source files for similar errors. I don't
think there are any other such typos.) For reference, my context version
is hot off the presses, "ConTeXt  ver: 2017.09.25 19:19 MKIV beta  fmt:
2017.9.27"

Best regards,

Lawrence


[-- Attachment #1.2: Type: text/html, Size: 737 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: minor bugfix
  2017-09-27  9:55 minor bugfix Lawrence
@ 2017-09-27 11:47 ` luigi scarso
  2017-09-27 16:50   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: luigi scarso @ 2017-09-27 11:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Sep 27, 2017 at 11:55 AM, Lawrence
<lawrence.matthew.bell@gmail.com> wrote:
> Hi mailing list,
>
> Got another bug report for you. I was perusing the mkiv source files, and I
> noticed that: in the file "grph-inc.mkiv", lines 68 and 69 should have
> commas at the end of the line. (On noticing this I had a quick search
> through the rest of the source files for similar errors. I don't think there
> are any other such typos.) For reference, my context version is hot off the
> presses, "ConTeXt  ver: 2017.09.25 19:19 MKIV beta  fmt: 2017.9.27"

Do you have a diff file ?


-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: minor bugfix
  2017-09-27 11:47 ` luigi scarso
@ 2017-09-27 16:50   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2017-09-27 16:50 UTC (permalink / raw)
  To: ntg-context

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

On 09/27/2017 01:47 PM, luigi scarso wrote:
> On Wed, Sep 27, 2017 at 11:55 AM, Lawrence wrote:
>> Hi mailing list,
>>
>> Got another bug report for you. I was perusing the mkiv source files, and I
>> noticed that: in the file "grph-inc.mkiv", lines 68 and 69 should have
>> commas at the end of the line. (On noticing this I had a quick search
>> through the rest of the source files for similar errors. I don't think there
>> are any other such typos.) For reference, my context version is hot off the
>> presses, "ConTeXt  ver: 2017.09.25 19:19 MKIV beta  fmt: 2017.9.27"
> 
> Do you have a diff file ?

Diff attached. It also includes a translations from Dutch into English.

Pablo
-- 
http://www.ousia.tk

[-- Attachment #2: fix-commas-width.diff --]
[-- Type: text/x-patch, Size: 1544 bytes --]

--- grph-inc.mkiv	2017-09-27 18:48:45.157818507 +0200
+++ mkiv/grph-inc.mkiv	2017-09-25 19:23:53.000000000 +0200
@@ -65,8 +65,8 @@
    \c!symbol         =\v!no,
    \c!controls       =\v!no,
    \c!resources      =,
-   \c!preview        =\v!no,
-   \c!repeat         =\v!no,
+   \c!preview        =\v!no
+   \c!repeat         =\v!no
    \c!foregroundcolor=,
    \c!interaction    =\v!none,
    \c!hfactor        =,
@@ -118,14 +118,14 @@
 % \useexternalfigure[gamma][cow][alpha]
 % \useexternalfigure[delta][cow][alpha][width=2cm]
 %
-% full width:    \externalfigure[cow]               \par
-% 3cm width:     \externalfigure[cow]  [width=3cm]  \par
-% full width:    \externalfigure[alpha]             \par
-% 1cm width:     \externalfigure[beta]              \par
-% full width:    \externalfigure[gamma]             \par
-% 2cm width:     \externalfigure[delta]             \par
-% 4cm width:     \externalfigure[beta] [width=4cm]  \par
-% 5cm width:     \externalfigure[gamma][width=5cm]  \par
+% volle breedte: \externalfigure[cow]               \par
+% 3cm breed:     \externalfigure[cow]  [width=3cm]  \par
+% volle breedte: \externalfigure[alpha]             \par
+% 1cm breed:     \externalfigure[beta]              \par
+% volle breedte: \externalfigure[gamma]             \par
+% 2cm breed:     \externalfigure[delta]             \par
+% 4cm breed:     \externalfigure[beta] [width=4cm]  \par
+% 5cm breed:     \externalfigure[gamma][width=5cm]  \par
 %
 % \defineexternalfigure[a][width=10cm]
 % \defineexternalfigure[b][width=5cm]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2017-09-27 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27  9:55 minor bugfix Lawrence
2017-09-27 11:47 ` luigi scarso
2017-09-27 16:50   ` Pablo Rodriguez

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 NNTP newsgroup(s).