unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tom Olin <tom_olin@partech.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: "Rüdiger Sonderfeld" <ruediger@c-plusplus.de>,
	"Leo Liu" <sdl.web@gmail.com>,
	14399@debbugs.gnu.org
Subject: bug#14399: octave-mode bug
Date: Sat, 30 Nov 2013 08:09:43 -0500	[thread overview]
Message-ID: <9E521300-EFB6-421E-8689-0FDD87BDC335@partech.com> (raw)
In-Reply-To: <jwv61rdi1ff.fsf-monnier+emacsbugs@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1073 bytes --]

A semicolon separates rows; a comma or space separates columns. Thus [ foo bar ] or [ foo, bar ] is a 1x2 matrix. [ foo; bar ] is a 2x1 matrix.

--
Tom Olin
Senior Systems Engineer | PAR Government Systems Corporation
315.356.2142 | tom_olin@partech.com | http://pargovernment.com



On Nov 27, 2013, at 11:40 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> Ping?
> 
>>>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
> 
>>>>> I am unfamiliar with smie. I have been meaning to understand it but
>>>>> haven't found time to. Could you help fix this indentation bug?
>>>> I can't remember much of the syntax of Octave.  What does ";..." mean?
>>> ... introduces a continuation line.  Similar to \ in other languages.
> 
>>> a = [ foo;...
>>> bar ]
> 
>>> is the same as a = [ foo; bar ].
> 
>> That's the part I knew already ;-)
> 
>> But in which way is 
> 
>>   a = [ foo;...
>>         bar ]
> 
>> different from
> 
>>   a = [ foo
>>         bar ]
>> or
>>   a = [ foo;
>>         bar ]
> 
>> -- Stefan


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5134 bytes --]

  reply	other threads:[~2013-11-30 13:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14 17:05 bug#14399: octave-mode bug Tom Olin
2013-05-15 12:00 ` Leo Liu
2013-05-17 23:13   ` Leo Liu
2013-11-22  2:11     ` Leo Liu
2013-11-22 14:27       ` Stefan Monnier
2013-11-22 14:57         ` Rüdiger Sonderfeld
2013-11-23  2:03           ` Stefan Monnier
2013-11-28  4:40             ` Stefan Monnier
2013-11-30 13:09               ` Tom Olin [this message]
2013-11-28  7:37             ` Achim Gratz
2013-11-30 17:19               ` Stefan Monnier
2013-12-02 14:51                 ` Rüdiger Sonderfeld
2013-12-02 15:15       ` Stefan Monnier
2013-12-02 15:58         ` Leo Liu
2013-12-02 16:08           ` Stefan Monnier
2013-12-03 14:56           ` Tom Olin
2013-12-03 18:32             ` Rüdiger Sonderfeld
2013-12-03 18:45               ` Tom Olin
2013-12-03 21:00               ` Tom Olin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9E521300-EFB6-421E-8689-0FDD87BDC335@partech.com \
    --to=tom_olin@partech.com \
    --cc=14399@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=ruediger@c-plusplus.de \
    --cc=sdl.web@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).