From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Qiang Newsgroups: gmane.emacs.help Subject: About matlab-eei-step Date: Tue, 20 Oct 2009 22:32:32 -0600 (MDT) Message-ID: <20091020.223232.242145165.mcknight0219@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1256147707 11019 80.91.229.12 (21 Oct 2009 17:55:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2009 17:55:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 21 19:54:57 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0fOh-0007lb-61 for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Oct 2009 19:54:55 +0200 Original-Received: from localhost ([127.0.0.1]:56250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0fOg-0006ow-N6 for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Oct 2009 13:54:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0SsQ-00016O-Ok for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 00:32:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0SsM-000149-0q for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 00:32:46 -0400 Original-Received: from [199.232.76.173] (port=46537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0SsL-00013w-SK for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 00:32:41 -0400 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:58951) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0SsL-0007sj-BC for help-gnu-emacs@gnu.org; Wed, 21 Oct 2009 00:32:41 -0400 Original-Received: by pxi30 with SMTP id 30so301089pxi.14 for ; Tue, 20 Oct 2009 21:32:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:to:subject :from:x-mailer:mime-version:content-type:content-transfer-encoding; bh=GSsNaL0meklYFDcRTZAMK2WQ245uRXYpwEIEn+MkKKE=; b=FYd68LtXEBmELFHk9OUyR9p9cDrF8nQctjccb+5OELlS6YFXzQoYDimDu3mT5Ucdiq 3Ybp32NLh74xxX7Pl9bH2oVB4hJN8WDs3AXVNkT4hIZf47o32oMKDPjs1DoKaw3my5zh 4j/dJj2J6f1jDLYlsPMvq28fFcLl20rvFVz30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:to:subject:from:x-mailer:mime-version:content-type :content-transfer-encoding; b=h+eSEF3OhBTDK2sEp9N+jMO6QBESl3mG9f/T6HKM3nHhh6SVTcXAv73UL2H1ff3knN 7takspmon/LmLO643dmfh96x+D+ZsXuYbv/8UMdt2q40w+siMlkxrfUZWfsOKlTocf9M JXcE1w56NvzsnaRFKzQu4HxkvQLbhyysV5UQk= Original-Received: by 10.115.80.14 with SMTP id h14mr10865529wal.133.1256099559851; Tue, 20 Oct 2009 21:32:39 -0700 (PDT) Original-Received: from localhost (d75-159-224-76.abhsia.telus.net [75.159.224.76]) by mx.google.com with ESMTPS id 23sm326325pzk.4.2009.10.20.21.32.38 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Oct 2009 21:32:39 -0700 (PDT) X-Mailer: Mew version 6.2.52 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 21 Oct 2009 13:54:25 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:69135 Archived-At: Hi, everybody Wonder if there are some one also use matlab-mode in Emacs? I recently tried to write a function like (defun XXX () (matlab-eei-step) (........ ........ (matlab-eei-get-variable-value x) ........)) However, it seems that the first part of the function interfere with the second half. Someone know what this is? Can't those two functions used consequtively ? Thanks