From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 22:22:18 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 44344657 for ; Wed, 23 Jan 2013 22:22:18 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by mx1.freebsd.org (Postfix) with ESMTP id CEBFE373 for ; Wed, 23 Jan 2013 22:22:17 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id e53so4219347eek.12 for ; Wed, 23 Jan 2013 14:22:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DFI5+0pJET8l9gkPmHAbfhY7eAje3BmcYT3yY1EMCIM=; b=vsLXMPpfHUUbV6j3z2Es9mILSNmRNZDGIWY/y5/Hh1D/fmPi2mStlUnxuqAEUh7YiL dEA1CR2zL883XI+a3iApasQS9cPo6WZWCcjFmzvQUK198JDw8zWMXj+1mr7bwJMahHUy zbPXHsKAL9bD32/WKpB3HEm2W0MWJCo/AeV8xroloh/C3hBgWSnYdYW2oiWxqQjE11Te 0zJCLNpm6MZi+VBqUaqmOARGfbQgEQtIxWs2hA8GGxMRW2LEIJ/1cemuhWYSkq9d275v BlSKpQ4Vm2CdNnlg5aEX9o17F/xRh5LMRkazypTX+Ljx1XTpI1AqTCuKr2a+4MPNf47a ZnWQ== X-Received: by 10.14.3.137 with SMTP id 9mr8731344eeh.2.1358979730865; Wed, 23 Jan 2013 14:22:10 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-15-57.w81-51.abo.wanadoo.fr. [81.51.150.57]) by mx.google.com with ESMTPS id z8sm32600068eeo.11.2013.01.23.14.22.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Jan 2013 14:22:09 -0800 (PST) Message-ID: <51006270.8070204@gmail.com> Date: Wed, 23 Jan 2013 23:21:36 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: urxvt mouse selection / links troubles References: <50EFBEF3.2050700@gmail.com> <20130111141806.756b7446@fabiankeil.de> <20130111141250.GE12956@unistra.fr> In-Reply-To: <20130111141250.GE12956@unistra.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 22:22:18 -0000 On 11/01/2013 15:12, Guy Brand wrote: > Fabian Keil (freebsd-listen@fabiankeil.de) on 11/01/2013 at 14:18 wrote: > > Hi > >>> I use rxvt-unicode for years, but these days I'm having trouble when >>> selecting link texts, what does not work anymore : >>> > ... > >>> URxvt*font: xft:DejaVu Sans Mono:pixelsize=11 >>> URxvt*modifier:alt >>> URxvt*urlLauncher: firefox > > The changelog of 9.16 says there is an incompatible change from version > 9.15: urlLauncher resource has been renamed to url-launcher. > Thanks! Didn't see this one, it works again :) Cheers, David