From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 01:54:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE9E37B404 for ; Sun, 15 Jun 2003 01:54:56 -0700 (PDT) Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE9843FDF for ; Sun, 15 Jun 2003 01:54:55 -0700 (PDT) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186]) by smtp07.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGI00MYJM0A6T@smtp07.wxs.nl> for freebsd-questions@freebsd.org; Sun, 15 Jun 2003 10:52:58 +0200 (MEST) Received: from Intranet.lan (akruijff@localhost [127.0.0.1]) h5F8qwlP091801;akruijff@Intranet.lan) Received: (from akruijff@localhost) by Intranet.lan (8.12.6p2/8.12.6/Submit) id h5F8qvk0091800; Sun, 15 Jun 2003 10:52:57 +0200 (CEST) Date: Sun, 15 Jun 2003 10:52:57 +0200 From: Alex de Kruijff In-reply-to: <20030614185220.A30278@atlas.home> To: Mikko Ty?l?j?rvi Message-id: <20030615085257.GA91604@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030614233720.GA82058@dds.nl> <20030614185220.A30278@atlas.home> cc: freebsd-questions@freebsd.org Subject: Re: xterm questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 08:54:57 -0000 On Sat, Jun 14, 2003 at 06:55:05PM -0700, Mikko Ty?l?j?rvi wrote: > On Sun, 15 Jun 2003, Alex de Kruijff wrote: > > > I have a configuration question about how to change the default > > selecting proces. I would like it when i select a URL (with a > > double click), that it select the whole URL instead of just one > > word (sperating at [:/@]). It this posible? > > Try running: > > xterm -cc 46-47:48,58:48,64:48 > > or put something like: > > XTerm*charClass: 46-47:48,58:48,64:48 > > in your Xdefaults. See xterm(1), especially the section on character > classes. Since URLs can contain all sorts of junk, you may want to > expand on the above example. > Tanks, I saw those two in the manual but didn't know what to do with them. Is there a how-to some where or something like that? Tanks again, Alex