From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: when deleting in minibuffer, don't change kill-ring Date: Thu, 27 Oct 2011 21:08:02 +0200 Message-ID: <87lis6uub1.fsf@thinkpad.tsdh.de> References: <7AF781F7ABA44DA5A698D5AFA772C4B2@us.oracle.com> <87pqhiuwcy.fsf@thinkpad.tsdh.de> <127DCA24-9F1C-4B9F-9A78-824E89A5B219@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319742501 6767 80.91.229.12 (27 Oct 2011 19:08:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 19:08:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 27 21:08:17 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1RJVJJ-0001Mo-8V for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2011 21:08:17 +0200 Original-Received: from localhost ([::1]:34227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJVJI-0000gE-PR for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2011 15:08:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJVJB-0000e2-Gy for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 15:08:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJVJ8-0003Hz-TY for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 15:08:09 -0400 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]:58558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJVJ8-0003HL-BV for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 15:08:06 -0400 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 771E620889; Thu, 27 Oct 2011 15:08:05 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 27 Oct 2011 15:08:05 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type :content-transfer-encoding; s=smtpout; bh=Fxq0DN+HiLlBRP+iua+0ua 7LO/8=; b=SQoil//jyn1WN254mofYukygtCm6W+7MhGWnO1ND8cNBFe2CXaSJQP Tr5iDL3fjjqgpozRnBdWaFo75yp64Q9aIsEkEzYAFCDpXMJDdhf7eFmxP3H1pc18 BVMuLNN+K3+c+5i7Ln9EF3+kRnIFr342WUAinzraz+PgCGTvwNTbM= X-Sasl-enc: OTzxOGO8VhxGamQk/PPTBgMwgKXGuEw8JduFMiIufo4b 1319742485 Original-Received: from thinkpad.tsdh.de (91-67-169-145-dynip.superkabel.de [91.67.169.145]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7E8B6483425; Thu, 27 Oct 2011 15:08:04 -0400 (EDT) In-Reply-To: <127DCA24-9F1C-4B9F-9A78-824E89A5B219@Web.DE> (Peter Dyballa's message of "Thu, 27 Oct 2011 20:38:15 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82678 Archived-At: Peter Dyballa writes: >> Another observation: why are there more than one minibuffers? Right >> now, I have 4: >>=20 >> (dolist (b (buffer-list)) >> (when (minibufferp b) >> (insert (format "%s is a minibuffer\n" b)))) ;; C-j >> *Minibuf-1* is a minibuffer >> *Minibuf-2* is a minibuffer >> *Minibuf-3* is a minibuffer >> *Minibuf-0* is a minibuffer > > Are you working on a "HDBox"? (A set-top box for digital TV reception > and HD recording.) It tries to record marked TV broadcasts many times > =E2=80=93 and fails because of this! Err, I don't get you. In case it's not a joke that I don't get, no, it's a standard GNU/Linux notebook. Bye, Tassilo