From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandre Schenberg Newsgroups: gmane.emacs.help Subject: Emacs running as root with different colors than the standard one. Date: Thu, 12 Jul 2012 21:19:03 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1342138860 20528 80.91.229.3 (13 Jul 2012 00:21:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 00:21:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 13 02:21:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SpTcx-0005DN-D0 for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 02:20:59 +0200 Original-Received: from localhost ([::1]:39644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpTcw-00011a-Kz for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 20:20:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpTb8-0000QS-EX for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 20:19:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpTb7-00031z-Kc for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 20:19:06 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:35134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpTb7-00031t-Df for help-gnu-emacs@gnu.org; Thu, 12 Jul 2012 20:19:05 -0400 Original-Received: by pbbrp2 with SMTP id rp2so5207431pbb.0 for ; Thu, 12 Jul 2012 17:19:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Aiv3fTktYFjcZcfiX8BY94qd8iw92h2lBm18lu22MNY=; b=r6H3PRLivqDCyguJC3gHkjT4dfz09kS2pWqmzWY086kdrvSnZPB93mufnU+OhSw2Rm dgGbVzVBzfsMxmFaoILYP6URKzoJnA8V19CVA6+v3ZEE9++73LIfNt6+ZQZSmNYkS2Y3 LBXMgkHYdKJDlfLRKfQgkR0FkWAdaJsoDUKm1+mE0fcvnjzFl1fyg21olFUERwjYUffI Rc7RidwwdozLyrFzSnAhmwnQIyKVx+i+LQxEtBYSHNv1dyaMoBGNnGDn92mNwkWWxRNR LjVR6Ugd8C/46VwQg6zYvU62CiuTNk7nMWV8x8DRM1W/CfLvQTaP5wzIAlGY2RzOPrGQ udoA== Original-Received: by 10.68.223.198 with SMTP id qw6mr9653624pbc.94.1342138744078; Thu, 12 Jul 2012 17:19:04 -0700 (PDT) Original-Received: by 10.66.217.225 with HTTP; Thu, 12 Jul 2012 17:19:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-Mailman-Approved-At: Thu, 12 Jul 2012 20:20:54 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85827 Archived-At: As the title says, when I executes emacs as root, it uses colors different when compared with it running with the privileges of a regular user. So I would like to know where these colors settings might be stored, so that I can copy then to use as a regular user. P.S: There isn't a .emacs file under root P.S2: Only when running emacs directly as root it uses the mentioned colors, when I use "su" it uses the standard colors. Thanks for any advices.