Re: Emacs interface problem
Randy Haddox <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
After adding the following lines to my .emacs file and issuing the command 'M-x send-pr', EMACS displays the message "Couldn't retrieve server info": ;; Enable GNATS interface (autoload 'send-pr "gnats" "GNU GNATS 4.0" t) (autoload 'gnats-dbconfig-mode "gnats" "GNU GNATS 4.0" t) (setq load-path (cons "/usr/local/share/emacs/site-lisp" load-path)) The message "Wrong typr argument: processp, nil" is displayed when the command 'M-x gnats-apply-or-submit' is given. Thanks. > to that (X)Emacs init file. > > > Also 'C-c C-c' doesn't work either. Right now, I send the > > report by exiting EMACS, saving it and typing "s" to send the > > report. > > to this function, this would mean that either the keymap does not get > installed, or it is being modified.