From: "Rüdiger Sonderfeld" <ruediger@c-plusplus.de>
To: emacs-devel@gnu.org
Cc: Ivan Kanis <ivan@kanis.fr>, Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: patches and one bug
Date: Mon, 24 Jun 2013 16:05:37 +0200 [thread overview]
Message-ID: <3342644.4NM7VYZV1Z@descartes> (raw)
In-Reply-To: <m3zjufiqaf.fsf@stories.gnus.org>
On Monday 24 June 2013 15:36:40 Lars Magne Ingebrigtsen wrote:
> > - (setq url (concat eww-search-prefix
> > - (replace-regexp-in-string " " "+" url))))
> > + (unless (string-match-p "^file:" url)
> > + (setq url (concat eww-search-prefix
> > + (replace-regexp-in-string " " "+" url)))))
>
> Applied.
Minor nitpick. The regex should probably use \\` instead of ^. The former
matches only at the beginning of the string while the latter also matches
after newlines.
"\\`file:"
Regards,
Rüdiger
next prev parent reply other threads:[~2013-06-24 14:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 9:58 patches and one bug Ivan Kanis
2013-06-24 13:36 ` Lars Magne Ingebrigtsen
2013-06-24 13:43 ` Lars Magne Ingebrigtsen
2013-06-24 14:05 ` Rüdiger Sonderfeld [this message]
2013-06-24 17:42 ` Lars Magne Ingebrigtsen
2013-06-24 16:18 ` Ivan Kanis
2013-06-24 17:36 ` Lars Magne Ingebrigtsen
2013-06-24 19:41 ` Ivan Kanis
2013-06-24 19:47 ` Lars Magne Ingebrigtsen
2013-06-25 6:21 ` Ivan Kanis
2013-06-25 19:51 ` Lars Magne Ingebrigtsen
2013-06-25 20:23 ` Ivan Kanis
2013-06-24 16:46 ` Ivan Kanis
2013-06-24 17:39 ` Lars Magne Ingebrigtsen
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=3342644.4NM7VYZV1Z@descartes \
--to=ruediger@c-plusplus.de \
--cc=emacs-devel@gnu.org \
--cc=ivan@kanis.fr \
--cc=larsi@gnus.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.
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.