help with emacs interface to gnats

John Hatfield <[email protected]>
Newsgroups gmane.comp.bug-tracking.gnats.general
Message-ID <[email protected]>
Hi --

I have installed gnats 3.999.1 on my Red Hat 8.0
system, and things seem to be working correctly. I
can create, view, and edit PRs thru the command line
interface. As instructed, I have added the following
lines to my .emacs file:

(autoload 'send-pr "gnats"
   "Command to create and send a problem report." t)
(autoload 'edit-pr "gnats"
   "Command to edit a problem report." t)
(autoload 'view-pr "gnats"
   "Command to view a problem report." t)
(autoload 'query-pr "gnats"
   "Command to query information about problem
reports." t)
(autoload 'unlock-pr "gnats"
   "Unlock a problem report." t)
(autoload 'gnats-dbconfig-mode "gnats"
  "Major mode for editing the `dbconfig' GNATS
configuration file." t)
(add-to-list 'auto-mode-alist '("\\<dbconfig$" .
gnats-dbconfig-mode))

However, when I type 'M-x send-pr', I get the
following error msg:

Cannot open load file: gnats

It seems that the file 'gnats' should have been
installed or copied somewhere during installation,
but it was not. I looked in the install directory
for this file, but could not find it. Any ideas
on where to look for it?

Thanks,


John Hatfield
FishTail Design Automation
[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.