<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LSE setting characteristics of initial buffer on entry in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147292#M44989</link>
    <description>I knew this at one time, but my memory has faded away.&lt;BR /&gt;&lt;BR /&gt;How do you set characteristics such as SET WRAP and SET TAB_INCREMENT on the buffer created when you invoke LSE with a filename (e.g., $ LSE SAMPLE.FOR)?&lt;BR /&gt;&lt;BR /&gt;I've tried setting them in my LSE$INITIALIZATION file and while things like key definitions work, the SET WRAP, etc., silently disappear and if I remember correctly its because the buffer I want these set for is not the current buffer at the time the Init file is processed.&lt;BR /&gt;&lt;BR /&gt;But I don't recall what the workaround is...&lt;BR /&gt;&lt;BR /&gt;Any help?</description>
    <pubDate>Fri, 19 Dec 2008 16:02:19 GMT</pubDate>
    <dc:creator>Mike Kier</dc:creator>
    <dc:date>2008-12-19T16:02:19Z</dc:date>
    <item>
      <title>LSE setting characteristics of initial buffer on entry</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147292#M44989</link>
      <description>I knew this at one time, but my memory has faded away.&lt;BR /&gt;&lt;BR /&gt;How do you set characteristics such as SET WRAP and SET TAB_INCREMENT on the buffer created when you invoke LSE with a filename (e.g., $ LSE SAMPLE.FOR)?&lt;BR /&gt;&lt;BR /&gt;I've tried setting them in my LSE$INITIALIZATION file and while things like key definitions work, the SET WRAP, etc., silently disappear and if I remember correctly its because the buffer I want these set for is not the current buffer at the time the Init file is processed.&lt;BR /&gt;&lt;BR /&gt;But I don't recall what the workaround is...&lt;BR /&gt;&lt;BR /&gt;Any help?</description>
      <pubDate>Fri, 19 Dec 2008 16:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147292#M44989</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2008-12-19T16:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: LSE setting characteristics of initial buffer on entry</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147293#M44990</link>
      <description>It's been a long time since I used LSE and I don't remember exactly... but maybe this might ring a bell... do you go to the $DEFAULTS (or $DEFAULT I can't remember) buffer and make your changes there so that it will apply to future buffers?&lt;BR /&gt;&lt;BR /&gt;Hope that helps a bit... or I could be totally off from what you're asking.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Dec 2008 18:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147293#M44990</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2008-12-19T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: LSE setting characteristics of initial buffer on entry</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147294#M44991</link>
      <description>Thanks Edgar, that got me partially down the road - I  had the sequence of events backward - the settings in LSE$INITIALIZATION are indeed being applied to $DEFAULTS and then inherited by any buffers created EXCEPT if the buffer is associated with a Language in which case the Language defaults for wrap, tab increment and right and left margins override those for the $DEFAULTS  buffer.&lt;BR /&gt;&lt;BR /&gt;Since I can't (and wouldn't want to) change the systemwide Language settings, I need to figure out another way to automatically change the wrap and tab increment settings for the buffer after the Language settings have been applied</description>
      <pubDate>Fri, 19 Dec 2008 19:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147294#M44991</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2008-12-19T19:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: LSE setting characteristics of initial buffer on entry</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147295#M44992</link>
      <description>&lt;!--!*#--&gt;Found it.  Edgar, I wish I could drop a couple of more points your way as you sent me down the right path.&lt;BR /&gt;&lt;BR /&gt;Here's how its done (using LSE syntax, not PLSE):&lt;BR /&gt;&lt;BR /&gt;$LSE&lt;BR /&gt;LSE&amp;gt; MODIFY LANGUAGE FORTRAN /WRAP /TAB=2&lt;BR /&gt;LSE&amp;gt; SAVE ENVIRONMENT &lt;FILENAME&gt;&lt;BR /&gt;LSE&amp;gt; EXIT&lt;BR /&gt;$ DEFINE /NoLOG LSE$ENVIRONMENT &lt;FILENAME&gt; ! in LOGIN.COM&lt;BR /&gt;&lt;BR /&gt;and voila, buffers created either implicitly or explicitly with language FORTRAN will get those attributes.&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 19 Dec 2008 21:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147295#M44992</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2008-12-19T21:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: LSE setting characteristics of initial buffer on entry</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147296#M44993</link>
      <description>See above</description>
      <pubDate>Fri, 19 Dec 2008 21:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lse-setting-characteristics-of-initial-buffer-on-entry/m-p/5147296#M44993</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2008-12-19T21:07:56Z</dc:date>
    </item>
  </channel>
</rss>

