From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: `*' interactive spec in some text-killing functions Date: Wed, 27 Jun 2007 20:43:15 +0200 Message-ID: References: <86fy4dzdzd.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182969804 30864 80.91.229.12 (27 Jun 2007 18:43:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2007 18:43:24 +0000 (UTC) Cc: emacs-devel To: "Andreas Schwab" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 27 20:43:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I3cU6-0002Ng-HU for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2007 20:43:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3cU6-0000XB-3P for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2007 14:43:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3cU2-0000WN-7n for emacs-devel@gnu.org; Wed, 27 Jun 2007 14:43:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3cU0-0000Va-LU for emacs-devel@gnu.org; Wed, 27 Jun 2007 14:43:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3cU0-0000VW-I7 for emacs-devel@gnu.org; Wed, 27 Jun 2007 14:43:16 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I3cU0-0001Rk-6V for emacs-devel@gnu.org; Wed, 27 Jun 2007 14:43:16 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so263814wxd for ; Wed, 27 Jun 2007 11:43:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U1OwClXt5ZIrG5zXHdCvbLuHHhlmAG2oRt4itd9/cPQgkLz51cvB8VMIqPU/ItYH89gzEFUnfLKzVx1SfWYR9ntBkkdusYvWgLzZ1b9gGTVUn9/09efmL2uxD0QThQavcrJfP1mWSrHgNh6j6F8akT5IEYfEWLhqIrafvPZHEAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ts+ce1Q9XFtk7MWXeWXFayFlCHuL0hTP5Bgrbdvq+KtWbbV0FbGDVcndqYLHCDiTScPLrzjNGeweCOBdcVY6TRV1xwBTfaPYOpm5gzRPY7I0fEbdGLS/9/3TUdMf3tJIarZbOK0yyABxKYjPJpJ65/YqKAl4Vna0RnMxoNb92Bk= Original-Received: by 10.90.88.13 with SMTP id l13mr1003002agb.1182969795550; Wed, 27 Jun 2007 11:43:15 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Wed, 27 Jun 2007 11:43:15 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73935 Archived-At: On 6/27/07, Andreas Schwab wrote: > Please read the history. This feature has been added 15 years ago. Emacs is big. I didn't know it. I don't use that feature (and now that I know it, I still don't think I'll ever use it). What's the problem with asking? > Would you also forbid enabling auto-fill-mode or abbrev-mode in a > read-only buffer? Perhaps. If they cause confusion. Juanma