Re: How to escape \n in abbreviations?

2017-02-28 Thread Largo84
go84 <lar...@gmail.com > > *To:* leo-editor <leo-e...@googlegroups.com > > *Cc:* terry_...@yahoo.com > *Sent:* Tuesday, February 28, 2017 10:10 AM > *Subject:* Re: How to escape \n in abbreviations? > > Yes, and I also tried '\n' and "\n" to no avail. > >

Re: How to escape \n in abbreviations?

2017-02-28 Thread 'Terry Brown' via leo-editor
m> To: leo-editor <leo-e...@googlegroups.com> Sent: Tuesday, February 28, 2017 9:47 AM Subject: Re: How to escape \n in abbreviations? That doesn't really answer the question. I use the `\:` syntax often to create new lines in abbreviations as you demonstrate. What I need is the text output to

Re: How to escape \n in abbreviations?

2017-02-28 Thread Largo84
Done On Tuesday, February 28, 2017 at 11:35:24 AM UTC-5, Edward K. Ream wrote: > > > ​Please file an enhancement request. > > Edward > -- 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

Re: How to escape \n in abbreviations?

2017-02-28 Thread Edward K. Ream
On Tue, Feb 28, 2017 at 10:10 AM, Largo84 wrote: > Yes, and I also tried '\n' and "\n" to no avail. > ​Please file an enhancement request. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this

Re: How to escape \n in abbreviations?

2017-02-28 Thread Largo84
rom:* Largo84 <lar...@gmail.com > > *To:* leo-editor <leo-e...@googlegroups.com > > *Sent:* Tuesday, February 28, 2017 9:47 AM > *Subject:* Re: How to escape \n in abbreviations? > > That doesn't really answer the question. I use the `\:` syntax often to > create new lines in

Re: How to escape \n in abbreviations?

2017-02-28 Thread 'Terry Brown' via leo-editor
Sorry, didn't read carefully enough.  Have you tried \\n ? Cheers -Terry From: Largo84 <larg...@gmail.com> To: leo-editor <leo-editor@googlegroups.com> Sent: Tuesday, February 28, 2017 9:47 AM Subject: Re: How to escape \n in abbreviations? That doesn't really answer the

Re: How to escape \n in abbreviations?

2017-02-28 Thread Largo84
That doesn't really answer the question. I use the `\:` syntax often to create new lines in abbreviations as you demonstrate. What I need is the text output to be `\n`. I need to somehow escape the `\n` such that when executed it doesn't generate a new line and strip out the `\n' string

Re: How to escape \n in abbreviations?

2017-02-28 Thread 'Terry Brown' via leo-editor
On Mon, 27 Feb 2017 22:45:40 -0800 (PST) Largo84 wrote: > Suppose I create an abbreviation for a LaTex construct such as: > > newcom;;=\newcommand{\SomethingNew}{<|INSERT-TEXT|>} > > When executed, the `\n` is interpreted as a Python line feed and I > end up with:

How to escape \n in abbreviations?

2017-02-27 Thread Largo84
Suppose I create an abbreviation for a LaTex construct such as: newcom;;=\newcommand{\SomethingNew}{<|INSERT-TEXT|>} When executed, the `\n` is interpreted as a Python line feed and I end up with: ewcommand{... How can I escape the `\n` so that it doesn't create a line feed, but the string