From: Nick Roberts <nickrob@snap.net.nz>
To: Rafal Kurcz <pawlaczus@yahoo.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to use "gud-def"
Date: Mon, 20 Aug 2007 17:42:12 +1200 [thread overview]
Message-ID: <18121.10676.492278.702997@kahikatea.snap.net.nz> (raw)
In-Reply-To: <1187518560.873186.280250@o80g2000hse.googlegroups.com>
> I found in "GUD Customization" section the description of "gud-def".
> In fact I don't know where to place those definitions.
>
> I tried to specify the example definition:
> (gud-def gud-run "run" nil "Run the program.")
>
> in ~/.emacs config file - it did not not work
On further reflection, perhaps you didn't do:
(add-hook 'gdb-mode-hook
'(lambda ()
(gud-def gud-run "run" nil "Run the program.")))
--
Nick http://www.inet.net.nz/~nickrob
next prev parent reply other threads:[~2007-08-20 5:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-19 10:16 how to use "gud-def" Rafal Kurcz
2007-08-20 5:30 ` Nick Roberts
2007-08-20 5:42 ` Nick Roberts [this message]
[not found] ` <mailman.4983.1187588541.32220.help-gnu-emacs@gnu.org>
2007-08-20 7:08 ` Stefan Monnier
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=18121.10676.492278.702997@kahikatea.snap.net.nz \
--to=nickrob@snap.net.nz \
--cc=help-gnu-emacs@gnu.org \
--cc=pawlaczus@yahoo.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.