From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: JS Newsgroups: gmane.emacs.help Subject: Re: xrdb -merge $HOME/.Xdefaults Date: Sat, 06 Nov 2004 12:21:53 +0100 Organization: UNI-C Message-ID: References: <87zn1vuucs.fsf@heresy.ainola.jyu.fi> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1099740115 15799 80.91.229.6 (6 Nov 2004 11:21:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Nov 2004 11:21:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 06 12:21:48 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQOdg-0002e3-00 for ; Sat, 06 Nov 2004 12:21:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQOlv-00072D-R1 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Nov 2004 06:30:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!news-FFM2.ecrc.net!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1099740076 21710 130.225.245.182 (6 Nov 2004 11:21:16 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Sat, 6 Nov 2004 11:21:16 +0000 (UTC) User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Original-Xref: shelby.stanford.edu gnu.emacs.help:126396 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21785 On Sat, 06 Nov 2004 12:47:47 +0200, Juhapekka Tolvanen wrote: > > > JS writes: > >> I have to enter this each time before running emacs to make the >> changes in my .Xdefault have effect in emacs. Is there someway to make >> the settings in .Xdefault have permanent effect?? > > cd $HOME > ln -s .Xdefaults .Xresources > ln -s .Xdefaults .xresources Thank you very much that did it! But I only had to type ln -s .Xdefaults .xresources once i a terminal window.