<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151162</link>
    <title>MATLAB Central Newsreader - CTRL-Z in Matlab 2007a on Intel Mac</title>
    <description>Feed for thread: CTRL-Z in Matlab 2007a on Intel Mac</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 28 Jun 2007 12:31:27 -0400</pubDate>
      <title>CTRL-Z in Matlab 2007a on Intel Mac</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151162#380090</link>
      <author>Sam Waldman</author>
      <description>Hi Folks,&lt;br&gt;
&lt;br&gt;
I run Matlab on a variety of platforms both locally and remotely. I&lt;br&gt;
use the command line interface almost exclusively (as do most of my&lt;br&gt;
colleagues) because I often work on large compute clusters located in&lt;br&gt;
big rooms far away from my desk. I have recently upgraded to a Core&lt;br&gt;
Two Duo Mac and Matlab 2007a. I find that &quot;CTRL-Z&quot; doesn't suspend&lt;br&gt;
the MATLAB session and go to the command line as I believe it should.&lt;br&gt;
&amp;nbsp;Is there a work around for this or is this a new feature of the&lt;br&gt;
Macification of Matlab?&lt;br&gt;
&lt;br&gt;
Thanks in advance for your help,&lt;br&gt;
&lt;br&gt;
sam</description>
    </item>
    <item>
      <pubDate>Fri, 29 Jun 2007 10:27:27 -0400</pubDate>
      <title>Re: CTRL-Z in Matlab 2007a on Intel Mac</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151162#380280</link>
      <author>Peter Boettcher</author>
      <description>&quot;Sam Waldman&quot; &amp;lt;spamvac2007@gmail.com&amp;gt; writes:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hi Folks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I run Matlab on a variety of platforms both locally and remotely. I&lt;br&gt;
&amp;gt; use the command line interface almost exclusively (as do most of my&lt;br&gt;
&amp;gt; colleagues) because I often work on large compute clusters located in&lt;br&gt;
&amp;gt; big rooms far away from my desk. I have recently upgraded to a Core&lt;br&gt;
&amp;gt; Two Duo Mac and Matlab 2007a. I find that &quot;CTRL-Z&quot; doesn't suspend&lt;br&gt;
&amp;gt; the MATLAB session and go to the command line as I believe it should.&lt;br&gt;
&amp;gt;  Is there a work around for this or is this a new feature of the&lt;br&gt;
&amp;gt; Macification of Matlab?&lt;br&gt;
&lt;br&gt;
Play with &quot;stty -a&quot; in your terminal (before launching MATLAB) and see if&lt;br&gt;
^Z is still bound to &quot;susp&quot;.  If MAC supports such a thing.  Anyway I&lt;br&gt;
suspect a terminal/shell issue rather than a MATLAB issue.&lt;br&gt;
&lt;br&gt;
-Peter</description>
    </item>
    <item>
      <pubDate>Fri, 29 Jun 2007 07:43:45 -0400</pubDate>
      <title>Re: CTRL-Z in Matlab 2007a on Intel Mac</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151162#380284</link>
      <author> Steve.Amphlett@ricardo.com</author>
      <description>On Jun 29, 3:27 pm, Peter Boettcher &amp;lt;boettc...@ll.mit.edu&amp;gt; wrote:&lt;br&gt;
&amp;gt; &quot;Sam Waldman&quot; &amp;lt;spamvac2...@gmail.com&amp;gt; writes:&lt;br&gt;
&amp;gt; &amp;gt; Hi Folks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I run Matlab on a variety of platforms both locally and remotely. I&lt;br&gt;
&amp;gt; &amp;gt; use the command line interface almost exclusively (as do most of my&lt;br&gt;
&amp;gt; &amp;gt; colleagues) because I often work on large compute clusters located in&lt;br&gt;
&amp;gt; &amp;gt; big rooms far away from my desk. I have recently upgraded to a Core&lt;br&gt;
&amp;gt; &amp;gt; Two Duo Mac and Matlab 2007a. I find that &quot;CTRL-Z&quot; doesn't suspend&lt;br&gt;
&amp;gt; &amp;gt; the MATLAB session and go to the command line as I believe it should.&lt;br&gt;
&amp;gt; &amp;gt;  Is there a work around for this or is this a new feature of the&lt;br&gt;
&amp;gt; &amp;gt; Macification of Matlab?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Play with &quot;stty -a&quot; in your terminal (before launching MATLAB) and see if&lt;br&gt;
&amp;gt; ^Z is still bound to &quot;susp&quot;.  If MAC supports such a thing.  Anyway I&lt;br&gt;
&amp;gt; suspect a terminal/shell issue rather than a MATLAB issue.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; -Peter&lt;br&gt;
&lt;br&gt;
But...&lt;br&gt;
&lt;br&gt;
In recent years ML has moved away from being a console app, providing&lt;br&gt;
its own window and CLI.  If you choose to run &quot;-nojvm&quot; (as all sane&lt;br&gt;
people would), the behaviour of CTRL-Z is your choice.</description>
    </item>
    <item>
      <pubDate>Fri, 29 Jun 2007 12:38:14 -0400</pubDate>
      <title>Re: CTRL-Z in Matlab 2007a on Intel Mac</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151162#380322</link>
      <author>Sam Waldman</author>
      <description>Steve.Amphlett wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Jun 29, 3:27 pm, Peter Boettcher &amp;lt;boettc...@ll.mit.edu&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt;&amp;gt; &quot;Sam Waldman&quot; &amp;lt;spamvac2...@gmail.com&amp;gt; writes:&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Hi Folks,&lt;br&gt;
