Menu

#60 Multiple Line -> operator

closed-works-for-me
nobody
Indentation (6)
5
2008-10-17
2008-08-01
Anonymous
No

After a block of code like:

$a = new $b;
$a->somefunction(...)
->somefunction(...)
->somefunction(...);

the next block of code continues to be indented.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I am using emacs 21.3.1 on windows

     
  • Aaron S. Hawley

    Aaron S. Hawley - 2008-10-17
    • status: open --> closed-works-for-me
     
  • Aaron S. Hawley

    Aaron S. Hawley - 2008-10-17

    Probably because you're using Emacs 21. It worked fine for me. Php-mode is designed to work with the Cc-mode that comes with Emacs 22.

     

Log in to post a comment.