Path: news.mathworks.com!newsfeed-00.mathworks.com!panix!bloom-beacon.mit.edu!llnews!53ab2750!not-for-mail
Newsgroups: comp.soft-sys.matlab
Subject: Re: CTRL-Z in Matlab 2007a on Intel Mac
References: <ef5bfc5.-1@webcrossing.raydaftYaTP>
From: Peter Boettcher <boettcher@ll.mit.edu>
Message-ID: <muybqeyx2cw.fsf@G99-Boettcher.llan.ll.mit.edu>
Organization: MIT Lincoln Laboratory
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.98 (gnu/linux)
Cancel-Lock: sha1:fezt1E7K2/rgLQXlN2vl4PsuoXY=
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Lines: 18
Date: Fri, 29 Jun 2007 10:27:27 -0400
NNTP-Posting-Host: 155.34.163.114
X-Complaints-To: news@ll.mit.edu
X-Trace: llnews 1183127028 155.34.163.114 (Fri, 29 Jun 2007 10:23:48 EDT)
NNTP-Posting-Date: Fri, 29 Jun 2007 10:23:48 EDT
Xref: news.mathworks.com comp.soft-sys.matlab:416445



"Sam Waldman" <spamvac2007@gmail.com> writes:

> Hi Folks,
>
> I run Matlab on a variety of platforms both locally and remotely. I
> use the command line interface almost exclusively (as do most of my
> colleagues) because I often work on large compute clusters located in
> big rooms far away from my desk. I have recently upgraded to a Core
> Two Duo Mac and Matlab 2007a. I find that "CTRL-Z" doesn't suspend
> the MATLAB session and go to the command line as I believe it should.
>  Is there a work around for this or is this a new feature of the
> Macification of Matlab?

Play with "stty -a" in your terminal (before launching MATLAB) and see if
^Z is still bound to "susp".  If MAC supports such a thing.  Anyway I
suspect a terminal/shell issue rather than a MATLAB issue.

-Peter