From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: save-current-buffer Date: Tue, 21 Oct 2008 23:21:09 +0200 Message-ID: References: <1224362986.875430@arno.fh-trier.de> <1224588747.694138@arno.fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224624102 7073 80.91.229.12 (21 Oct 2008 21:21:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 21:21:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas Politz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 23:22:43 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KsOgY-0005OZ-Aw for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 23:22:38 +0200 Original-Received: from localhost ([127.0.0.1]:55417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsOfS-0001Vr-QB for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 17:21:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsOfA-0001Vm-QE for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 17:21:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsOf9-0001Va-DG for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 17:21:11 -0400 Original-Received: from [199.232.76.173] (port=53264 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsOf9-0001VX-88 for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 17:21:11 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:35650) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsOf8-0004Ob-TQ for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 17:21:11 -0400 Original-Received: from thursday (BAH6f85.bah.pppool.de [77.135.111.133]) by dd18200.kasserver.com (Postfix) with ESMTP id B2F1F180AD381; Tue, 21 Oct 2008 23:21:15 +0200 (CEST) In-Reply-To: <1224588747.694138@arno.fh-trier.de> (Andreas Politz's message of "Tue\, 21 Oct 2008 13\:26\:35 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59006 Archived-At: Andreas Politz wrote: > I see. I assume after the form is evaluated, some event will set the > current-buffer to the one switch-to-buffer switched to. I assume it's the other way round: When calling a command the current buffer is set according to the selected window. But the results are the same. > (require 'recentf) > (run-with-timer 0 nil 'recentf-open-files) > > Now pressing 'q' gives a read-only error, though it is > bound to recentf-cancel-dialog. Pressing it twice works fine. I'll wager that this is an Emacs bug. >From the Emacs TODO file: ** Compute the list of active keymaps *after* reading the first event. I hope that I just saved you some headaches... Good thing you were talking to me. I reported this bug. :) regards, Nikolaj Schumacher