From: Bob Proulx <bob@proulx.com>
To: Dani Moncayo <dmoncayo@gmail.com>
Cc: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org
Subject: Re: Emacs gdb interface
Date: Wed, 21 Mar 2012 03:28:43 -0600 [thread overview]
Message-ID: <20120321092843.GA9383@discord.proulx.com> (raw)
In-Reply-To: <CAH8Pv0gg3XyO3jvQrOJOuTHhTvyxuv=c65p9pFF6AW_cGDwgTQ@mail.gmail.com>
Dani Moncayo wrote:
> > Please add a newline to the output. I think that without the newline
> > the output may be covered by other output. I think it likely that the
> > output is actually being output but just covered.
> >
> > - printf("hello, world!");
> > + printf("hello, world!\n");
>
> If that was the case, it would cause a lot of confusion to users, but
> fortunately, that's not the case (I've just tested it and I see no
> output either).
It may be confusing but it is no different from having this case:
rwp@discord:~$ printf "Hello" ; printf "\r"
rwp@discord:~$
Question: Where did the output go? Answer: It was printed but then it
was covered by the prompt and effectively hidden. Here I am using two
printf statements because your program didn't include one but in the
operation of gdm and emacs there is almost certainly one, which is
represented here by the second printf.
But since you say it didn't make any difference then this point isn't
relevant. But at least you can see why I asked for the newline.
At this point I do not have any more information. Good luck!
Bob
next prev parent reply other threads:[~2012-03-21 9:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-20 20:21 Emacs gdb interface Dani Moncayo
2012-03-21 2:58 ` Matt McClure
2012-03-21 7:33 ` Dani Moncayo
2012-03-21 7:50 ` Bob Proulx
2012-03-21 8:39 ` Dani Moncayo
2012-03-21 8:54 ` Alberto Luaces
2012-03-21 9:28 ` Bob Proulx [this message]
2012-03-21 10:26 ` Dani Moncayo
2012-03-21 8:28 ` Peter Dyballa
2012-03-21 8:43 ` Dani Moncayo
2012-03-21 18:51 ` Eli Zaretskii
2012-03-21 20:09 ` Dani Moncayo
2012-03-21 21:30 ` Eli Zaretskii
2012-03-21 10:53 ` Sergei Organov
2012-03-21 12:11 ` Dani Moncayo
2012-03-21 13:32 ` [h-e-w] " Doug Lewan
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=20120321092843.GA9383@discord.proulx.com \
--to=bob@proulx.com \
--cc=dmoncayo@gmail.com \
--cc=help-emacs-windows@gnu.org \
--cc=help-gnu-emacs@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.