&amp;gt;&amp;gt; I have recently upgraded to a&lt;br&gt;
&amp;gt; Core&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Two Duo Mac and Matlab 2007a. I find that &quot;CTRL-Z&quot; doesn't&lt;br&gt;
&amp;gt; suspend&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; the MATLAB session and go to the command line as I believe&lt;br&gt;
it&lt;br&gt;
&amp;gt; should.&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Is there a work around for this or is this a new feature&lt;br&gt;
of&lt;br&gt;
&amp;gt; the&lt;br&gt;
&amp;gt;&amp;gt; &amp;gt; Macification of Matlab?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Play with &quot;stty -a&quot; in your terminal (before launching MATLAB)&lt;br&gt;
&amp;gt; and see if&lt;br&gt;
&amp;gt;&amp;gt; ^Z is still bound to &quot;susp&quot;. If MAC supports such a thing.&lt;br&gt;
&amp;gt; Anyway I&lt;br&gt;
&amp;gt;&amp;gt; suspect a terminal/shell issue rather than a MATLAB issue.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; -Peter&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; But...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; In recent years ML has moved away from being a console app,&lt;br&gt;
&amp;gt; providing&lt;br&gt;
&amp;gt; its own window and CLI. If you choose to run &quot;-nojvm&quot; (as all sane&lt;br&gt;
&amp;gt; people would), the behaviour of CTRL-Z is your choice.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&lt;br&gt;
Thanks Peter and Steve,&lt;br&gt;
&lt;br&gt;
My terminal &quot;susp&quot; is still bound to &quot;^Z&quot; as it should be. My&lt;br&gt;
previous install of Matlab on a G4 Mac had ^Z work fine (sorry, I&lt;br&gt;
don't remember which version). Other applications work fine with ^Z&lt;br&gt;
and the &quot;feature&quot; persists with different terminals and emulation,&lt;br&gt;
ie. xterm, vt100, or Terminal.&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
sam</description>
    </item>
    <item>
      <pubDate>Fri, 29 Jun 2007 13:19:43 -0400</pubDate>
      <title>Re: CTRL-Z in Matlab 2007a on Intel Mac</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/151162#380334</link>
      <author>Peter Boettcher</author>
      <description>&quot;Sam Waldman&quot; &amp;lt;spamvac2007@removeme.gmail.com&amp;gt; writes:&lt;br&gt;
&lt;br&gt;
&amp;gt; Steve.Amphlett wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; On Jun 29, 3:27 pm, Peter Boettcher &amp;lt;boettc...@ll.mit.edu&amp;gt;&lt;br&gt;
&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &quot;Sam Waldman&quot; &amp;lt;spamvac2...@gmail.com&amp;gt; writes:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;gt; Hi Folks, I have recently upgraded to a Core Two Duo Mac and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;gt; Matlab 2007a. I find that &quot;CTRL-Z&quot; doesn't suspend the MATLAB&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;gt; session and go to the command line as I believe it should.  Is&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;gt; there a work around for this or is this a new feature of the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &amp;gt; Macification of Matlab?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Play with &quot;stty -a&quot; in your terminal (before launching MATLAB)&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; and see if&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; ^Z is still bound to &quot;susp&quot;. If MAC supports such a thing.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Anyway I&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; suspect a terminal/shell issue rather than a MATLAB issue.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; My terminal &quot;susp&quot; is still bound to &quot;^Z&quot; as it should be. My&lt;br&gt;
&amp;gt; previous install of Matlab on a G4 Mac had ^Z work fine (sorry, I&lt;br&gt;
&amp;gt; don't remember which version). Other applications work fine with ^Z&lt;br&gt;
&amp;gt; and the &quot;feature&quot; persists with different terminals and emulation,&lt;br&gt;
&amp;gt; ie. xterm, vt100, or Terminal.&lt;br&gt;
&lt;br&gt;
In that case I bet the &quot;screen&quot; program will let you work around this&lt;br&gt;
for now.&lt;br&gt;
&lt;br&gt;
-Peter</description>
    </item>
  </channel>
</rss>

