all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.