From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: window.el modify current emacs23 behavior of anything. Date: Fri, 16 Sep 2011 21:34:38 +0200 Message-ID: <8739fw5lip.fsf@gmail.com> References: <87aaaab8jn.fsf@gmail.com> <4E6FA0E6.2090003@gmx.at> <877h585trj.fsf@gmail.com> <4E738310.2070005@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316201703 17388 80.91.229.12 (16 Sep 2011 19:35:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2011 19:35:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 16 21:34:58 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R4eBc-00018x-ET for ged-emacs-devel@m.gmane.org; Fri, 16 Sep 2011 21:34:56 +0200 Original-Received: from localhost ([::1]:41391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4eBc-00060n-1m for ged-emacs-devel@m.gmane.org; Fri, 16 Sep 2011 15:34:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4eBZ-00060g-Cs for emacs-devel@gnu.org; Fri, 16 Sep 2011 15:34:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4eBY-0003q5-5W for emacs-devel@gnu.org; Fri, 16 Sep 2011 15:34:53 -0400 Original-Received: from mail-wy0-f180.google.com ([74.125.82.180]:35366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4eBX-0003px-Qw for emacs-devel@gnu.org; Fri, 16 Sep 2011 15:34:52 -0400 Original-Received: by wyj26 with SMTP id 26so5297893wyj.39 for ; Fri, 16 Sep 2011 12:34:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=D4VHvtyo4iEiJMZQLvTELqJhRNabMS/Gt+rzobf898M=; b=KFeC/H53UAG2oUJTjy5gkDhb2atx+JWHUlyHFuLEsA4vzJakuVkFFAdTwUITjKg4YO QkTQeGVZwEPOC4uHws49rJrSaDHN4VsvFRpij8TJlqH1hAwBxAuOgnsRKevMFhflRDfY hmoA57HnNxdYTCL+2Kk3a5BF4npaVG/srnGXw= Original-Received: by 10.227.202.21 with SMTP id fc21mr2574985wbb.111.1316201690783; Fri, 16 Sep 2011 12:34:50 -0700 (PDT) Original-Received: from thierry-MM061 ([95.145.222.114]) by mx.google.com with ESMTPS id ev5sm13876600wbb.11.2011.09.16.12.34.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Sep 2011 12:34:49 -0700 (PDT) In-Reply-To: <4E738310.2070005@gmx.at> (martin rudalics's message of "Fri, 16 Sep 2011 19:10:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.180 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144072 Archived-At: martin rudalics 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