From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Kim F. Storm" Newsgroups: gmane.emacs.devel Subject: Re: suggested new command `picture-mouse-set-point' Date: Wed, 30 Oct 2002 11:55:06 +0000 (GMT) Sender: emacs-devel-admin@gnu.org Message-ID: <20021030115506.2B9087C019@mail.filanet.dk> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035979120 10165 80.91.224.249 (30 Oct 2002 11:58:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 11:58:40 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186rUd-0002dp-00 for ; Wed, 30 Oct 2002 12:58:39 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186rZi-0001LT-00 for ; Wed, 30 Oct 2002 13:03:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186rSM-0001dc-00; Wed, 30 Oct 2002 06:56:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186rRJ-0001Jg-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 06:55:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186rRE-0001Iv-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 06:55:12 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186rRE-0001If-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 06:55:08 -0500 Original-Received: from kfs.local.filanet.dk (kfs.local.filanet.dk [192.168.1.82]) by mail.filanet.dk (Postfix) with SMTP id 2B9087C019; Wed, 30 Oct 2002 11:55:06 +0000 (GMT) Original-To: emacs-devel@gnu.org, lektu@terra.es Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8945 Juanma Barranquero wrote: > The following patch implements the functionality for `insert-file' and > `insert-file-literally'. > > Before commiting it, three questions/issues: > > - I've made it to ask before inserting, instead of blindingly inserting > *and* issuing a warning. Which way is preferred? Well, I would prefer -- now that it has found that modified buffer -- if it would offer to insert that buffer's contents instead of the original file. Something like: File XXX is modified in buffer B. Insert anyway [ynb]? where responding 'b' inserts the buffer's contents. -- Kim F. Storm http://www.cua.dk