octave-maintainers
[Top][All Lists]
Advanced

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

some issues with new emacs octave mode


From: Olaf Till
Subject: some issues with new emacs octave mode
Date: Wed, 3 Jul 2013 17:57:06 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Leo,

here is a list with the issues I collected so far with the new
octave.el.

- Space or <enter> after each long line produces error: Symbol's
  function definition is void: closure (and <enter> does not advance
  cursor)

- Alt-q in comment block -> error: Symbol's function definition is
  void: closure (and nothing is changed in ## comments or invalid line
  merge happens in # comments).

- a = \
  something;

  "something" is not indented at all

- more than three #: are treated as ###, but should probably (were
  formerly?) be treated as ## . Rationale: you can emphasize comment
  blocks this way:

  ##################################################
  ## some comment aaa aaa aa aaa aaaaa aaaa aaa aaaa
  ## ...

- If no non-comment-line comes after it within the block, ## is not
  indented to code level within blocks, but only to level of the
  block-generating words:

if (true)
  ##
  if (true)
  ##
  endif
endif

  while it should be:

if (true)
  ##
  if (true)
    ##
  endif
endif

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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