public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "timo.lindfors at iki dot fi" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug tapsets/15772] New: systemtap-mode emacs addon confused by #!/usr/bin/stap
Date: Tue, 23 Jul 2013 06:46:00 -0000	[thread overview]
Message-ID: <bug-15772-6586@http.sourceware.org/bugzilla/> (raw)

http://sourceware.org/bugzilla/show_bug.cgi?id=15772

            Bug ID: 15772
           Summary: systemtap-mode emacs addon confused by #!/usr/bin/stap
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: timo.lindfors at iki dot fi

Steps to reproduce:
1) emacs testcase.stp
2) enter the following program:

#!/usr/bin/stap

probe syscall.open {
}

probe syscall.close {
}

Expected results:
2) systemtap-mode indents both probes in a similar fashion

Actual results:
2) the closing parenthesis of the first probe has odd extra indentation:

#!/usr/bin/stap

probe syscall.open {
   }

probe syscall.close {
}

More info:
1) If I remove "#!/usr/bin/stap" then systemtap-mode correctly indents also the
first probe.

-- 
You are receiving this mail because:
You are the assignee for the bug.

             reply	other threads:[~2013-07-23  6:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23  6:46 timo.lindfors at iki dot fi [this message]
2013-07-23  7:01 ` [Bug tapsets/15772] " timo.lindfors at iki dot fi
2020-09-02 14:15 ` scox at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-15772-6586@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).