emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: window.el modify current emacs23 behavior of anything.


From: martin rudalics
Subject: Re: window.el modify current emacs23 behavior of anything.
Date: Sat, 17 Sep 2011 19:28:15 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

>> (1) Window W shows buffer B with window-start S and window-point P.
>>
>> (2) In W you show buffer BB instead.
>>
>> (3) You bury buffer BB.  `bury-buffer' now shows buffer B again with
>>     window-point P and, if possible, window-start S.
>>
>> But for some reason after (3) you want to show B with another
>> `window-point' position.  Is that analysis correct?
>
> Yes that is correct.
>
> The action function is the function that jump to another position than
> the initial one in buffer B.

What is "the initial position in buffer B"?  The one of `point'?

> Where buffer B is `anything-current-buffer' and BB is `anything-buffer'

So apparently the window of `anything-buffer' is selected, you bury
`anything-buffer', and `bury-buffer' shows `anything-current-buffer'
instead with a `window-point' you don't like.  What does the action
function do next?

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]