X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4887DF50.90003@cwilson.fastmail.fm> Date: Wed, 23 Jul 2008 21:48:00 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: tabbed urxvt? References: <7837 DOT 38 DOT 99 DOT 14 DOT 218 DOT 1216847416 DOT squirrel AT www DOT cantara DOT com> In-Reply-To: <7837.38.99.14.218.1216847416.squirrel@www.cantara.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Raul Acevedo wrote: > Supposedly urxvt 7.x supports tabs via a Perl module by running it as: > > # urxvt -pe tabbed > > Supposedly this has been possible since urxvt 7.3 (see > http://linux.die.net/man/7/urxvt). Why does this not work under Cygwin? Because urxvt is configured with: --disable-perl \ and perl is required for tabbed stuff to work. The reason cygwin's urxvt is compiled that way is to vaoid the 10MB dependency on perl just to install urxvt, for a feature most people will not use. You can easily download the source archive, remove the offending configure option above from the handy .cygport script, and rebuild it... $ cygport rxvt-unicode-X-7.7-6.cygport all -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/