| www.delorie.com/gnu/docs/gnats/gnats_36.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following steps are necessary for a complete installation. You may
need root access for these.
make install install-info |
These targets indicate:
install
install-info
After you have installed GNATS, you can remove the object files with
make clean |
Place the following lines in the file `default.el' in your Emacs lisp library, or instruct your local responsible parties to place the lines in their `.emacs':
(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 '("\\ |
send-pr tool to submit problem reports, you
need to create a configuration file for send-pr on the server.
See section The send-pr.conf configuration file.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |