From: Chong Yidong <cyd@stupidchicken.com>
To: Dave Abrahams <dave@boostpro.com>
Cc: 8585@debbugs.gnu.org
Subject: bug#8585: 23.3; Feature Request/"patch": allow initial tabs for python tracebacks
Date: Sun, 08 May 2011 16:36:20 -0400 [thread overview]
Message-ID: <87bozd7wvv.fsf@stupidchicken.com> (raw)
In-Reply-To: <m2fwp1qe9g.fsf@pluto.luannocracy.com> (Dave Abrahams's message of "Fri, 29 Apr 2011 11:16:27 -0400")
Dave Abrahams <dave@boostpro.com> writes:
> I have some tools that produce python tracebacks, but they add an
> initial tab. BuildBot is one example.
> (caml
> - "^ *File \\(\"?\\)\\([^,\" \n\t<>]+\\)\\1, lines? \\([0-9]+\\)-?\\([0-9]+\\)?\\(?:$\\|,\
> + "^\s-*File \\(\"?\\)\\([^,\" \n\t<>]+\\)\\1, lines? \\([0-9]+\\)-?\\([0-9]+\\)?\\(?:$\\|,\
> \\(?: characters? \\([0-9]+\\)-?\\([0-9]+\\)?:\\)?\\([ \n]Warning:\\)?\\)"
> 2 (3 . 4) (5 . 6) (7))
Shouldn't it be `[\s-]*' rather than `\s-*'? The latter is not
compatible with the old expression.
next prev parent reply other threads:[~2011-05-08 20:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-29 15:16 bug#8585: 23.3; Feature Request/"patch": allow initial tabs for python tracebacks Dave Abrahams
2011-04-29 17:01 ` Stefan Monnier
2011-05-02 20:08 ` Dave Abrahams
2011-05-08 20:36 ` Chong Yidong [this message]
2011-05-08 21:11 ` Andreas Schwab
2011-05-09 14:01 ` Stefan Monnier
2011-06-17 16:37 ` Dave Abrahams
2011-06-18 0:38 ` Dave Abrahams
2011-06-21 2:11 ` Stefan Monnier
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bozd7wvv.fsf@stupidchicken.com \
--to=cyd@stupidchicken.com \
--cc=8585@debbugs.gnu.org \
--cc=dave@boostpro.com \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).