* question to pop-to-buffer
@ 2003-08-28 9:24 Klaus Berndl
2003-08-28 14:19 ` Eli Zaretskii
[not found] ` <mailman.1182.1062077784.29551.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Klaus Berndl @ 2003-08-28 9:24 UTC (permalink / raw)
Hi,
the docstring of `pop-to-buffer':
pop-to-buffer is a built-in function.
(pop-to-buffer BUFFER &optional OTHER-WINDOW NORECORD)
...
This uses the function `display-buffer' as a subroutine; see the documentation
of `display-buffer' for additional customization information.
...
my question: Does pop-to-buffer use the lisp-version of display-buffer or the
C-version? I have adviced display-buffer but when i call pop-to-buffer then
this advice seems not to be called...Therefore my question above.
Thanks in advance!
Klaus
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question to pop-to-buffer
2003-08-28 9:24 question to pop-to-buffer Klaus Berndl
@ 2003-08-28 14:19 ` Eli Zaretskii
[not found] ` <mailman.1182.1062077784.29551.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2003-08-28 14:19 UTC (permalink / raw)
> From: Klaus Berndl <klaus.berndl@sdm.de>
> Newsgroups: gnu.emacs.help
> Date: 28 Aug 2003 11:24:06 +0200
>
> my question: Does pop-to-buffer use the lisp-version of display-buffer or the
> C-version?
display-buffer is itself a built-in function, which means there's
only a C version of it.
> I have adviced display-buffer but when i call pop-to-buffer then
> this advice seems not to be called...
You cannot advice built-in functions.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question to pop-to-buffer
[not found] ` <mailman.1182.1062077784.29551.help-gnu-emacs@gnu.org>
@ 2003-08-28 17:04 ` Kevin Rodgers
2003-08-29 7:04 ` Klaus Berndl
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2003-08-28 17:04 UTC (permalink / raw)
Eli Zaretskii wrote:
>>From: Klaus Berndl <klaus.berndl@sdm.de>
>>Newsgroups: gnu.emacs.help
>>Date: 28 Aug 2003 11:24:06 +0200
>>
>>my question: Does pop-to-buffer use the lisp-version of display-buffer or the
>>C-version?
>
> display-buffer is itself a built-in function, which means there's
> only a C version of it.
More precisely: there's only a C implementation of it. But there is a Lisp
binding as well.
>>I have adviced display-buffer but when i call pop-to-buffer then
>>this advice seems not to be called...
>
> You cannot advice built-in functions.
Actually, you can, but it will only have an effect if the function is called
via its Lisp binding. Since built-in functions almost always call other
built-in functions via their C binding, advising display-buffer will not
affect its behavior when it's called by pop-to-buffer.
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: question to pop-to-buffer
2003-08-28 17:04 ` Kevin Rodgers
@ 2003-08-29 7:04 ` Klaus Berndl
0 siblings, 0 replies; 4+ messages in thread
From: Klaus Berndl @ 2003-08-29 7:04 UTC (permalink / raw)
On Thu, 28 Aug 2003, Kevin Rodgers wrote:
> Eli Zaretskii wrote:
>
> >>From: Klaus Berndl <klaus.berndl@sdm.de>
> >>Newsgroups: gnu.emacs.help
> >>Date: 28 Aug 2003 11:24:06 +0200
> >>
> >>my question: Does pop-to-buffer use the lisp-version of display-buffer or
> >>the C-version?
> > display-buffer is itself a built-in function, which means there's
> > only a C version of it.
>
>
> More precisely: there's only a C implementation of it. But there is a Lisp
> binding as well.
>
>
> >>I have adviced display-buffer but when i call pop-to-buffer then
> >>this advice seems not to be called...
> > You cannot advice built-in functions.
>
> Actually, you can, but it will only have an effect if the function is
> called
>
> via its Lisp binding. Since built-in functions almost always call other
> built-in functions via their C binding, advising display-buffer will not
> affect its behavior when it's called by pop-to-buffer.
Thanks, Kevin, this was exactly the answer i expect. I have already assumed
that but i wanted to get sure.
Klaus
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-08-29 7:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28 9:24 question to pop-to-buffer Klaus Berndl
2003-08-28 14:19 ` Eli Zaretskii
[not found] ` <mailman.1182.1062077784.29551.help-gnu-emacs@gnu.org>
2003-08-28 17:04 ` Kevin Rodgers
2003-08-29 7:04 ` Klaus Berndl
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.