From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T.V. Raman" Newsgroups: gmane.emacs.devel Subject: fix interactive spec for kill-region Date: Mon, 3 Sep 2012 17:01:37 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1346716903 30362 80.91.229.3 (4 Sep 2012 00:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2012 00:01:43 +0000 (UTC) To: Andreas Schwab , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 02:01:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T8gaO-0001ZQ-SM for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2012 02:01:45 +0200 Original-Received: from localhost ([::1]:56901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8gaL-00032n-PX for ged-emacs-devel@m.gmane.org; Mon, 03 Sep 2012 20:01:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8gaJ-00032X-L2 for emacs-devel@gnu.org; Mon, 03 Sep 2012 20:01:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8gaI-0007gx-PB for emacs-devel@gnu.org; Mon, 03 Sep 2012 20:01:39 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:61234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8gaI-0007gs-KO for emacs-devel@gnu.org; Mon, 03 Sep 2012 20:01:38 -0400 Original-Received: by iagk10 with SMTP id k10so9488528iag.0 for ; Mon, 03 Sep 2012 17:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=u3YHmGzg8CtWhS+/H0VP/Fz/CYVz20NMqvWU9CYNNWw=; b=p823+UxRuK2ZtOTujMuEpOgIgHyHgi7F7aozQ/oglXEcWr0lElKI+5DKbP3brwFhZG MbTZxNKF/Ul+1VgIV6uYDRbB58hhMiV9sX3Y1jwjy8ODE+F8qG7V1uyabMMPhfjnf15u 0+HG2iDGXih8D9aB4vOmboVZuHNY9L5oFe5ow9VxNlcD9pMISz5UbrSsfK4HUOEtcsOQ xt38fpP77/m0zjNQqXDwHuXQLLxM79nirZXxb1EZwch/YvZOJFgZicA/ImopagTgcTMm BYwhAklMQb3iRyEAhQTdKZsWSWac1gENUf11OjHKWQ8zHSyT6rNW0aBj5VuV5E0YqSM6 Ayew== Original-Received: by 10.50.57.168 with SMTP id j8mr12174446igq.16.1346716897662; Mon, 03 Sep 2012 17:01:37 -0700 (PDT) Original-Received: by 10.42.158.72 with HTTP; Mon, 3 Sep 2012 17:01:37 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152974 Archived-At: The signature doesn't match, and you get byte compiler warnings. -- -- On 9/2/12, Andreas Schwab wrote: > "T.V. Raman" writes: > >> The definition of kill-region appears not to match its >> interactive spec --- the optional third arg does not appear in >> the interactive spec. >> See >> (defun kill-region (beg end &optional yank-handler) >> vs >> (interactive (list (point) (mark))) > > Why is that a problem? > > Andreas. > > -- > Andreas Schwab, schwab@linux-m68k.org > GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different." >