all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: ESCOUFLAIRE Pierre-Louis <pierre-louis.escouflaire@eurocontrol.int>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Splash-screen, elisp files compression, gdb usage
Date: Sat, 11 Aug 2007 16:03:38 +1200	[thread overview]
Message-ID: <18109.13594.731711.153919@kahikatea.snap.net.nz> (raw)
In-Reply-To: <46BC4299.9090000@eurocontrol.int>

 > Thanks for the information on the '--annotate' option.
 > I would like to notice that the Ctrl-D binding is behaving as RET on 
 > end-of-buffer. I do not know if this was expected or not but that can be 
 > rather annoying for those used to this binding to quit GDB.

Hmm, I did try to deal with this but it doesn't seem to do the right thing
now.  Does this patch improve things for you?

-- 
Nick                                           http://www.inet.net.nz/~nickrob


*** gdb-ui.el	26 Jul 2007 09:28:01 +1200	1.206.2.2
--- gdb-ui.el	11 Aug 2007 15:56:56 +1200	
*************** This filter may simply queue input for a
*** 1129,1138 ****
  	  (let ((item (concat string "\n")))
  	    (if gdb-enable-debug (push (cons 'send item) gdb-debug-log))
  	    (process-send-string proc item)))
!       (if (and (string-match "\\\\$" string)
! 	       (not comint-input-sender-no-newline)) ;;Try to catch C-d.
  	  (setq gdb-continuation (concat gdb-continuation string "\n"))
! 	(let ((item (concat gdb-continuation string "\n")))
  	  (gdb-enqueue-input item)
  	  (setq gdb-continuation nil)))))
  
--- 1129,1138 ----
  	  (let ((item (concat string "\n")))
  	    (if gdb-enable-debug (push (cons 'send item) gdb-debug-log))
  	    (process-send-string proc item)))
!       (if (string-match "\\\\\\'" string)
  	  (setq gdb-continuation (concat gdb-continuation string "\n"))
! 	(let ((item (concat gdb-continuation string
! 			 (if (not comint-input-sender-no-newline) "\n"))))
  	  (gdb-enqueue-input item)
  	  (setq gdb-continuation nil)))))

  reply	other threads:[~2007-08-11  4:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-10  4:36 Splash-screen, elisp files compression, gdb usage Nick Roberts
2007-08-10 10:48 ` ESCOUFLAIRE Pierre-Louis
2007-08-11  4:03   ` Nick Roberts [this message]
2007-08-13  7:45     ` ESCOUFLAIRE Pierre-Louis
2007-08-13 10:49       ` Nick Roberts
  -- strict thread matches above, loose matches on Subject: below --
2007-08-09 16:18 ESCOUFLAIRE Pierre-Louis

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=18109.13594.731711.153919@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=pierre-louis.escouflaire@eurocontrol.int \
    /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.