all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Cc: rocky@panix.com, emacs-devel@gnu.org
Subject: Re: gud.el organization and adding debuggers
Date: Sun, 5 Feb 2006 20:44:59 +1300	[thread overview]
Message-ID: <17381.44283.712102.49033@kahikatea.snap.net.nz> (raw)
In-Reply-To: <m164nyl4yt.fsf-monnier+emacs@gnu.org>

 > I think a good first step would be to kill gud-def.
 > Instead of gud sub-modes using
 > 
 >   (gud-def gud-break "break %f:%l"  "\C-b" "Set breakpoint at current line.")
 > 
 > in their main function, we could have a top-level (for example)
 > 
 >   (define-gud-cmd gud-break "\C-b" "Set breakpoint at current line.")
 > 
 > and then the gud sub-mode would only do something like
 > 
 >   (set (make-local-variable 'gud-break-cmd) "break %f:%l")
 > 
 > so the global menu could use
 >   :visible gud-break-cmd
 > instead of
 >   :visible (memq gud-minor-mode '(gdbmi gdb dbx jdb))

Yes.  Lets do it after the release.  Ha! ha!

Nick

  parent reply	other threads:[~2006-02-05  7:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-02  0:57 gud.el organization and adding debuggers R. Bernstein
2006-02-02  5:30 ` Stefan Monnier
2006-02-02 22:50   ` R. Bernstein
2006-02-03  2:30     ` Stefan Monnier
2006-02-03  4:08       ` R. Bernstein
2006-02-03  4:34         ` Stefan Monnier
2006-02-05  7:44   ` Nick Roberts [this message]
2006-02-05  7:44 ` Nick Roberts
     [not found] <20060205174024.2BCBB9DB3E@mail2.panix.com>
2006-02-06  3:02 ` R. Bernstein
2006-02-06  5:07   ` Nick Roberts

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=17381.44283.712102.49033@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=emacs-devel@gnu.org \
    --cc=rocky@panix.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.