In node @settings -> @data abbreviations -> testing is abtest;;=line 1 \: line 2 \: line3
after doing <alt-x> abbrev-write to file ab.txt file ab.txt contains abtest;;=line 1\n line 2\n line 3 if ab.txt contains the same content as the @data node, <alt-x> abbrev-read will create the definition, but ignore line 2 and line 3 IOW if file ab.txt contains abtest;;=line 1 \: line 2 \: line3 and it is read via <alt-x> abbrev-read and I type abtest;; the result consists of: line 1 On Wed, Mar 2, 2016 at 1:25 PM, Edward K. Ream <[email protected]> wrote: > On Fri, Jan 29, 2016 at 5:48 AM, Kent Tenney <[email protected]> wrote: > >> I think it would be great if the abbrev-read and abbrev-write >> files could look like the defs in a @data node. > > > The only difference I notice is that @data nodes can contain comments. Is > there something I am missing? > > EKR > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
