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: Thierry Volpiatto
Subject: Re: window.el modify current emacs23 behavior of anything.
Date: Fri, 16 Sep 2011 21:34:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

martin rudalics <address@hidden> writes:

>> `bury-buffer' called with arg works as expected (It's why it was working
>> in your old anything of June), but fail when called with no arg.
>
> What does that mean "fails when called with no arg".  What did you
> expect it to do and what does it do instead?

When `bury-buffer' is called, normally the anything-buffer is removed
from window and the action function move the position to the desired
position in the `anything-current-buffer' (generaly, it can be another
buffer), in this case the action is ibuffer.  See the thread on anything
mailing list.

Actually with the Emacs24 trunk, when `bury-buffer' is called with no
arg:

(bury-buffer)
the action doesn't move the point to the desired place.

When doing (always in anything-cleanup):

(bury-buffer) (sit-for 0.1)

or

(bury-buffer anything-buffer)

It is working fine.


-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



reply via email to

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