From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: insert-file-or-buffer Date: Fri, 29 Dec 2006 01:08:42 +0800 Message-ID: <87lkksj6cl.fsf@jidanni.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167332906 30080 80.91.229.10 (28 Dec 2006 19:08:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 19:08:26 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Dec 28 20:08:24 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1H00c2-0006oI-Mb for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 20:08:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H00c2-00019P-7f for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 14:08:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H00bK-0000J5-K8 for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 14:07:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H00bK-0000Hy-1S for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 14:07:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H00bJ-0000Hf-T4 for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 14:07:37 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H00bI-0002hP-Ag for bug-gnu-emacs@gnu.org; Thu, 28 Dec 2006 14:07:37 -0500 Original-Received: from tc218-187-23-55.dialup.dynamic.apol.com.tw ([218.187.23.55]:56344 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.62 #1) id 1H00bR-0000OS-El by authid with plain for ; Thu, 28 Dec 2006 11:07:48 -0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15485 Archived-At: insert-file is nice and insert-buffer is nice but what would be nicer is a combined insert-file-or-buffer that somehow detects what to do and how best to handle completions. That way we don't have to think, not that we ever did.