* Meaning of ": Use it"
@ 2010-08-03 7:41 Andreas Röhler
2010-08-03 9:49 ` Tassilo Horn
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2010-08-03 7:41 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
for example in ChangeLog.12, line 2470, it's written
(gdb-stack-buffer, gdb-frames-select): Use it.
Does the term "Use it" have a special meaning with
respect to execution? Does it mean something like implicit?
Thanks
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Meaning of ": Use it"
2010-08-03 7:41 Meaning of ": Use it" Andreas Röhler
@ 2010-08-03 9:49 ` Tassilo Horn
2010-08-03 10:35 ` Andreas Röhler
0 siblings, 1 reply; 4+ messages in thread
From: Tassilo Horn @ 2010-08-03 9:49 UTC (permalink / raw)
To: help-gnu-emacs
Andreas Röhler <andreas.roehler@online.de> writes:
Hi Andreas,
> for example in ChangeLog.12, line 2470, it's written
>
> (gdb-stack-buffer, gdb-frames-select): Use it.
>
> Does the term "Use it" have a special meaning with respect to
> execution? Does it mean something like implicit?
You've put it out of context. The complete ChangeLog entry is as
follows:
--8<---------------cut here---------------start------------->8---
2007-01-21 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-var-create-regexp)
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
--8<---------------cut here---------------end--------------->8---
So before the "Use it" line, a new variable `gdb-max-frames' was
introduced. The two functions `gdb-stack-buffer' and
`gdb-frames-select' were changed to *use it* then.
Bye,
Tassilo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Meaning of ": Use it"
2010-08-03 9:49 ` Tassilo Horn
@ 2010-08-03 10:35 ` Andreas Röhler
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Röhler @ 2010-08-03 10:35 UTC (permalink / raw)
To: help-gnu-emacs
Am 03.08.2010 11:49, schrieb Tassilo Horn:
> Andreas Röhler<andreas.roehler@online.de> writes:
>
> Hi Andreas,
>
>> for example in ChangeLog.12, line 2470, it's written
>>
>> (gdb-stack-buffer, gdb-frames-select): Use it.
>>
>> Does the term "Use it" have a special meaning with respect to
>> execution? Does it mean something like implicit?
>
> You've put it out of context. The complete ChangeLog entry is as
> follows:
>
> --8<---------------cut here---------------start------------->8---
> 2007-01-21 Nick Roberts<nickrob@snap.net.nz>
>
> * progmodes/gdb-ui.el (gdb-var-create-regexp)
> (gdb-var-create-handler): Handle value field in GDB output of
> -var-create.
> (gdb-max-frames): New variable.
> (gdb-stack-buffer, gdb-frames-select): Use it.
> (gdb-info-stack-custom): Help user customize gdb-max-frames,
> if necessary.
> (gdb-get-frame-number): Simplify.
> --8<---------------cut here---------------end--------------->8---
>
> So before the "Use it" line, a new variable `gdb-max-frames' was
> introduced. The two functions `gdb-stack-buffer' and
> `gdb-frames-select' were changed to *use it* then.
Thanks,
so I understand: *use it* relates to newly introduced forms upward the
current line.
Was not obvious for me, sorry. :)
Andreas
>
> Bye,
> Tassilo
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.1.1280821393.29574.help-gnu-emacs@gnu.org>]
* Re: Meaning of ": Use it"
[not found] <mailman.1.1280821393.29574.help-gnu-emacs@gnu.org>
@ 2010-08-03 8:24 ` David Kastrup
0 siblings, 0 replies; 4+ messages in thread
From: David Kastrup @ 2010-08-03 8:24 UTC (permalink / raw)
To: help-gnu-emacs
Andreas Röhler <andreas.roehler@online.de> writes:
> Hi,
>
> for example in ChangeLog.12, line 2470, it's written
>
> (gdb-stack-buffer, gdb-frames-select): Use it.
>
> Does the term "Use it" have a special meaning with
> respect to execution? Does it mean something like implicit?
Huh? I don't understand a word of what you are saying. What execution?
And what meaning of "implicit"? Try harder to make at least a minimum
amount of sense.
Anyway, the ChangeLog entry is quite clear if you read it in context:
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
This means that a new variable gdb-max-frames has been introduced, and
that the functions gdb-stack-buffer and gdb-frames-select have been
changed to make use of this new variable.
--
David Kastrup
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-03 10:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 7:41 Meaning of ": Use it" Andreas Röhler
2010-08-03 9:49 ` Tassilo Horn
2010-08-03 10:35 ` Andreas Röhler
[not found] <mailman.1.1280821393.29574.help-gnu-emacs@gnu.org>
2010-08-03 8:24 ` David Kastrup
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.