From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mafeusek@gmail.com Newsgroups: gmane.emacs.help Subject: ubuntu 10.04 (getenv "HOSTNAME") does not work. Date: Sun, 29 Aug 2010 20:09:47 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283105422 11313 80.91.229.12 (29 Aug 2010 18:10:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2010 18:10:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 29 20:10:21 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OpmKd-0005HI-Of for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Aug 2010 20:10:18 +0200 Original-Received: from localhost ([127.0.0.1]:38905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpmKX-0005VC-Uq for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Aug 2010 14:10:09 -0400 Original-Received: from [140.186.70.92] (port=56298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpmK6-0005Uw-U0 for help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 14:09:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpmK5-0004Gr-U4 for help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 14:09:42 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:57904) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpmK5-0004Gf-KG for help-gnu-emacs@gnu.org; Sun, 29 Aug 2010 14:09:41 -0400 Original-Received: by fxm3 with SMTP id 3so3486596fxm.0 for ; Sun, 29 Aug 2010 11:09:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:subject:x-mailer:from:date :message-id:user-agent:mime-version:content-type; bh=bDC4prP7gaqq1aqmZlPPMyiayqZFwIWz4H0GMbH5FGs=; b=pTucKSQCSuZPtd589+CXCPBWVQCTLgbif0CZCaHAKqaVNUj/RbGmVoF0gDi+pSEBoz Q/wPCy64tiZgLwkQ08TM+C7qm9xb8fky4Ng1l9tlobqPOa+lCfYt+bWUnL28iwmHc1Oq P8jHpskLhYwqZWoDLfK+pYH6nLMmcfx32+HAs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:x-mailer:from:date:message-id:user-agent:mime-version :content-type; b=uzUz1QDIxkDgB9cav7PK9maIL28oD9MvHIFEMNHmu+nZVbJ9ySPqzJFcbDRMr8Xrdq o4pTcvjkhIrsa2+JUA+euqhFFQgn69ABK8V4vV6oec5dENWR9rhFow2rEP5msjAk7/Cr OpXsmrnWe51xqoapuDXNo4Xqa8+QQKyBSdP4A= Original-Received: by 10.223.119.82 with SMTP id y18mr2795697faq.60.1283105380175; Sun, 29 Aug 2010 11:09:40 -0700 (PDT) Original-Received: from localhost.localdomain (chello089072243098.chello.pl [89.72.243.98]) by mx.google.com with ESMTPS id m17sm352756fag.2.2010.08.29.11.09.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Aug 2010 11:09:39 -0700 (PDT) X-MAILER: KMail/1.7.1 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.help:74829 Archived-At: Hallo Group Members. (getenv "HOSTNAME") returns nil, while bash$ echo $HOSTNAME returns host name. weird!? :) have You got an idea why?? best regards, Pawel