X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4828C6F7.6030803@cwilson.fastmail.fm> Date: Mon, 12 May 2008 18:38:47 -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: rxvt in native mode, widely spaced characters [Was: Re: why "Sorry, your message has been denied due to keywords found in your subject"?] References: <48247A38 DOT 1080705 AT fgm DOT com> <004b01c8b1f1$a4e19120$2708a8c0 AT CAM DOT ARTIMI DOT COM> <4824A42B DOT 9060502 AT fgm DOT com> <482510DC DOT 1070109 AT cwilson DOT fastmail DOT fm> <4828BBD8 DOT 4070407 AT fgm DOT com> <4828C327 DOT 7050106 AT fgm DOT com> In-Reply-To: <4828C327.7050106@fgm.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 Daniel Barclay wrote: > I still don't understand what's going on with rxvt. > > When I modify or remove /etc/defaults/etc/X11/app-defaults/Rxvt, nothing > changes. Correct. Because that is the *default* file (that's why it is underneath /etc/defaults/). The actual file used at runtime is over in /etc/X11/app-defaults/. > On one hand, that makes sense--I'm not (knowingly) running X11. > > On the other hand, it's a little strange that rxvt is still using the > colors > given in that file. Is rxvt getting them from compiled-in values, or is it > getting them from somewhere else? It's getting them from /etc/X11/app-defaults/Rxvt. rxvt parses the X11/app-defaults file itself, and does not rely on the Xserver's 'xrdb' (resource management) to do it. > (I also terminated all CygWin processes, started bash, and ran rxvt to see > if CygWin somehow was emulating xrdb's behavior (of reading the X11 > defaults) some > other way, but there was still no difference.) Because nothing (that matters) changed. /etc/X11/app-defaults/Rxvt was still there, and rxvt itself read the contents. > In any case, that still leaves unanswered the question of what makes > rvxt switch > between normally spaced black characters on a white background vs. > widely spaced > yellow on blue. Hopefully my other message answered this question (and those that followed which I've snipped out). -- 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/