unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Problem indenting Delphi source code
@ 2019-06-21 12:45 Pascal Quesseveur
  0 siblings, 0 replies; only message in thread
From: Pascal Quesseveur @ 2019-06-21 12:45 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I'm using Emacs to edit delphi codes. Indentation doesn't work
properly when using inline variable introduced by Delphi 10.3 (using
Emacs 26.2, opascal, opascal-indent-level is 3).

   for i := 0 to str.Length - 1 do
      Write (str.Chars[i]);

   for var i := 0 to str.Length - 1 do
              Write (str.Chars[i]);

-- 
Pascal Quesseveur
pquessev@gmail.com




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-21 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-21 12:45 Problem indenting Delphi source code Pascal Quesseveur

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).