From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: minibuffer-ins-buffer-file-name in emacs23 yet? Date: Sat, 13 Jun 2009 07:28:24 +0800 Message-ID: <873aa5821z.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244849337 28232 80.91.229.12 (12 Jun 2009 23:28:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jun 2009 23:28:57 +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 Jun 13 01:28:54 2009 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 1MFGB1-0001zs-W6 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jun 2009 01:28:52 +0200 Original-Received: from localhost ([127.0.0.1]:47923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFGB0-0006Wr-TG for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jun 2009 19:28:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFGAh-0006UN-EL for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 19:28:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFGAd-0006QQ-QT for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 19:28:31 -0400 Original-Received: from [199.232.76.173] (port=46328 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFGAd-0006QH-Mo for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 19:28:27 -0400 Original-Received: from balanced.mail.policyd.dreamhost.com ([208.97.132.119]:50063 helo=homiemail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFGAd-0006ow-C8 for help-gnu-emacs@gnu.org; Fri, 12 Jun 2009 19:28:27 -0400 Original-Received: from jidanni.org (122-127-34-89.dynamic.hinet.net [122.127.34.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id 0D378C59E1 for ; Fri, 12 Jun 2009 16:28:26 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:65228 Archived-At: Is this functionality somewhere in emacs23 yet?: >C-c C-f runs the command minibuffer-ins-buffer-file-name, which is an >interactive compiled Lisp function in `mini-ibfn.el'. > >It is bound to C-c C-f. > >(minibuffer-ins-buffer-file-name ARG) > >Insert the non-dir file name of the current buffer into the minibuffer. >Insert full file name if called with arg. If current buffer is in dired-mode, >insert filename point is on. So I don't need to carry around the private file mini-ibfn.el anymore? Should I submit a bug to get it added if not?