all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] wxwidgets: enable extended regexps
Date: Tue, 16 Feb 2016 20:42:11 +0100	[thread overview]
Message-ID: <20160216204211.57667538@scratchpost.org> (raw)
In-Reply-To: <CAJ=Rwfb7-RxjjfDtU-dnzf_DBi0YPTzGgisqo=D2GzS-os3Nrw@mail.gmail.com>

Hi,

On Mon, 15 Feb 2016 17:47:36 -0500
"Thompson, David" <dthompson2@worcester.edu> wrote:

> On Mon, Feb 15, 2016 at 5:07 PM, Andreas Enge <andreas@enge.fr> wrote:
> > On Mon, Feb 15, 2016 at 05:04:09PM -0500, Leo Famulari wrote:  
> >> Can you test that some of these other apps still work with this change?  
> >
> > $ guix refresh -l wxwidgets
> > A single dependent package: wxmaxima-15.04.0  
> 
> Additionally, the wxwidgets-2 package, which inherits from wxwidgets,
> is used by Audacity.

Thanks.

For the record (since it will take some time for this to be able to be tested), the only place wxRegEx is used in in audacity is in the Help, which I'm currently trying to get to work at all (see bug# 22705).

It's mangling the pagename of the page it's supposed to open like this:

- Replace pattern-matched "%.." => "_"
- Replace all non-alphanumeric which aren't space or "." by "_"
- Replace space => "+"
- Replace multiple underscores by single underscore (__+ => _)
- Non-regex-Replace "_." by "."
- concatenate the result and ReleaseSuffix and anchor in order to yield a filename and an URL to look up.

      reply	other threads:[~2016-02-16 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15 16:28 [PATCH] wxwidgets: enable extended regexps Danny Milosavljevic
2016-02-15 22:04 ` Leo Famulari
2016-02-15 22:07   ` Andreas Enge
2016-02-15 22:47     ` Thompson, David
2016-02-16 19:42       ` Danny Milosavljevic [this message]

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=20160216204211.57667538@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.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/guix.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.