branch: master commit f9097031fbd516d2fe4c0ffe2ea7c6e807faf39e Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Added note about naming conventions. * org-edna.org (Naming Conventions): Added note about reserved characters. --- org-edna.info | 44 +++++++++++++++++++++++++------------------- org-edna.org | 6 ++++++ 2 files changed, 31 insertions(+), 19 deletions(-) diff --git a/org-edna.info b/org-edna.info index 07c97ff..d1f6a35 100644 --- a/org-edna.info +++ b/org-edna.info @@ -1403,6 +1403,12 @@ predicates with ’?’. Thus, one can have an action that files a target, and a finder that finds a file. + We recommend that you don’t name a finder with a special character at +the end of its name. As we devise new ideas, we consider using special +characters for additional categories of keywords. Thus, to avoid +complications in the future, it’s best if everyone avoids using +characters that may become reserved in the future. + File: org-edna.info, Node: Finders 1, Next: Actions 1, Prev: Naming Conventions, Up: Extending Edna @@ -1830,25 +1836,25 @@ Node: Conditional Forms38485 Node: Setting the Properties41141 Node: Extending Edna42225 Node: Naming Conventions42715 -Node: Finders 143176 -Node: Actions 143538 -Node: Conditions 143997 -Node: Contributing44883 -Node: Bugs45749 -Node: Working with EDE46106 -Node: Compiling Edna47190 -Node: Testing Edna48059 -Node: Before Sending Changes49040 -Node: Developing with Bazaar49727 -Node: Documentation50468 -Node: Changelog50924 -Node: 10beta851174 -Node: 10beta751286 -Node: 10beta651580 -Node: 10beta551856 -Node: 10beta452243 -Node: 10beta352496 -Node: 10beta252935 +Node: Finders 143507 +Node: Actions 143869 +Node: Conditions 144328 +Node: Contributing45214 +Node: Bugs46080 +Node: Working with EDE46437 +Node: Compiling Edna47521 +Node: Testing Edna48390 +Node: Before Sending Changes49371 +Node: Developing with Bazaar50058 +Node: Documentation50799 +Node: Changelog51255 +Node: 10beta851505 +Node: 10beta751617 +Node: 10beta651911 +Node: 10beta552187 +Node: 10beta452574 +Node: 10beta352827 +Node: 10beta253266 End Tag Table diff --git a/org-edna.org b/org-edna.org index c0612e2..2a58b5c 100644 --- a/org-edna.org +++ b/org-edna.org @@ -1187,6 +1187,12 @@ Scheme to suffix destructive functions with '!' and predicates with '?'. Thus, one can have an action that files a target, and a finder that finds a file. +We recommend that you don't name a finder with a special character at the end of +its name. As we devise new ideas, we consider using special characters for +additional categories of keywords. Thus, to avoid complications in the future, +it's best if everyone avoids using characters that may become reserved in the +future. + ** Finders :PROPERTIES: :DESCRIPTION: Making a new finder