all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Gnus of emacs21 not reading NNTPSERVER on Fink/Mac OS 10.4.3
Date: Tue, 06 Dec 2005 14:20:15 +0100	[thread overview]
Message-ID: <v9u0dmicq8.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <B2AA4331-A518-4FE8-8857-761C21AD683A@math.su.se> (Hans Aberg's message of "Tue, 6 Dec 2005 11:41:18 +0100")

On Tue, Dec 06 2005, Hans Aberg wrote:

> I cannot tell whether this is a problem in emacs21, or in the Fink
> version of for Mac OS 10.4.3:
>
> I can get emacs21 to read the NNTPSERVER variable if I type (in  uxterm/bash):
>   env NNTPSERVER=<newsserver> emacs21 &
> but I cannot get emacs21 to read it otherwise, for example, by putting
>   NNTPSERVER=<newsserver>
> into ".profile" and ".bashrc", nor does typing
>   NNTPSERVER=<newsserver>
>   emacs21 &
> work.

This is not a bug in Emacs or Gnus.  You must export the variable to
the child process (= emacs21 in your case) of the shell.  See the bash
manual:

,----[ (info "(bash)Bourne Shell Builtins") ]
| `export'
|           export [-fn] [-p] [NAME[=VALUE]]
|      Mark each NAME to be passed to child processes in the environment.
`----

> If I make a ".gnus" file with say
>   (setq gnus-select-method '(nntp "news1.comhem.se"))

I'd prefer this way anyhow.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  reply	other threads:[~2005-12-06 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-06 10:41 Gnus of emacs21 not reading NNTPSERVER on Fink/Mac OS 10.4.3 Hans Aberg
2005-12-06 13:20 ` Reiner Steib [this message]
2005-12-06 14:19   ` Hans Aberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9u0dmicq8.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.