public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Hans-Albert Schneider <Hans-Albert@HA-Schneider.de>
To: Randy Haddox <randal.haddox@us.army.mil>, help-gnats@gnu.org
Subject: Re: Emacs interface problem
Date: Mon, 19 Apr 2004 01:52:00 -0000	[thread overview]
Message-ID: <200404182130.27883.Hans-Albert@HA-Schneider.de> (raw)
In-Reply-To: <1082051678.4088.194.camel@haddox.ds.amrdec.army.mil>

-----BEGIN PGP SIGNED MESSAGE-----

Hi Randy,

> When I Enter 'send-pr' from the command line, EMACS auto-loads the
> PR template and I can edit and send the PR just fine.  However,
> most documentation indicates that I should be able to use run it
> from within EMACS by 'M-x send-pr' but I get the message "No
> Match".

Sounds like gnats.el is not loaded.

Try 'M-x eval-expression' which should prompt you for the expression 
to evaluate. Type
	(require 'gnats)
(Note the single quote.)

If this works, add lines like this to your ~/.emacs or 
~/.xemacs/custom.el (or whatever initialization file your emacs 
uses):

(autoload 'send-pr "gnats" "GNU GNATS 4.0" t)
(autoload 'gnats-dbconfig-mode "gnats" "GNU GNATS 4.0" t)

If it does not work, also add

(setq load-path
	(cons "/usr/local/share/emacs/site-lisp"	;; or whereever gnats.el is
		load-path))

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. 

Does 'M-x gnats-apply-or-submit' work? As '^C-c ^C-c' should be bound 
to this function, this would mean that either the keymap does not get 
installed, or it is being modified.


Hope this helps,

Hans-Albert

PS: Please reply to the list, as I am not too (X)Emacs-savvy, and I'm 
expecting to be very busy during the week.

- -- 
Hans-Albert Schneider
Munich, Germany
EMail: Hans-Albert@HA-Schneider.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iQEVAwUBQILXUr5/YryrhGWVAQH1xQgAkYU3jrdtc+Mxqvi7H9QEiB0tjAhv/sDt
eW/Vk4SCcOdqRpwhF6LDuHAH44N9mIWZN5PAJnp60BFaO3PbeCUoQy0aZ8pESF/0
AucyqneTUB+yOFbl/7xyNJ/KY5vJO/DHonONuEJ5wvIc4LM2ZTWyltAKi+ze9bcz
5v8HWhohdoOE+Mnh/npjxM/+Z3pEaH+z1j05ukSKoG+QP8J6ghuujazauMU4XL0z
yiSk6yRLKv7a7nkS23SzYpP243mtD7WhGqFSYeqGg8Kp0pj/3Iow0N+lI/2ocAwc
cAFslIGH9LyDcBWx5CGTslL+PvbF0KzZm1gKesp3fj7ILkXH00gxdA==
=Xomt
-----END PGP SIGNATURE-----


_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

  reply	other threads:[~2004-04-18 19:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-16  2:12 Randy Haddox
2004-04-19  1:52 ` Hans-Albert Schneider [this message]
2004-04-19 18:28   ` Randy Haddox

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=200404182130.27883.Hans-Albert@HA-Schneider.de \
    --to=hans-albert@ha-schneider.de \
    --cc=help-gnats@gnu.org \
    --cc=randal.haddox@us.army.mil \
    /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).