From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: Opening file with is in killring Date: Sat, 01 Nov 2008 08:29:55 GMT Organization: Sonera Customer Message-ID: <87bpwzn918.fsf@iki.fi> References: <89c6d6fb-811d-419e-9fa1-33d7fd5b4015@r36g2000prf.googlegroups.com> <87skqd54om.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225528933 14593 80.91.229.12 (1 Nov 2008 08:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2008 08:42:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 01 09:43:15 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 1KwC4g-00029L-RJ for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2008 09:43:15 +0100 Original-Received: from localhost ([127.0.0.1]:41239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwC3a-0003g5-9T for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2008 04:42:06 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!central1.inet.fi!inet.fi!read4.inet.fi.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:SlAt473WdZxf2HHPbjqnpjefkng= Original-Lines: 10 Original-NNTP-Posting-Host: 80.220.180.181 Original-X-Complaints-To: abuse@inet.fi Original-X-Trace: read4.inet.fi 1225528195 80.220.180.181 (Sat, 01 Nov 2008 10:29:55 EET) Original-NNTP-Posting-Date: Sat, 01 Nov 2008 10:29:55 EET Original-Xref: news.stanford.edu gnu.emacs.help:163980 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:59322 Archived-At: Decebal (2008-11-01 01:24 -0700) wrote: > But this puts the contents of the minibuffer in the killring. :-{ I > understood that with m-y I should get the previous entry, but when I > use that I get: > Previous command was not a yank The minibuffer works like any buffer in this regard. Clear the the minibuffer with any commands ("C-a C-k", for example) and then yank some previous entry with "C-y M-y" (repeat "M-y" if necessary).