public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Rick Macdonald <rickm@vsl.com>
To: Cristian Constantin <constantin@fokus.gmd.de>
Cc: gnats-prs@sourceware.cygnus.com,
	gnats-devel@sourceware.cygnus.com, bug-gnats@gnu.org
Subject: Re: Emacs edit-pr interface...
Date: Thu, 02 Dec 1999 14:20:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.10.9912021513060.11801-100000@sys4> (raw)
In-Reply-To: <3846A6F0.10AFFF84@fokus.gmd.de>

On Thu, 2 Dec 1999, Cristian Constantin wrote:

> Why does the Emacs (lisp) interface for 'edit-pr' give me the following
> message:
> 
> ______________________
> cd /usr/local/share/gnats/gnats-db/gnats-adm/
> nquery-pr --host gnats --user anonymous --passwd guest 
> nquery-pr: gnats: No such host
> 
> query-pr  exited abnormally with code 1 at Thu Dec  2 15:25:59
> ______________________
> 
> I've got to say that the 'normal' edit-pr works all right!
> 
> What is 'nquery-pr' and how do you configure it?? (host, passwd and so
> on?..)

nquery-pr is a batch program that talks to the gnatsd daemon across a
network. query-pr accesses gnats files directly on disk (or nfs).

These emacs variables are in gnats.el:

(defvar gnats:network-server "gnats"
  "*If non-nil, names the GNATS network server for remote queries and
editing.")

(defvar gnats:alias nil
  "*If non-nil, names the alias assigned to the GNATS database.")

(defvar gnats:userid "anonymous"
  "*Userid for accessing the GNATS network server for remote queries and
editing.")

(defvar gnats:password "guest"
  "*Password for accessing the GNATS network server for remote queries and
editing.")


If you don't have gnatsd set up, I think you would:

(setq gnats:network-server nil)

...RickM...

      reply	other threads:[~1999-12-02 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-02  9:06 Cristian Constantin
1999-12-02 14:20 ` Rick Macdonald [this message]

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=Pine.GSO.4.10.9912021513060.11801-100000@sys4 \
    --to=rickm@vsl.com \
    --cc=bug-gnats@gnu.org \
    --cc=constantin@fokus.gmd.de \
    --cc=gnats-devel@sourceware.cygnus.com \
    --cc=gnats-prs@sourceware.cygnus.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).