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: Thu, 28 Jun 2007 12:21:20 +0200 Message-ID: References: <86ps3gy02e.fsf@lola.quinscape.zz> <86lke4xz7z.fsf@lola.quinscape.zz> <86d4zgxxet.fsf@lola.quinscape.zz> <864pksxwul.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 1183026119 28776 80.91.229.12 (28 Jun 2007 10:21:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2007 10:21:59 +0000 (UTC) Cc: emacs-devel To: "Andreas Schwab" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 28 12:21:58 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 1I3r8N-0004UF-Vu for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2007 12:21:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3r8N-0004sf-AY for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2007 06:21:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3r7r-0004c7-TN for emacs-devel@gnu.org; Thu, 28 Jun 2007 06:21:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3r7p-0004b8-PM for emacs-devel@gnu.org; Thu, 28 Jun 2007 06:21:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3r7p-0004b3-LR for emacs-devel@gnu.org; Thu, 28 Jun 2007 06:21:21 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.228]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I3r7o-0008MD-Pn for emacs-devel@gnu.org; Thu, 28 Jun 2007 06:21:21 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so132999wxc for ; Thu, 28 Jun 2007 03:21:20 -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=m8MvxPxDUwwkS0T9dToi6G6ws9PPZ25FwqGfExqEv7sL6zfl4wxIT8n0eudwfHveiv6cH4xkAuIOUaHuwjcMYCq2whIKxbcQw3yODFUUGknzCJPCByvCh/E/vAMlKGetqqV3He2I++ucDoaNa7C1spuGcYctn6cYHsiULZ7cdcE= 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=TQZXMw3j19OtgeAOqwvB74Uax5sHKH1Mcs9NLIiJGfChAjBwZZGFUI6w9+ov/Lfh6RpWQIMMm7xdmcFj6piiENd9EPeEN07tmuPlmUzZEh+yo5Z36fvH+qSlN2lWQhQt9zilYwYo/fdixpPfRSgnj9xMoXhXlZ4a9zQxv14N+2Q= Original-Received: by 10.90.89.5 with SMTP id m5mr1427586agb.1183026080105; Thu, 28 Jun 2007 03:21:20 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Thu, 28 Jun 2007 03:21:20 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:73989 Archived-At: On 6/28/07, Andreas Schwab wrote: > The information is already there. Look at the mode line. Really? Juanma