From: Stefan Monnier <monnier@iro.umontreal.ca>
To: mark.lillibridge@hp.com
Cc: 7746@debbugs.gnu.org
Subject: bug#7746: SERIOUS BUG: mail-strip-quoted-names bug causing unrmail to lose mail
Date: Sun, 02 Jan 2011 22:36:55 -0500 [thread overview]
Message-ID: <jwv62u6hdkt.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <qmhpqse4z6y.fsf@hp.com> (Mark Lillibridge's message of "Sun, 02 Jan 2011 16:18:29 -0800")
> After some thought, I figured out why you your code doesn't work:
> it turns "( \( )" into "( \"
Hmm... not in my test:
(let ((address "(sadffds \\( adf)") pos)
(while (setq pos (string-match
;; This doesn't hack rfc822 nested comments
;; `(xyzzy (foo) whinge)' properly. Big deal.
"[ \t]*(\\([^()\\]\\|\\\\.\\|\\\\\n\\)*)"
address))
(setq address (replace-match "" nil nil address 0)))
address)
returns "".
Stefan
next prev parent reply other threads:[~2011-01-03 3:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-28 0:17 bug#7746: SERIOUS BUG: mail-strip-quoted-names bug causing unrmail to lose mail Mark Lillibridge
2011-01-02 2:43 ` Glenn Morris
2011-01-02 3:21 ` Stefan Monnier
2011-01-03 0:18 ` Mark Lillibridge
2011-01-03 3:36 ` Stefan Monnier [this message]
2011-01-03 4:13 ` Mark Lillibridge
2011-01-03 19:17 ` Mark Lillibridge
2011-01-05 21:32 ` 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=jwv62u6hdkt.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=7746@debbugs.gnu.org \
--cc=mark.lillibridge@hp.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).