<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000">
<blockquote style="border: 0px none;" cite="mid:55BA340A.2070501@gmx.es"
type="cite">
<div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div
style="display:table;width:100%;border-top:1px solid
#EDEEF0;padding-top:5px"> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
<a moz-do-not-send="true" href="mailto:oinos@gmx.es"
style="color:#737F92
!important;padding-right:6px;font-weight:bold;text-decoration:none
!important;">Pablo Rodriguez</a></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;">
<font color="#9FA2A5"><span style="padding-left:6px">30. Juli 2015
16:26</span></font></div> </div></div>
<div style="color:#888888;margin-left:24px;margin-right:24px;"
__pbrmquotes="true" class="__pbConvBody"><div><!----><br>I wonder
whether there is a bug somewhere in notes, because you may have<br>r2l
notations, but the notes paragraph is built l2r:<br><br>
\setuppapersize[A6]<br> \starttext \showframe<br><br>
\definenote[afootnote][rule={on,right}, paragraph=yes]<br>
\definenotation[afootnote][align=r2l]<br><br> \startalignment[r2l]<br>
Testing.\afootnote{This is footnote one.}<br> Testing
testing.\afootnote{This is footnote two.}<br> Testing testing
testing.\afootnote{This is footnote three.}<br> \stopalignment<br><br>
\stoptext<br>
</div></div>
</blockquote>
Can you test the following patch.<br>
<br>
\unprotect<br>
<br>
\def\strc_notes_flush_global<br>
{\begingroup<br>
\useinterlinespaceparameter\noteparameter<br>
\doifelse{\noteparameter\c!paragraph}\v!yes<br>
{%\vbox\starthboxestohbox<br>
\vbox\ifconditional\displaylefttoright \else dir TRT
\fi\starthboxestohbox<br>
\iftrialtypesetting\unvcopy\else\unvbox\fi\currentnoteinsertionnumber<br>
\stophboxestohbox}<br>
{\iftrialtypesetting\unvcopied\else\unvboxed\fi\currentnoteinsertionnumber}%<br>
\endgroup}<br>
<br>
\protect<br>
<br>
%\setupalign[righttoleft]<br>
<br>
\setupnote[footnote][paragraph=yes,align=righttoleft]<br>
\setupnotation[footnote][align=righttoleft]<br>
<br>
\showframe<br>
<br>
\starttext<br>
<br>
First note.\footnote{This is the first footnote.}<br>
Second note.\footnote{This is the second footnote.}<br>
<br>
\stoptext<br>
<br>
Wolfgang<br>
</body></html>