From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: suggested new command `picture-mouse-set-point' Date: Wed, 30 Oct 2002 12:18:04 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021028162541.9CE4.LEKTU@terra.es> <20021029185552.A0B9.LEKTU@terra.es> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036002216 4732 80.91.224.249 (30 Oct 2002 18:23:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 18:23:36 +0000 (UTC) Cc: jpw@shootybangbang.com, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186xSx-00014B-00 for ; Wed, 30 Oct 2002 19:21:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186xYA-0001Ul-00 for ; Wed, 30 Oct 2002 19:26:42 +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 186xU0-0006cD-00; Wed, 30 Oct 2002 13:22:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186wTq-0007IM-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:18:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186wTl-0007DU-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:18:08 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186wTl-0007DN-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 12:18:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 186wTk-00030A-00; Wed, 30 Oct 2002 12:18:04 -0500 Original-To: lektu@terra.es In-reply-to: <20021029185552.A0B9.LEKTU@terra.es> (message from Juanma Barranquero on Tue, 29 Oct 2002 18:59:04 +0100) 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:8960 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8960 - I've made it to ask before inserting, instead of blindingly inserting *and* issuing a warning. Which way is preferred? A warning is better. The user can always undo the insertion, so it is harmless to go ahead; but the question would be annoying. One could argue that it should insert from the buffer instead, but there's another command insert-buffer, so insert-file should always insert from the file.