all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: debugging.texi
Date: Sat, 11 Jun 2005 20:26:29 -0500 (CDT)	[thread overview]
Message-ID: <200506120126.j5C1QTX07469@raven.dms.auburn.edu> (raw)
In-Reply-To: <E1DhFDG-0006qP-Vr@fencepost.gnu.org> (message from Richard Stallman on Sat, 11 Jun 2005 19:16:26 -0400)

What about the following additional change:

===File ~/debug.el-diff=====================================
*** debug.el	11 Jun 2005 18:36:43 -0500	1.84
--- debug.el	11 Jun 2005 19:22:48 -0500	
***************
*** 698,706 ****
  To specify a nil argument interactively, exit with an empty minibuffer."
    (interactive
     (list (let ((name
! 		(completing-read "Cancel debug on entry (to function): "
! 				 (mapcar 'symbol-name debug-function-list)
! 				 nil t nil)))
  	   (if name (intern name)))))
    (if (and function (not (string= function "")))
        (progn
--- 698,706 ----
  To specify a nil argument interactively, exit with an empty minibuffer."
    (interactive
     (list (let ((name
! 		(completing-read
! 		 "Cancel debug on entry to function (default: all functions): "
! 		 (mapcar 'symbol-name debug-function-list) nil t nil)))
  	   (if name (intern name)))))
    (if (and function (not (string= function "")))
        (progn
============================================================

  reply	other threads:[~2005-06-12  1:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-09 22:36 debugging.texi Luc Teirlinck
2005-06-10 13:30 ` debugging.texi Richard Stallman
2005-06-11  3:30   ` debugging.texi Luc Teirlinck
2005-06-11  7:30     ` debugging.texi Lute Kamstra
2005-06-11 23:16       ` debugging.texi Richard Stallman
2005-06-11 23:16     ` debugging.texi Richard Stallman
2005-06-12  1:26       ` Luc Teirlinck [this message]
2005-06-12  8:19         ` debugging.texi Lute Kamstra
2005-06-11 12:18   ` debugging.texi Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2005-06-15 18:50 debugging.texi Luc Teirlinck
2005-06-15 22:36 ` debugging.texi Lute Kamstra
2005-06-15 23:31   ` debugging.texi Luc Teirlinck
2005-06-16  8:54     ` debugging.texi Lute Kamstra

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=200506120126.j5C1QTX07469@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /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.