emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36703: closed (25.2; Add support for MATLAB's keyw


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36703: closed (25.2; Add support for MATLAB's keyword spmd to octave-mode)
Date: Sat, 20 Jul 2019 16:07:02 +0000

Your message dated Sat, 20 Jul 2019 12:06:16 -0400
with message-id <address@hidden>
and subject line Re: bug#36703: 25.2; Add support for MATLAB's keyword spmd to 
octave-mode
has caused the debbugs.gnu.org bug report #36703,
regarding 25.2; Add support for MATLAB's keyword spmd to octave-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36703: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36703
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.2; Add support for MATLAB's keyword spmd to octave-mode Date: Wed, 17 Jul 2019 10:46:00 +0200
Please consider adding support for octave-mode to recognise the (MATLAB) keyword 'spmd'. This should include that the 'spmd' keyword can match a corresponding 'end'.

Problem:
When using octave-mode to edit MATLAB code that uses the keyword 'spmd', the indentation becomes incorrect.
This keyword can be used with the following syntax (see https://se.mathworks.com/help/parallel-computing/spmd.html):

    spmd
        statements
    end

Since octave-mode doesn't understand that the 'end' is supposed to match the 'spmd', later code blocks get incorrect indentation as
octave-mode thinks there's an extra 'end' in the code.

Cheers,
Christian

In GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21)
 of 2017-09-22, modified by Debian built on lgw01-amd64-050
Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
System Description: Ubuntu 18.04.2 LTS

Major mode: Octave

--
Christian Ridderström,     +46-70 687 39 44

--- End Message ---
--- Begin Message --- Subject: Re: bug#36703: 25.2; Add support for MATLAB's keyword spmd to octave-mode Date: Sat, 20 Jul 2019 12:06:16 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)
Version:27.1

> Please consider adding support for octave-mode to recognise the (MATLAB)
> keyword 'spmd'. This should include that the 'spmd' keyword can match a
> corresponding 'end'.

Should be fixed in master, thank you,


        Stefan



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]